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,9 +1,9 @@
# core_customfield (subsystem) Upgrade notes
## 4.5rc1
## 4.5rc2
### Changed
- The field controller `get_formatted_name()` method now accepts an optional `$escape` parameter to define whether to escape the returned name
- The field controller `\core_customfield\field_controller::get_formatted_name()` method now accepts an optional `$escape` parameter to define whether to escape the returned name.
For more information see [MDL-82488](https://tracker.moodle.org/browse/MDL-82488)

View file

@ -1,18 +1,18 @@
# customfield_number Upgrade notes
## 4.5rc1
## 4.5rc2
### Added
- A new hook, `customfield_number\hook\add_custom_providers`, has been added which allows automatic calculation of number course custom field.
- A new hook, `\customfield_number\hook\add_custom_providers`, has been added which allows automatic calculation of number course custom field.
For more information see [MDL-82715](https://tracker.moodle.org/browse/MDL-82715)
- A new class, `\customfield_number\local\numberproviders\nofactivities` has been added that allows to automatically calculate number of activities of a given type in a given course.
- A new class, `\customfield_number\local\numberproviders\nofactivities`, has been added that allows to automatically calculate number of activities of a given type in a given course.
For more information see [MDL-82715](https://tracker.moodle.org/browse/MDL-82715)
- Added new webservice `customfield_number_recalculate_value` to recalculate a value of number course custom field.
- Added new webservice `customfield_number_recalculate_value`, has been added to recalculate a value of number course custom field.
For more information see [MDL-82715](https://tracker.moodle.org/browse/MDL-82715)
- Added `customfield_number\task\cron` cron task that recalculates automatically calculated number course custom fields.
- A new task, `\customfield_number\task\cron`, cron task that recalculates automatically calculated number course custom fields.
For more information see [MDL-82715](https://tracker.moodle.org/browse/MDL-82715)

View file

@ -1,9 +1,9 @@
# customfield_select Upgrade notes
## 4.5rc1
## 4.5rc2
### Changed
- The field controller `get_options` method now returns each option pre-formatted
- The field controller `get_options` method now returns each option pre-formatted.
For more information see [MDL-82481](https://tracker.moodle.org/browse/MDL-82481)