MDL-82034 mod_subsection: Subsection is stable and uninstallable

This commit is contained in:
Amaia Anabitarte 2024-11-21 11:24:01 +01:00
parent c406bcecc3
commit 4dda4b9dd9
2 changed files with 2 additions and 1 deletions

View file

@ -46,6 +46,7 @@ function subsection_supports($feature) {
FEATURE_MOD_PURPOSE => MOD_PURPOSE_CONTENT,
FEATURE_MODEDIT_DEFAULT_COMPLETION => false,
FEATURE_QUICKCREATE => true,
FEATURE_CAN_UNINSTALL => false,
default => null,
};
}

View file

@ -27,4 +27,4 @@ defined('MOODLE_INTERNAL') || die();
$plugin->component = 'mod_subsection';
$plugin->version = 2024121800;
$plugin->requires = 2024100100;
$plugin->maturity = MATURITY_BETA;
$plugin->maturity = MATURITY_STABLE;