-
Bug
-
Resolution: Fixed
-
Minor
-
3.10
-
MOODLE_310_STABLE
-
MOODLE_310_STABLE
-
MDL-69479-master -
All the upgrade.txt notes (and other embed comments) must be changed from 4.0 to 3.10.
Both in 3.10 and master.
RULE:
Under parallel development, when something is worth being commented in upgrade.txt notes, it will be applied to all the development branches using the "earliest" one to be released. So, if something changes in 3.10 (and also is applied to master), the upgrade.txt notes will show 3.10 in both branches.
Of course, if something only goes to one dev branch (say master), then the master version will be used in the notes (4.0 in this case).
As of 21th August 2020, these are the found cases:
$ ag '\b4\.0\b' | ag '\.(md|txt):' | ag -v '(h5plib|htmlpurifier|tcpdf|markdown|typo3|jwt|maxmind)'
|
course/upgrade.txt:4:=== 4.0 ===
|
calendar/upgrade.txt:4:=== 4.0 ===
|
cache/upgrade.txt:4:=== 4.0 ===
|
admin/tool/log/upgrade.txt:14:* The legacy log store is in its first stage of deprecation and is due for removal in Moodle 4.0. Please use one of
|
grade/grading/form/upgrade.txt:4:=== 4.0 ===
|
question/behaviour/upgrade.txt:3:=== 4.0 ===
|
search/upgrade.txt:4:=== 4.0 ===
|
lib/upgrade.txt:4:=== 4.0 ===
|
h5p/upgrade.txt:4:=== 4.0 ===
|
I would recommend the integrator to run the regexp again just in case there are new occurrences when this is integrated.