mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 09:56:38 +02:00
MDL-82034 mod_subsection: Subsection is stable and uninstallable
This commit is contained in:
parent
c406bcecc3
commit
4dda4b9dd9
2 changed files with 2 additions and 1 deletions
|
@ -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,
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue