-
Bug
-
Resolution: Fixed
-
Minor
-
3.11.7, 4.0, 4.0.1
-
MOODLE_311_STABLE, MOODLE_400_STABLE
-
MOODLE_311_STABLE, MOODLE_400_STABLE
-
MDL-72324-incompatible-check -
https://github.com/moodle/moodle/blob/master/lib/upgradelib.php#L628
The check here is backwards, and is opposite to both the docs and the UI check here:
https://github.com/moodle/moodle/blob/master/lib/classes/plugininfo/base.php#L378
Upgradelib just needs a flip from <= to >=
This snuck through in MDL-59562 as the testing instruction for this was checking the equals condition, which passes for both >= and <=
- has a non-specific relationship to
-
MDL-59562 Allow plugins to declare which major stable versions of moodle are supported
- Closed
- has been marked as being related by
-
MDL-77128 Backport MDL-72324 to Moodle 3.9
- Closed
- Testing discovered
-
MDL-74928 Detect inconsistent supported and incompatible in version.php
- Closed