mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 18:06:51 +02:00
NOBUG: Add upgrade notes
This commit is contained in:
parent
385ed8c83f
commit
788f0e6f0a
10 changed files with 182 additions and 31 deletions
16
message/UPGRADING.md
Normal file
16
message/UPGRADING.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# core_message (subsystem) Upgrade notes
|
||||
|
||||
## 4.5dev
|
||||
|
||||
### 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)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue