From 8c05fef0ac88f14d4fc34d902b08d2de9652a5b8 Mon Sep 17 00:00:00 2001 From: bdaloukas Date: Mon, 19 Jun 2017 03:54:42 +0300 Subject: [PATCH] phpdoc compatibility --- version.php | 1 + 1 file changed, 1 insertion(+) diff --git a/version.php b/version.php index 9998eb3..e2b6201 100644 --- a/version.php +++ b/version.php @@ -39,6 +39,7 @@ $plugin->version = 2017061801; // The current module version (Date: YYYYMMDDX $plugin->requires = 2010112400; // Requires Moodle 2.0. $plugin->cron = 0; // Period for cron to check this module (secs). $plugin->release = '2017-06-18'; +$plugin->maturity = MATURITY_BETA; if ($useplugin != 2) { $module = $plugin;