mirror of
https://github.com/moodle/moodle.git
synced 2025-08-10 19:36:41 +02:00
21 lines
718 B
Markdown
21 lines
718 B
Markdown
# core_message (subsystem) Upgrade notes
|
|
|
|
## 4.5
|
|
|
|
### Changed
|
|
|
|
- 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 a future release.
|
|
|
|
For more information see [MDL-81428](https://tracker.moodle.org/browse/MDL-81428)
|
|
|
|
### Removed
|
|
|
|
- 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)
|