NOBUG: Add upgrade notes

This commit is contained in:
Huong Nguyen 2024-09-10 20:02:53 +07:00
parent e70d6fd690
commit 5f9c42c1e0
No known key found for this signature in database
GPG Key ID: 40D88AB693A3E72A
4 changed files with 12 additions and 2 deletions

View File

@ -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

View File

@ -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)

View File

@ -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)

View File

@ -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