diff --git a/userstatus/timechecker/version.php b/userstatus/timechecker/version.php index 37f9c6b..1b5125b 100644 --- a/userstatus/timechecker/version.php +++ b/userstatus/timechecker/version.php @@ -27,6 +27,6 @@ $plugin->requires = 2016052300; // Requires 31 Moodle version. $plugin->component = 'userstatus_timechecker'; // Full name of the plugin (used for diagnostics). $plugin->release = 'v1.0-r0'; -$plugin->maturity = MATURITY_ALPHA; +$plugin->maturity = MATURITY_STABLE; $plugin->dependencies = [ 'tool_cleanupusers' => ANY_VERSION];