diff --git a/.upgradenotes/MDL-75610-2024111313224921.yml b/.upgradenotes/MDL-75610-2024111313224921.yml deleted file mode 100644 index 99ce5698948..00000000000 --- a/.upgradenotes/MDL-75610-2024111313224921.yml +++ /dev/null @@ -1,19 +0,0 @@ -issueNumber: MDL-75610 -notes: - core: - - message: > - `\core\output\activity_header` now uses the `is_title_allowed()` method - when setting the title in the constructor. - - - This method has been improved to give priority to the 'notitle' option - in the theme config for the current page layout, over the top-level - option in the theme. - - - For example, the Boost theme sets - `$THEME->activityheaderconfig['notitle'] = true;` by default, but in its - `secure` pagelayout, it has `'notitle' = false`. - - This prevents display of the title in all layouts except `secure`. - type: improved diff --git a/.upgradenotes/MDL-81308-2024101712591343.yml b/.upgradenotes/MDL-81308-2024101712591343.yml deleted file mode 100644 index 749e120178a..00000000000 --- a/.upgradenotes/MDL-81308-2024101712591343.yml +++ /dev/null @@ -1,19 +0,0 @@ -issueNumber: MDL-81308 -notes: - core: - - message: > - All uses of the following PHPUnit methods have been removed as these - methods are - - deprecated upstream without direct replacement: - - - - `withConsecutive` - - - `willReturnConsecutive` - - - `onConsecutive` - - - Any plugin using these methods must update their uses. - type: changed diff --git a/.upgradenotes/MDL-81521-2024101701160681.yml b/.upgradenotes/MDL-81521-2024101701160681.yml deleted file mode 100644 index 5892fa5b587..00000000000 --- a/.upgradenotes/MDL-81521-2024101701160681.yml +++ /dev/null @@ -1,19 +0,0 @@ -issueNumber: MDL-81521 -notes: - mod_quiz: - - message: > - The `\mod_quiz\attempt_walkthrough_from_csv_test` unit test has been - marked as final and should not be extended by other tests. - - - All shared functionality has been moved to a new autoloadable test-case: - - `\mod_quiz\tests\attempt_walkthrough_testcase`. - - - To support this testcase the existing `$files` instance property should be replaced with a - new static method, `::get_test_files`. - - Both the existing instance property and the new static method can co-exist. - - type: changed diff --git a/.upgradenotes/MDL-82809-2024101521112024.yml b/.upgradenotes/MDL-82809-2024101521112024.yml deleted file mode 100644 index 2feb3d2ff0a..00000000000 --- a/.upgradenotes/MDL-82809-2024101521112024.yml +++ /dev/null @@ -1,8 +0,0 @@ -issueNumber: MDL-82809 -notes: - core_reportbuilder: - - message: >- - The `get_active_conditions` method of the base report class has a new - `$checkavailable` parameter to determine whether to check the returned - conditions availability - type: changed diff --git a/.upgradenotes/MDL-83185-2024103109015923.yml b/.upgradenotes/MDL-83185-2024103109015923.yml deleted file mode 100644 index 45cb74fae99..00000000000 --- a/.upgradenotes/MDL-83185-2024103109015923.yml +++ /dev/null @@ -1,8 +0,0 @@ -issueNumber: MDL-83185 -notes: - core_courseformat: - - message: >- - Add core_courseformat\base::invalidate_all_session_caches to reset course editor cache for all users when course is changed. - This method can be used as an alternative to core_courseformat\base::session_cache_reset for resetting the cache for the current user - in case the change in the course should be reflected for all users. - type: improved diff --git a/.upgradenotes/MDL-83432-2024101113112646.yml b/.upgradenotes/MDL-83432-2024101113112646.yml deleted file mode 100644 index f62114b7a7d..00000000000 --- a/.upgradenotes/MDL-83432-2024101113112646.yml +++ /dev/null @@ -1,13 +0,0 @@ -issueNumber: MDL-83432 -notes: - core_enrol: - - message: >- - The `after_user_enrolled` hook now contains a `roleid` property to allow - for listeners to determine which role was assigned during user enrolment - (if any) - - - The base enrolment `enrol_plugin::send_course_welcome_message_to_user` - method also now accepts a `$roleid` parameter in order to correctly - populate the `courserole` placeholder - type: changed diff --git a/.upgradenotes/MDL-83641-2024112721011477.yml b/.upgradenotes/MDL-83641-2024112721011477.yml deleted file mode 100644 index fcbc790be58..00000000000 --- a/.upgradenotes/MDL-83641-2024112721011477.yml +++ /dev/null @@ -1,8 +0,0 @@ -issueNumber: MDL-83641 -notes: - core_form: - - message: >- - The `cohort` form element now accepts new `includes` option, which is - passed to the corresponding external service to determine which cohorts - to return (self, parents, all) - type: changed diff --git a/UPGRADING.md b/UPGRADING.md index 0410d9304c9..ee747233032 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -6,7 +6,7 @@ More detailed information on key changes can be found in the [Developer update n The format of this change log follows the advice given at [Keep a CHANGELOG](https://keepachangelog.com). -## 4.5+ +## 4.5.1 ### core diff --git a/course/format/UPGRADING.md b/course/format/UPGRADING.md index d08564c595e..86a8262c452 100644 --- a/course/format/UPGRADING.md +++ b/course/format/UPGRADING.md @@ -1,6 +1,6 @@ # core_courseformat (subsystem / plugintype) Upgrade notes -## 4.5+ +## 4.5.1 ### Added diff --git a/enrol/UPGRADING.md b/enrol/UPGRADING.md index c04697142db..0e53862e520 100644 --- a/enrol/UPGRADING.md +++ b/enrol/UPGRADING.md @@ -1,6 +1,6 @@ # core_enrol (subsystem / plugintype) Upgrade notes -## 4.5+ +## 4.5.1 ### Changed diff --git a/lib/UPGRADING.md b/lib/UPGRADING.md index 01acf51b7d4..c5ff10af334 100644 --- a/lib/UPGRADING.md +++ b/lib/UPGRADING.md @@ -1,6 +1,6 @@ # core (subsystem) Upgrade notes -## 4.5+ +## 4.5.1 ### Added diff --git a/lib/form/UPGRADING.md b/lib/form/UPGRADING.md index b22620fa3b0..633d75891c4 100644 --- a/lib/form/UPGRADING.md +++ b/lib/form/UPGRADING.md @@ -1,6 +1,6 @@ # core_form (subsystem) Upgrade notes -## 4.5+ +## 4.5.1 ### Changed diff --git a/mod/quiz/UPGRADING.md b/mod/quiz/UPGRADING.md index efef86a8b61..0f003d803a4 100644 --- a/mod/quiz/UPGRADING.md +++ b/mod/quiz/UPGRADING.md @@ -1,6 +1,6 @@ # mod_quiz Upgrade notes -## 4.5+ +## 4.5.1 ### Changed diff --git a/reportbuilder/UPGRADING.md b/reportbuilder/UPGRADING.md index 6078b880820..0f829735ec9 100644 --- a/reportbuilder/UPGRADING.md +++ b/reportbuilder/UPGRADING.md @@ -1,6 +1,6 @@ # core_reportbuilder (subsystem) Upgrade notes -## 4.5+ +## 4.5.1 ### Changed