NOBUG: Add upgrade notes

This commit is contained in:
Huong Nguyen 2024-10-04 21:03:11 +07:00
parent 166408a13a
commit 3a6640c461
No known key found for this signature in database
GPG key ID: 40D88AB693A3E72A
47 changed files with 834 additions and 738 deletions

View file

@ -1,21 +1,21 @@
# core_message (subsystem) Upgrade notes
## 4.5rc1
## 4.5rc2
### Changed
- The `\core_message\helper::togglecontact_link_params` now accepts a new optional param called `isrequested` to indicate the status of the contact request
- The `\core_message\helper::togglecontact_link_params()` method now accepts a new optional `$isrequested` parameter 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
- The `core_message/remove_contact_button` template is deprecated and will be removed in a future release.
For more information see [MDL-81428](https://tracker.moodle.org/browse/MDL-81428)
### Removed
- Final deprecation `MESSAGE_DEFAULT_LOGGEDOFF` / `MESSAGE_DEFAULT_LOGGEDIN`.
- Final deprecation of the `MESSAGE_DEFAULT_LOGGEDOFF`, and `MESSAGE_DEFAULT_LOGGEDIN` constants.
For more information see [MDL-73284](https://tracker.moodle.org/browse/MDL-73284)