Skip to content

Commit 5d9adb2

Browse files
committed
Confirm "maturity stable" in Moodle version.
1 parent a6aa6bc commit 5d9adb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
$plugin->requires = 2022041900;
2929
$plugin->cron = 0;
3030
$plugin->component = 'qtype_stack';
31-
$plugin->maturity = MATURITY_ALPHA;
31+
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->release = '4.12.0 for Moodle 4.2+';
3333

3434
$plugin->dependencies = [

0 commit comments

Comments
 (0)