MDL-70296 core: Update the moodle's readme, xml and upgrade files

This commit is contained in:
Peter Dias
2021-01-18 09:30:02 +08:00
parent 6e266373ad
commit f38b21ef5a
3 changed files with 6 additions and 9 deletions
+3 -7
View File
@@ -5,15 +5,11 @@ Procedure:
* copy the classes and readme file to lib/markdown/* , Note .inc files need not be copied.
* update function markdown_to_html() in weblib.php if necessary,
note that we require the php files manually for performance reasons
* reapply the following commit if it's not present in the release we are upgrading to:
https://github.com/michelf/php-markdown/commit/a35858f0409e5f01474f5cd562d17289fe8e5435
(if there is any problem you can, alternatively, reapply MDL-66964 php fix commit itself))
(revove this step once the release includes the commit)
* run phpunit tests (all PHP versions)
Petr Skoda
* Currently using the 1.8.0 release + (php74 fixup commit)
* Removed fixup step in procedure
* Currently using the 1.9.0 release(includes php74 fixup commit)
Mathew May
Peter Dias