-
Task
-
Resolution: Fixed
-
Minor
-
3.10, 4.0
-
MOODLE_310_STABLE, MOODLE_400_STABLE
-
MOODLE_310_STABLE
-
Any existing comment (deprecations mainly) in codebase pointing to 4.0 should be moved to 3.10.
Similarly 4.1 => 3.11, 4.2 => 4.0 and 4.3 => 4.1
This is really parallel with the very same change performed in the tracker where all the deprecation epics where rearranged that way.
To be done in both MOODLE_310_STABLE and master. And in order to avoid any overlapping (one commit each and in strict order).
1) 4.0 => 3.10
2) 4.1 => 3.11
3) 4.2 => 4.0
4) 4.3 => 4.1
5) 4.4 => 4.2
6) 4.5 => 4.3 (there isn't any)
The regular expression used to find occurrences, ignoring some false positives (not all), replace "X" by the desired version, is:
ag '\b(todo|mdl|deprecate|remove|moodle).*\b4\.X' --ignore={\
|
'*.map','*.json','*.ser','build','jquery',\
|
'install/lang','lib/adodb','mongodb/MongoDB',\
|
'horde/framework','joubel/editor','chartjs-lazy.js',\
|
'tiny_mce.js','axe.min.js'}
|
- is blocked by
-
MDL-69479 Change all the 4.0 upgrade.txt notes to 3.10
-
- Closed
-