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-2025110307012320.yml b/.upgradenotes/MDL-86960-2025110307012320.yml deleted file mode 100644 index 3cdeb894893..00000000000 --- a/.upgradenotes/MDL-86960-2025110307012320.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 28e10101515..ffa889035d4 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.0.3+ +## 5.0.4 ### core diff --git a/completion/UPGRADING.md b/completion/UPGRADING.md index 4a3a6938ad1..5a521d736ec 100644 --- a/completion/UPGRADING.md +++ b/completion/UPGRADING.md @@ -1,6 +1,6 @@ # core_completion (subsystem) Upgrade notes -## 5.0.3+ +## 5.0.4 ### Changed diff --git a/course/UPGRADING.md b/course/UPGRADING.md index 70456a4a65d..c7ecd4a9e09 100644 --- a/course/UPGRADING.md +++ b/course/UPGRADING.md @@ -1,6 +1,6 @@ # core_course (subsystem) Upgrade notes -## 5.0.3+ +## 5.0.4 ### Added diff --git a/group/UPGRADING.md b/group/UPGRADING.md index 1a46c040453..f4fb1fc9bd3 100644 --- a/group/UPGRADING.md +++ b/group/UPGRADING.md @@ -1,6 +1,6 @@ # core_group (subsystem) Upgrade notes -## 5.0.3+ +## 5.0.4 ### Added diff --git a/lib/UPGRADING.md b/lib/UPGRADING.md index 6602e5e8138..f639a8e2bd8 100644 --- a/lib/UPGRADING.md +++ b/lib/UPGRADING.md @@ -1,6 +1,6 @@ # core (subsystem) Upgrade notes -## 5.0.3+ +## 5.0.4 ### Added diff --git a/mod/glossary/UPGRADING.md b/mod/glossary/UPGRADING.md index b0c633e9cfe..5716b0807b3 100644 --- a/mod/glossary/UPGRADING.md +++ b/mod/glossary/UPGRADING.md @@ -1,10 +1,9 @@ # mod_glossary Upgrade notes -## 5.0.3+ +## 5.0.4 ### Added - Function mod_glossary_rating_can_see_item_ratings is now implemented for checking permissions to view ratings. For more information see [MDL-86960](https://tracker.moodle.org/browse/MDL-86960) -