Moodle release 4.5rc1
[moodle.git] / theme / UPGRADING.md
blob43b6ca14b4a8fa8f0221498c44c063e90abf3ede
1 # theme (plugin type) Upgrade notes
3 ## 4.5rc1
5 ### Added
7 - New `core/context_header` mustache template has been added. This template can be overridden by themes to modify the context header
9   For more information see [MDL-81597](https://tracker.moodle.org/browse/MDL-81597)
11 ### Deprecated
13 - The method `\core\output\core_renderer::render_context_header` has been deprecated please use `\core\output\core_renderer::render($contextheader)` instead
15   For more information see [MDL-82160](https://tracker.moodle.org/browse/MDL-82160)
17 ### Removed
19 - Removed all references to `iconhelp`, `icon-pre`, `icon-post`, `iconlarge`, and `iconsort` classes
21   For more information see [MDL-74251](https://tracker.moodle.org/browse/MDL-74251)