From ec3ab5528a298c164cac3de8ca9c38bbcc8d4a1f Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Thu, 7 Aug 2025 16:45:16 +0200 Subject: [PATCH] NOBUG: Add upgrade notes --- UPGRADING.md | 6 ++++++ lib/UPGRADING.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index 535d588019a..692f0aa0299 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -10,6 +10,12 @@ The format of this change log follows the advice given at [Keep a CHANGELOG](htt ### core +#### Added + +- Add a new method has_valid_group in \core\report_helper that will return true or false depending if the user has a valid group. This is mainly false in case the user is not in any group in SEPARATEGROUPS. Used in report_log and report_loglive + + For more information see [MDL-84464](https://tracker.moodle.org/browse/MDL-84464) + #### Changed - The `\core\attribute\deprecated` attribute constructor `$replacement` parameter now defaults to null, and can be omitted diff --git a/lib/UPGRADING.md b/lib/UPGRADING.md index bd88040f246..02dc3ea010c 100644 --- a/lib/UPGRADING.md +++ b/lib/UPGRADING.md @@ -2,6 +2,12 @@ ## 4.5.5+ +### Added + +- Add a new method has_valid_group in \core\report_helper that will return true or false depending if the user has a valid group. This is mainly false in case the user is not in any group in SEPARATEGROUPS. Used in report_log and report_loglive + + For more information see [MDL-84464](https://tracker.moodle.org/browse/MDL-84464) + ### Changed - The `\core\attribute\deprecated` attribute constructor `$replacement` parameter now defaults to null, and can be omitted