mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 09:26:35 +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,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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue