From ec8f02fe93d018c435a4b4514836c287dbae5b0c Mon Sep 17 00:00:00 2001 From: Huong Nguyen Date: Thu, 1 Aug 2024 09:17:04 +0700 Subject: [PATCH] MDL-80017 core_grades: Move upgrade note --- .upgradenotes/MDL-80017-2024072409112838.yml | 9 --------- grade/upgrade.txt | 5 +++++ 2 files changed, 5 insertions(+), 9 deletions(-) delete mode 100644 .upgradenotes/MDL-80017-2024072409112838.yml diff --git a/.upgradenotes/MDL-80017-2024072409112838.yml b/.upgradenotes/MDL-80017-2024072409112838.yml deleted file mode 100644 index 2cde8fe8bf8..00000000000 --- a/.upgradenotes/MDL-80017-2024072409112838.yml +++ /dev/null @@ -1,9 +0,0 @@ -issueNumber: MDL-80017 -notes: - core_grades: - - message: > - The grade `itemname` property contained in the return structure of - the following external methods is now PARAM_RAW: - - `core_grades_get_gradeitems` - - `gradereport_user_get_grade_items` - type: changed diff --git a/grade/upgrade.txt b/grade/upgrade.txt index d2c7fa8e6b7..8999ebb9370 100644 --- a/grade/upgrade.txt +++ b/grade/upgrade.txt @@ -1,6 +1,11 @@ This file describes API changes in /grade/* ; Information provided here is intended especially for developers. +=== 4.3.6 === +* The grade `itemname` property contained in the return structure of the following external methods is now PARAM_RAW: + - `core_grades_get_gradeitems` + - `gradereport_user_get_grade_items` + === 4.3.1 === * Some changes to how print_grade_page_head() sets the page title: * If a non-empty `$heading` parameter is passed, it will be used as the page title's unique identifying information.