Skip to content

Commit

Permalink
MDL-80043 grade: Add upgrade.txt notes
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Dec 1, 2023
1 parent 87c950e commit 9de014b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions grade/upgrade.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Information provided here is intended especially for developers.
* 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_header() function has been deprecated. Please use grade_helper::get_element_header() instead.
* The grade_structure::get_activity_link() functions has been deprecated. Please use grade_helper::get_activity_link() instead.
* 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.
* Add support for grade report plugins that define an `editingmode_title` lang string. If the grade report plugin defines this
language string, it will be used for the page title's unique identifying information when editing mode is turned on.

=== 4.3 ===
* The $showtitle parameter in the print_grade_page_head function located inside grade/lib.php has been deprecated and is not used anymore.
Expand Down

0 comments on commit 9de014b

Please sign in to comment.