mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
NOBUG: Add upgrade notes
This commit is contained in:
parent
166408a13a
commit
3a6640c461
47 changed files with 834 additions and 738 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue