mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 13:38:32 +01:00
MDL-80017 core_grades: Move upgrade note
This commit is contained in:
parent
1970d836c6
commit
ef3d7a9d18
@ -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
|
|
@ -1,6 +1,11 @@
|
|||||||
This file describes API changes in /grade/* ;
|
This file describes API changes in /grade/* ;
|
||||||
Information provided here is intended especially for developers.
|
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 ===
|
=== 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_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.
|
* The grade_structure::get_element_type_string() function has been deprecated. Please use grade_helper::get_element_type_string() instead.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user