From 0b4161c14dfddc9033e3343a4c04573cbc25c67f Mon Sep 17 00:00:00 2001 From: Mikhail Golenkov Date: Tue, 30 Mar 2021 10:41:59 +1100 Subject: [PATCH] MDL-71233 backup: Fix Moodle version for MDL-69418 --- backup/upgrade.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/upgrade.txt b/backup/upgrade.txt index 3d55558a042..a07e0b4e2b5 100644 --- a/backup/upgrade.txt +++ b/backup/upgrade.txt @@ -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).