From a74d4743e1b76d01fd35eeb847d44597b86a0a93 Mon Sep 17 00:00:00 2001 From: Sam Hemelryk Date: Wed, 19 Nov 2014 09:38:55 +1300 Subject: [PATCH] MDL-33606 event: moved upgrade notice --- lib/upgrade.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/upgrade.txt b/lib/upgrade.txt index 5b570a3128e..79e608d706b 100644 --- a/lib/upgrade.txt +++ b/lib/upgrade.txt @@ -1,6 +1,10 @@ This files describes API changes in core libraries and APIs, information provided here is intended especially for developers. +=== 2.9 === + +* \core\event\course_viewed 'other' argument renamed from coursesectionid to coursesectionnumber as it contains the section number. + === 2.8 === * Gradebook grade category option "aggregatesubcats" has been removed completely. @@ -32,7 +36,6 @@ information provided here is intended especially for developers. additional string parameters. * User settings node and course node in navigation now support callbacks from admin tools. * grade_get_grades() optional parameteres $itemtype, $itemmodule, $iteminstance are now required. -* \core\event\course_viewed 'other' argument changes from coursesectionid to coursesectionnumber as it contains the section number. DEPRECATIONS: * completion_info->get_incomplete_criteria() is deprecated and will be removed in Moodle 3.0.