NOBUG: Add upgrade notes
This commit is contained in:
@@ -145,6 +145,12 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
|
||||
|
||||
#### Deprecated
|
||||
|
||||
- The core_course_edit_module and core_course_edit_section external functions are now deprecated. Use core_courseformat_update_course instead
|
||||
|
||||
For more information see [MDL-82342](https://tracker.moodle.org/browse/MDL-82342)
|
||||
- The core_course_get_module external function is now deprecated. Use fragment API using component core_courseformat and fragment cmitem instead
|
||||
|
||||
For more information see [MDL-82342](https://tracker.moodle.org/browse/MDL-82342)
|
||||
- The course_format_ajax_support function is now deprecated. Use course_get_format($course)->supports_ajax() instead.
|
||||
|
||||
For more information see [MDL-82351](https://tracker.moodle.org/browse/MDL-82351)
|
||||
@@ -160,6 +166,12 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
|
||||
|
||||
For more information see [MDL-83185](https://tracker.moodle.org/browse/MDL-83185)
|
||||
|
||||
#### Deprecated
|
||||
|
||||
- All course editing YUI modules are now deprecated. All course formats not using components must migrate before 6.0. Follow the devdocs guide https://moodledev.io/docs/5.0/apis/plugintypes/format/migration to know how to proceed.
|
||||
|
||||
For more information see [MDL-82341](https://tracker.moodle.org/browse/MDL-82341)
|
||||
|
||||
### core_enrol
|
||||
|
||||
#### Changed
|
||||
|
||||
@@ -16,4 +16,3 @@
|
||||
- The two language strings in the tool_mfa plugin, namely `inputrequired` and `setuprequired`, are deprecated.
|
||||
|
||||
For more information see [MDL-83516](https://tracker.moodle.org/browse/MDL-83516)
|
||||
|
||||
|
||||
@@ -4,6 +4,12 @@
|
||||
|
||||
### Deprecated
|
||||
|
||||
- The core_course_edit_module and core_course_edit_section external functions are now deprecated. Use core_courseformat_update_course instead
|
||||
|
||||
For more information see [MDL-82342](https://tracker.moodle.org/browse/MDL-82342)
|
||||
- The core_course_get_module external function is now deprecated. Use fragment API using component core_courseformat and fragment cmitem instead
|
||||
|
||||
For more information see [MDL-82342](https://tracker.moodle.org/browse/MDL-82342)
|
||||
- The course_format_ajax_support function is now deprecated. Use course_get_format($course)->supports_ajax() instead.
|
||||
|
||||
For more information see [MDL-82351](https://tracker.moodle.org/browse/MDL-82351)
|
||||
|
||||
@@ -11,6 +11,12 @@
|
||||
|
||||
For more information see [MDL-83185](https://tracker.moodle.org/browse/MDL-83185)
|
||||
|
||||
### Deprecated
|
||||
|
||||
- All course editing YUI modules are now deprecated. All course formats not using components must migrate before 6.0. Follow the devdocs guide https://moodledev.io/docs/5.0/apis/plugintypes/format/migration to know how to proceed.
|
||||
|
||||
For more information see [MDL-82341](https://tracker.moodle.org/browse/MDL-82341)
|
||||
|
||||
## 4.5
|
||||
|
||||
### Added
|
||||
|
||||
@@ -7,4 +7,3 @@
|
||||
- The `core_tag\taglist` class now includes a new property called `displaylink`, which has a default value of `true`. When `displaylink` is set to `true`, the tag name will be displayed as a clickable hyperlink. If `displaylink` is set to `false`, the tag name will be rendered as plain text instead.
|
||||
|
||||
For more information see [MDL-75075](https://tracker.moodle.org/browse/MDL-75075)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user