Skip to content

Commit

Permalink
NOBUG: Add upgrade notes
Browse files Browse the repository at this point in the history
  • Loading branch information
HuongNV13 committed Jan 3, 2025
1 parent 76595b1 commit 0fc12f2
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 2 deletions.
12 changes: 12 additions & 0 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion admin/tool/mfa/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

6 changes: 6 additions & 0 deletions course/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
6 changes: 6 additions & 0 deletions course/format/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion tag/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 0fc12f2

Please sign in to comment.