MDL-80017 core_grades: Move upgrade note

This commit is contained in:
Huong Nguyen
2024-08-01 09:17:04 +07:00
parent 1098d89c96
commit ec8f02fe93
2 changed files with 5 additions and 9 deletions
@@ -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
+5
View File
@@ -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.