We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb366ac commit f78ae10Copy full SHA for f78ae10
version.php
@@ -25,7 +25,7 @@
25
defined('MOODLE_INTERNAL') || die;
26
27
$plugin->component = 'tool_lifecycle';
28
-$plugin->maturity = MATURITY_RC;
+$plugin->maturity = MATURITY_STABLE;
29
$plugin->version = 2025102302;
30
$plugin->requires = 2022112800; // Requires Moodle 4.1+.
31
$plugin->supported = [405, 500];
0 commit comments