NOBUG: Add upgrade notes

This commit is contained in:
Huong Nguyen 2024-07-12 08:41:57 +07:00
parent eaca2203a0
commit abcac5bc8f
No known key found for this signature in database
GPG key ID: 40D88AB693A3E72A
6 changed files with 62 additions and 16 deletions

View file

@ -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

View file

@ -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)

16
badges/UPGRADING.md Normal file
View file

@ -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)

View file

@ -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)

View file

@ -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

View file

@ -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)