diff --git a/UPGRADING.md b/UPGRADING.md index f98a25070cc..24171e2f419 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -8,6 +8,20 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt ## 4.5dev +### core_badges + +#### Deprecated + +- The badges/newbadge.php page has been deprecated and merged with badges/edit.php. Please, use badges/edit.php instead. + + For more information see [MDL-43938](https://tracker.moodle.org/browse/MDL-43938) + +#### Added + +- New webservices enable_badges and disable_badges have been added. + + For more information see [MDL-82168](https://tracker.moodle.org/browse/MDL-82168) + ### core #### Removed @@ -255,6 +269,9 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt - The constant `ASSIGN_ATTEMPT_REOPEN_METHOD_NONE` has been deprecated, and a new default value for `attemptreopenmethod` has been set to "Automatically until pass". For more information see [MDL-80741](https://tracker.moodle.org/browse/MDL-80741) +- Method assign_grading_table::col_picture has been deprecated. + + For more information see [MDL-82292](https://tracker.moodle.org/browse/MDL-82292) ### report @@ -280,6 +297,26 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt For more information see [MDL-72786](https://tracker.moodle.org/browse/MDL-72786) +### core_message + +#### Removed + +- Final deprecation MESSAGE_DEFAULT_LOGGEDOFF / MESSAGE_DEFAULT_LOGGEDIN. + + For more information see [MDL-73284](https://tracker.moodle.org/browse/MDL-73284) + +#### Changed + +- The `\core_message\helper::togglecontact_link_params` now accepts a new optional param called `isrequested` to indicate the status of the contact request + + For more information see [MDL-81428](https://tracker.moodle.org/browse/MDL-81428) + +#### Deprecated + +- The `core_message/remove_contact_button` template is deprecated and will be removed in the future version + + For more information see [MDL-81428](https://tracker.moodle.org/browse/MDL-81428) + ### theme #### Removed @@ -401,20 +438,6 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt For more information see [MDL-81321](https://tracker.moodle.org/browse/MDL-81321) -### core_message - -#### Changed - -- The `\core_message\helper::togglecontact_link_params` now accepts a new optional param called `isrequested` to indicate the status of the contact request - - For more information see [MDL-81428](https://tracker.moodle.org/browse/MDL-81428) - -#### Deprecated - -- The `core_message/remove_contact_button` template is deprecated and will be removed in the future version - - For more information see [MDL-81428](https://tracker.moodle.org/browse/MDL-81428) - ### editor_tiny #### Changed diff --git a/backup/util/ui/UPGRADING.md b/backup/util/ui/UPGRADING.md index 1bbf593c805..209c4671f42 100644 --- a/backup/util/ui/UPGRADING.md +++ b/backup/util/ui/UPGRADING.md @@ -7,4 +7,3 @@ - Final deprecation and removal of core_backup\copy\copy in backup/util/ui/classes/copy.php. Please use copy_helper from backup/util/helper/copy_helper.class.php instead. For more information see [MDL-75022](https://tracker.moodle.org/browse/MDL-75022) - diff --git a/badges/UPGRADING.md b/badges/UPGRADING.md new file mode 100644 index 00000000000..52b554e467a --- /dev/null +++ b/badges/UPGRADING.md @@ -0,0 +1,16 @@ +# core_badges (subsystem) Upgrade notes + +## 4.5dev + +### Deprecated + +- The badges/newbadge.php page has been deprecated and merged with badges/edit.php. Please, use badges/edit.php instead. + + For more information see [MDL-43938](https://tracker.moodle.org/browse/MDL-43938) + +### Added + +- New webservices enable_badges and disable_badges have been added. + + For more information see [MDL-82168](https://tracker.moodle.org/browse/MDL-82168) + diff --git a/lib/table/UPGRADING.md b/lib/table/UPGRADING.md index e9eb81afec2..729e35ec446 100644 --- a/lib/table/UPGRADING.md +++ b/lib/table/UPGRADING.md @@ -8,4 +8,3 @@ This property allows you to control whether the table is rendered as a responsive table. For more information see [MDL-80748](https://tracker.moodle.org/browse/MDL-80748) - diff --git a/message/UPGRADING.md b/message/UPGRADING.md index e74b08ceaf9..ce470eeb861 100644 --- a/message/UPGRADING.md +++ b/message/UPGRADING.md @@ -2,6 +2,12 @@ ## 4.5dev +### Removed + +- Final deprecation MESSAGE_DEFAULT_LOGGEDOFF / MESSAGE_DEFAULT_LOGGEDIN. + + For more information see [MDL-73284](https://tracker.moodle.org/browse/MDL-73284) + ### Changed - The `\core_message\helper::togglecontact_link_params` now accepts a new optional param called `isrequested` to indicate the status of the contact request diff --git a/mod/assign/UPGRADING.md b/mod/assign/UPGRADING.md index 28dc88fa2b2..ddf12e846d5 100644 --- a/mod/assign/UPGRADING.md +++ b/mod/assign/UPGRADING.md @@ -27,3 +27,6 @@ - The constant `ASSIGN_ATTEMPT_REOPEN_METHOD_NONE` has been deprecated, and a new default value for `attemptreopenmethod` has been set to "Automatically until pass". For more information see [MDL-80741](https://tracker.moodle.org/browse/MDL-80741) +- Method assign_grading_table::col_picture has been deprecated. + + For more information see [MDL-82292](https://tracker.moodle.org/browse/MDL-82292)