NOBUG: Add upgrade notes

This commit is contained in:
Huong Nguyen
2024-11-01 14:29:15 +07:00
parent c21b1143a4
commit 65ceca6092
3 changed files with 16 additions and 1 deletions
+8
View File
@@ -33,6 +33,14 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt
For more information see [MDL-83432](https://tracker.moodle.org/browse/MDL-83432)
### core_reportbuilder
#### Changed
- The `get_active_conditions` method of the base report class has a new `$checkavailable` parameter to determine whether to check the returned conditions availability
For more information see [MDL-82809](https://tracker.moodle.org/browse/MDL-82809)
## 4.5
### core
-1
View File
@@ -9,4 +9,3 @@
The base enrolment `enrol_plugin::send_course_welcome_message_to_user` method also now accepts a `$roleid` parameter in order to correctly populate the `courserole` placeholder
For more information see [MDL-83432](https://tracker.moodle.org/browse/MDL-83432)
+8
View File
@@ -1,5 +1,13 @@
# core_reportbuilder (subsystem) Upgrade notes
## 4.5+
### Changed
- The `get_active_conditions` method of the base report class has a new `$checkavailable` parameter to determine whether to check the returned conditions availability
For more information see [MDL-82809](https://tracker.moodle.org/browse/MDL-82809)
## 4.5
### Added