NOBUG: Add upgrade notes

This commit is contained in:
Mihail Geshoski
2025-10-30 18:10:39 +08:00
parent e40b49ef83
commit d2ba6aaa3b
3 changed files with 32 additions and 0 deletions
+16
View File
@@ -26,6 +26,22 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
For more information see [MDL-85975](https://tracker.moodle.org/browse/MDL-85975)
### core_course
#### Deprecated
- The following methods have been deprecated and should no longer be used: - `course_delete_module` - `course_module_flag_for_async_deletion` Please consider using the equivalent methods, delete and delete_async, in `core_courseformat\local\cmactions` instead.
For more information see [MDL-86856](https://tracker.moodle.org/browse/MDL-86856)
### core_courseformat
#### Added
- Add delete method to the core_courseformat\cmactions
For more information see [MDL-86856](https://tracker.moodle.org/browse/MDL-86856)
### core_group
#### Added
+8
View File
@@ -1,5 +1,13 @@
# core_course (subsystem) Upgrade notes
## 5.2dev
### Deprecated
- The following methods have been deprecated and should no longer be used: - `course_delete_module` - `course_module_flag_for_async_deletion` Please consider using the equivalent methods, delete and delete_async, in `core_courseformat\local\cmactions` instead.
For more information see [MDL-86856](https://tracker.moodle.org/browse/MDL-86856)
## 5.1
### Added
+8
View File
@@ -1,5 +1,13 @@
# core_courseformat (subsystem / plugintype) Upgrade notes
## 5.2dev
### Added
- Add delete method to the core_courseformat\cmactions
For more information see [MDL-86856](https://tracker.moodle.org/browse/MDL-86856)
## 5.1
### Added