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