Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
# theme (plugin type) Upgrade notes
2
 
3
## 4.5
4
 
5
### Added
6
 
7
- Added a new `\renderer_base::get_page` getter method.
8
 
9
  For more information see [MDL-81597](https://tracker.moodle.org/browse/MDL-81597)
10
- New `core/context_header` mustache template has been added. This template can be overridden by themes to modify the context header.
11
 
12
  For more information see [MDL-81597](https://tracker.moodle.org/browse/MDL-81597)
13
 
14
### Deprecated
15
 
16
- The method `\core\output\core_renderer::render_context_header` has been deprecated please use `\core\output\core_renderer::render($contextheader)` instead
17
 
18
  For more information see [MDL-82160](https://tracker.moodle.org/browse/MDL-82160)
19
 
20
### Removed
21
 
22
- Removed all references to `iconhelp`, `icon-pre`, `icon-post`, `iconlarge`, and `iconsort` CSS classes.
23
 
24
  For more information see [MDL-74251](https://tracker.moodle.org/browse/MDL-74251)