MDL-49662 local: upgrade.txt note
authorDan Poltawski <dan@moodle.com>
Wed, 13 Jan 2016 13:56:38 +0000 (13:56 +0000)
committerDan Poltawski <dan@moodle.com>
Wed, 13 Jan 2016 13:56:38 +0000 (13:56 +0000)
local/upgrade.txt

index 2815621..152f128 100644 (file)
@@ -1,5 +1,10 @@
 This file describes API changes for the plugins of the type 'local'.
 
+=== 3.1 ===
+
+* Navigation API callbacks local_<plugin>_extends_navigation() and local_<plugin>_extends_settings_navigation() have been removed.
+  Please rename them to local_<plugin>_extend_navigation() and local_<plugin>_extend_settings_navigation() respectively.
+
 === 2.9 ===
 
 * Navigation API callbacks local_<plugin>_extends_navigation() and local_<plugin>_extends_settings_navigation() are deprecated.