diff --git a/.upgradenotes/MDL-81514-2024061009100437.yml b/.upgradenotes/MDL-81514-2024061009100437.yml deleted file mode 100644 index adbcd912c01..00000000000 --- a/.upgradenotes/MDL-81514-2024061009100437.yml +++ /dev/null @@ -1,13 +0,0 @@ -issueNumber: MDL-81514 -notes: - core_group: - - message: > - `groups_print_activity_menu()` and `groups_get_activity_group()` now - include an additional `$participationonly` parameter, which is true by - default. This can be set false when we want the user to be able to - select a non-participation group within an activity, for example if a - teacher wants to filter assignment submissions by non-participation - groups. It should never be used when the menu is displayed to students, - as this may allow them to participate using non-participation groups. - Non-participation groups are labeled as such. - type: improved diff --git a/.upgradenotes/MDL-85405-2025061114040750.yml b/.upgradenotes/MDL-85405-2025061114040750.yml deleted file mode 100644 index f2dafd54ea8..00000000000 --- a/.upgradenotes/MDL-85405-2025061114040750.yml +++ /dev/null @@ -1,9 +0,0 @@ -issueNumber: MDL-85405 -notes: - core_course: - - message: >- - The external function `core_course_get_course_contents` now includes the - `candisplay` property for each returned module. If this is false, the - module should not be displayed on the course page (for example, for - question banks). - type: improved diff --git a/.upgradenotes/MDL-85975-2025092314370040.yml b/.upgradenotes/MDL-85975-2025092314370040.yml deleted file mode 100644 index 263b753aca2..00000000000 --- a/.upgradenotes/MDL-85975-2025092314370040.yml +++ /dev/null @@ -1,17 +0,0 @@ -issueNumber: MDL-85975 -notes: - core: - - message: > - `restore_qtype_plugin::unset_excluded_fields` now returns the modified - questiondata structure, - - in order to support structures that contain arrays. - - If your qtype plugin overrides - `restore_qtype_plugin::remove_excluded_question_data` without - - calling the parent method, you may need to modify your overridden method - to use the returned - - value. - type: fixed diff --git a/.upgradenotes/MDL-86332-2025081922154697.yml b/.upgradenotes/MDL-86332-2025081922154697.yml deleted file mode 100644 index e580c779d36..00000000000 --- a/.upgradenotes/MDL-86332-2025081922154697.yml +++ /dev/null @@ -1,8 +0,0 @@ -issueNumber: MDL-86332 -notes: - core_completion: - - message: >- - The `completion_info::clear_criteria` method takes an optional - `$removetypecriteria` to determine whether to remove course type - criteria from other courses that refer to the current course - type: changed diff --git a/.upgradenotes/MDL-86960-2025110307020008.yml b/.upgradenotes/MDL-86960-2025110307020008.yml deleted file mode 100644 index 3cdeb894893..00000000000 --- a/.upgradenotes/MDL-86960-2025110307020008.yml +++ /dev/null @@ -1,7 +0,0 @@ -issueNumber: MDL-86960 -notes: - mod_glossary: - - message: >- - Function mod_glossary_rating_can_see_item_ratings is now implemented for - checking permissions to view ratings. - type: improved diff --git a/.upgradenotes/MDL-87066-2025110409330962.yml b/.upgradenotes/MDL-87066-2025110409330962.yml deleted file mode 100644 index 20c1d5f6c4f..00000000000 --- a/.upgradenotes/MDL-87066-2025110409330962.yml +++ /dev/null @@ -1,5 +0,0 @@ -issueNumber: MDL-87066 -notes: - core: - - message: Added clean_string() that prevents double escaping in Mustache templates - type: improved diff --git a/.upgradenotes/MDL-87079-2025110401192093.yml b/.upgradenotes/MDL-87079-2025110401192093.yml deleted file mode 100644 index 1496707ae14..00000000000 --- a/.upgradenotes/MDL-87079-2025110401192093.yml +++ /dev/null @@ -1,5 +0,0 @@ -issueNumber: MDL-87079 -notes: - core: - - message: When responding to pcntl signals, call existing signal handlers. - type: fixed diff --git a/.upgradenotes/MDL-87107-2025110505340589.yml b/.upgradenotes/MDL-87107-2025110505340589.yml deleted file mode 100644 index f67543a0e2d..00000000000 --- a/.upgradenotes/MDL-87107-2025110505340589.yml +++ /dev/null @@ -1,5 +0,0 @@ -issueNumber: MDL-87107 -notes: - core: - - message: The Hook Manager now uses localcache instead of caching via MUC. - type: changed diff --git a/UPGRADING.md b/UPGRADING.md index af578425b8b..ac9908b88d7 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). -## 5.1+ +## 5.1.1 ### core diff --git a/public/completion/UPGRADING.md b/public/completion/UPGRADING.md index a7313883ed5..a2cd7fd0a67 100644 --- a/public/completion/UPGRADING.md +++ b/public/completion/UPGRADING.md @@ -1,6 +1,6 @@ # core_completion (subsystem) Upgrade notes -## 5.1+ +## 5.1.1 ### Changed diff --git a/public/course/UPGRADING.md b/public/course/UPGRADING.md index a16fecb5ac9..d89cd5bce48 100644 --- a/public/course/UPGRADING.md +++ b/public/course/UPGRADING.md @@ -1,6 +1,6 @@ # core_course (subsystem) Upgrade notes -## 5.1+ +## 5.1.1 ### Added diff --git a/public/group/UPGRADING.md b/public/group/UPGRADING.md index 539f5e5cfb1..2087e23287c 100644 --- a/public/group/UPGRADING.md +++ b/public/group/UPGRADING.md @@ -1,6 +1,6 @@ # core_group (subsystem) Upgrade notes -## 5.1+ +## 5.1.1 ### Added diff --git a/public/lib/UPGRADING.md b/public/lib/UPGRADING.md index a0b22defc2e..4fa833af02c 100644 --- a/public/lib/UPGRADING.md +++ b/public/lib/UPGRADING.md @@ -1,6 +1,6 @@ # core (subsystem) Upgrade notes -## 5.1+ +## 5.1.1 ### Added diff --git a/public/mod/glossary/UPGRADING.md b/public/mod/glossary/UPGRADING.md index 90a08fb8675..18f01be0343 100644 --- a/public/mod/glossary/UPGRADING.md +++ b/public/mod/glossary/UPGRADING.md @@ -1,6 +1,6 @@ # mod_glossary Upgrade notes -## 5.1+ +## 5.1.1 ### Added