From 65ceca6092d1f91fb4c4d1fb32061dedb5ce0ef2 Mon Sep 17 00:00:00 2001 From: Huong Nguyen Date: Fri, 1 Nov 2024 14:29:15 +0700 Subject: [PATCH] NOBUG: Add upgrade notes --- UPGRADING.md | 8 ++++++++ enrol/UPGRADING.md | 1 - reportbuilder/UPGRADING.md | 8 ++++++++ 3 files changed, 16 insertions(+), 1 deletion(-) 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