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