Skip to content

Commit f78ae10

Browse files
committed
change to maturity_stable
1 parent bb366ac commit f78ae10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
defined('MOODLE_INTERNAL') || die;
2626

2727
$plugin->component = 'tool_lifecycle';
28-
$plugin->maturity = MATURITY_RC;
28+
$plugin->maturity = MATURITY_STABLE;
2929
$plugin->version = 2025102302;
3030
$plugin->requires = 2022112800; // Requires Moodle 4.1+.
3131
$plugin->supported = [405, 500];

0 commit comments

Comments
 (0)