mirror of
https://github.com/moodle/moodle.git
synced 2025-04-14 13:02:07 +02:00
NOBUG: Add upgrade notes
This commit is contained in:
parent
e70d6fd690
commit
5f9c42c1e0
@ -871,6 +871,12 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
|
||||
- Bootstrap .no-gutters class is no longer used, use .g-0 instead.
|
||||
|
||||
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.
|
||||
|
||||
For more information see [MDL-83047](https://tracker.moodle.org/browse/MDL-83047)
|
||||
|
||||
#### Added
|
||||
|
||||
|
@ -7,4 +7,3 @@
|
||||
- The previously deprecated renderer `render_core_availability_multiple_messages` method has been removed
|
||||
|
||||
For more information see [MDL-82223](https://tracker.moodle.org/browse/MDL-82223)
|
||||
|
||||
|
@ -7,4 +7,3 @@
|
||||
- Added new FEATURE_QUICKCREATE for modules that can be quickly created in the course wihout filling a previous form.
|
||||
|
||||
For more information see [MDL-81767](https://tracker.moodle.org/browse/MDL-81767)
|
||||
|
||||
|
@ -7,6 +7,12 @@
|
||||
- Bootstrap .no-gutters class is no longer used, use .g-0 instead.
|
||||
|
||||
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.
|
||||
|
||||
For more information see [MDL-83047](https://tracker.moodle.org/browse/MDL-83047)
|
||||
|
||||
### Added
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user