-
Bug
-
Resolution: Fixed
-
Minor
-
3.7.2
-
MOODLE_37_STABLE
-
MOODLE_36_STABLE, MOODLE_37_STABLE
-
MDL-66644-master-versionrequires -
Plugins can specify the minimum required Moodle version In their version.php (https://docs.moodle.org/dev/version.php), e.g.
$plugin->requires = 2014051200;
|
Declaring this requirement is recommended, yet still not required. So plugins do not need to do it. This makes particular sense for subplugins that ship with another parent plugin.
The bug here is that when plugins do not have the requirement declared, the plugins overview page reads something like
Moodle {$a}
|
in their "Requires" column.
- Discovered while testing
-
CONTRIB-7720 Plugin approval: Course Life Cycle (tool_lifecycle)
- Closed
- will help resolve
-
MDL-60351 Documentation not accurate -- version.php possibly requires the $plugin->requires
- Closed