mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 18:36:42 +02:00
NOBUG: Add upgrade notes
This commit is contained in:
parent
166408a13a
commit
3a6640c461
47 changed files with 834 additions and 738 deletions
|
@ -1,6 +1,6 @@
|
|||
# theme_boost Upgrade notes
|
||||
|
||||
## 4.5rc1
|
||||
## 4.5rc2
|
||||
|
||||
### Added
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
|||
For more information see [MDL-81816](https://tracker.moodle.org/browse/MDL-81816)
|
||||
- Upon upgrading Font Awesome from version 4 to 6, the solid family was selected by default.
|
||||
|
||||
Support for the `regular`, and `brands` families of icons has now been adde, allowing icons defined with `icon_system::FONTAWESOME` to use them.
|
||||
Support for the `regular`, and `brands` families of icons has now been added, allowing icons defined with `\core\outut\icon_system::FONTAWESOME` to use them.
|
||||
|
||||
Icons can select the FontAwesome family (`fa-regular`, `fa-brands`, `fa-solid`) by using the relevant class name when display the icon.
|
||||
|
||||
|
@ -22,6 +22,7 @@
|
|||
For more information see [MDL-81818](https://tracker.moodle.org/browse/MDL-81818)
|
||||
- The `.page-header-headings` CSS class now has a background colour applied to the maintenance and secure layouts.
|
||||
You may need to override this class in your maintenance and secure layouts if both of the following are true:
|
||||
- Your theme plugin inherits from `theme_boost` and uses this CSS class - Your theme plugin applies a different styling for the page header for the maintenance and secure layouts.
|
||||
- Your theme plugin inherits from `theme_boost` and uses this CSS class
|
||||
- Your theme plugin applies a different styling for the page header for the maintenance and secure layouts.
|
||||
|
||||
For more information see [MDL-83047](https://tracker.moodle.org/browse/MDL-83047)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue