diff --git a/UPGRADING.md b/UPGRADING.md index 1399f585aa2..73b85d5c845 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -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 diff --git a/enrol/UPGRADING.md b/enrol/UPGRADING.md index 5eb77b1944b..c04697142db 100644 --- a/enrol/UPGRADING.md +++ b/enrol/UPGRADING.md @@ -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) - diff --git a/reportbuilder/UPGRADING.md b/reportbuilder/UPGRADING.md index d1587d17209..6078b880820 100644 --- a/reportbuilder/UPGRADING.md +++ b/reportbuilder/UPGRADING.md @@ -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