MDL-71233 backup: Fix Moodle version for MDL-69418

This commit is contained in:
Mikhail Golenkov
2021-03-30 10:43:53 +11:00
parent c54de9bec2
commit 0b4161c14d
+1 -1
View File
@@ -1,7 +1,7 @@
This files describes API changes in /backup/*,
information provided here is intended especially for developers.
=== 4.0 ===
=== 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).