From 5f9c42c1e01701921750b75c964d696954a943aa Mon Sep 17 00:00:00 2001 From: Huong Nguyen Date: Tue, 10 Sep 2024 20:02:53 +0700 Subject: [PATCH] NOBUG: Add upgrade notes --- UPGRADING.md | 6 ++++++ availability/UPGRADING.md | 1 - mod/UPGRADING.md | 1 - theme/boost/UPGRADING.md | 6 ++++++ 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/UPGRADING.md b/UPGRADING.md index d6e6d11fc8e..fef5e695602 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -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 diff --git a/availability/UPGRADING.md b/availability/UPGRADING.md index 1748b212095..41ce86acca5 100644 --- a/availability/UPGRADING.md +++ b/availability/UPGRADING.md @@ -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) - diff --git a/mod/UPGRADING.md b/mod/UPGRADING.md index 7718a5b9d14..a1c9f2b33d5 100644 --- a/mod/UPGRADING.md +++ b/mod/UPGRADING.md @@ -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) - diff --git a/theme/boost/UPGRADING.md b/theme/boost/UPGRADING.md index 714aeb88a7e..f0aebee3fc0 100644 --- a/theme/boost/UPGRADING.md +++ b/theme/boost/UPGRADING.md @@ -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