-
Bug
-
Resolution: Fixed
-
Minor
-
3.1
-
MOODLE_31_STABLE
-
MOODLE_31_STABLE
-
Simply verify we have a number (4-5) of files for the next major release. They all must be files deleted since last stable version and current master
git diff --name-status MOODLE_XX_STABLE..master | grep ^D
|
Note that it's better not to pick any plugin file that maybe reinstalled manually (exception being forum files because that plugin is mandatory).
- has a non-specific relationship to
-
MDL-53596 Make CLI upgrade to verify upgrade_stale_php_files_present()
- Closed