NOBUG: Add upgrade notes
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user