From 66442fe1ed18ba9280762a226d02818a1ce34a72 Mon Sep 17 00:00:00 2001 From: jmeuriss Date: Thu, 24 May 2018 14:45:41 +0200 Subject: [PATCH] add maturity information --- version.php | 1 + 1 file changed, 1 insertion(+) diff --git a/version.php b/version.php index 773a43c..c79de81 100644 --- a/version.php +++ b/version.php @@ -26,6 +26,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->version = 2018052400; // The current plugin version (Date: YYYYMMDDXX). +$plugin->maturity = MATURITY_BETA; // Will be changed to STABLE on acceptance. $plugin->requires = 2017110800; // Requires this Moodle version. $plugin->component = 'format_collapsibletopics'; // Full name of the plugin (used for diagnostics). $plugin->release = '1.0'; \ No newline at end of file