Merge branch 'MDL-63381_master_v3' of https://github.com/TomoTsuyuki/moodle

This commit is contained in:
Eloy Lafuente (stronk7) 2021-04-20 23:06:42 +02:00
commit 7c75781518
15 changed files with 395 additions and 11 deletions

View file

@ -1,7 +1,13 @@
This files describes API changes in /backup/*,
information provided here is intended especially for developers.
=== 3.11 ===
* New setting called "Include override permissions" has been implemented. The default
settings is OFF for import, and ON for restore.
=== 3.10 ===
* Local plugins can now hook into a backup and restore process of grade items by
using define_grade_item_plugin_structure method (See MDL-69418).