diff --git a/UPGRADING.md b/UPGRADING.md index a10d22b26bcdc..11ab3eb4405b8 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -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 diff --git a/admin/tool/mfa/UPGRADING.md b/admin/tool/mfa/UPGRADING.md index 3c7892acdb708..eb060c819c497 100644 --- a/admin/tool/mfa/UPGRADING.md +++ b/admin/tool/mfa/UPGRADING.md @@ -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) - diff --git a/course/UPGRADING.md b/course/UPGRADING.md index 9ae11c17d60c7..e11374eaa0da0 100644 --- a/course/UPGRADING.md +++ b/course/UPGRADING.md @@ -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) diff --git a/course/format/UPGRADING.md b/course/format/UPGRADING.md index 9efba79b16b25..68650274e7c9e 100644 --- a/course/format/UPGRADING.md +++ b/course/format/UPGRADING.md @@ -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 diff --git a/tag/UPGRADING.md b/tag/UPGRADING.md index 8d8f432d5bfce..177f59fdafd9f 100644 --- a/tag/UPGRADING.md +++ b/tag/UPGRADING.md @@ -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) -