MDL-80017 core_grades: Move upgrade note

This commit is contained in:
Huong Nguyen 2024-08-01 09:15:26 +07:00
parent 1970d836c6
commit ef3d7a9d18
No known key found for this signature in database
GPG Key ID: 40D88AB693A3E72A
2 changed files with 5 additions and 9 deletions

View File

@ -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

View File

@ -1,6 +1,11 @@
This file describes API changes in /grade/* ;
Information provided here is intended especially for developers.
=== 4.4.2 ===
* 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.4 ===
* The grade_structure::get_element_icon() function has been deprecated. Please use grade_helper::get_element_icon() instead.
* The grade_structure::get_element_type_string() function has been deprecated. Please use grade_helper::get_element_type_string() instead.