moodle/theme/UPGRADING.md

22 lines
727 B
Markdown
Raw Normal View History

2024-05-30 17:00:19 +02:00
# theme (plugin type) Upgrade notes
2024-08-16 08:37:50 +07:00
## 4.5dev+
2024-05-30 17:00:19 +02:00
2024-07-05 09:01:53 +08:00
### Removed
- Removed all references to iconhelp, icon-pre, icon-post, iconlarge, and iconsort classes
For more information see [MDL-74251](https://tracker.moodle.org/browse/MDL-74251)
2024-05-30 17:00:19 +02:00
### Added
2024-06-06 22:30:24 +08:00
- New `core/context_header` mustache template has been added. This template can be overridden by themes to modify the context header
2024-05-30 17:00:19 +02:00
For more information see [MDL-81597](https://tracker.moodle.org/browse/MDL-81597)
2024-06-27 16:36:42 +02:00
### Deprecated
- The method `\core\output\core_renderer::render_context_header` has been deprecated please use `\core\output\core_renderer::render($contextheader)` instead
For more information see [MDL-82160](https://tracker.moodle.org/browse/MDL-82160)