mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
NOBUG: Add upgrade notes
This commit is contained in:
parent
eaca2203a0
commit
abcac5bc8f
6 changed files with 62 additions and 16 deletions
51
UPGRADING.md
51
UPGRADING.md
|
@ -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
|
||||
|
|
|
@ -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
16
badges/UPGRADING.md
Normal 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)
|
||||
|
|
@ -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)
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue