From cbe1b86179573f6c40711a5094eec4c23f45cece Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Wed, 13 Jan 2016 13:56:38 +0000 Subject: [PATCH] MDL-49662 local: upgrade.txt note --- local/upgrade.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/local/upgrade.txt b/local/upgrade.txt index 2815621077b94..152f12852806a 100644 --- a/local/upgrade.txt +++ b/local/upgrade.txt @@ -1,5 +1,10 @@ This file describes API changes for the plugins of the type 'local'. +=== 3.1 === + +* Navigation API callbacks local__extends_navigation() and local__extends_settings_navigation() have been removed. + Please rename them to local__extend_navigation() and local__extend_settings_navigation() respectively. + === 2.9 === * Navigation API callbacks local__extends_navigation() and local__extends_settings_navigation() are deprecated.