From d7cd69df6419c588e393c33759a72a4fa39c67fe Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Thu, 17 Apr 2025 14:30:27 +0200 Subject: [PATCH] NOBUG: Add upgrade notes --- UPGRADING.md | 10 ++++++++++ user/UPGRADING.md | 8 ++++++++ 2 files changed, 18 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index 3390ce7e6d6..84b9f00f06c 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -6,6 +6,16 @@ More detailed information on key changes can be found in the [Developer update n The format of this change log follows the advice given at [Keep a CHANGELOG](https://keepachangelog.com). +## 5.1dev + +### core_user + +#### Added + +- New method `\core_user::get_dummy_fullname(...)` for returning dummy user fullname comprised of configured name fields only + + For more information see [MDL-82132](https://tracker.moodle.org/browse/MDL-82132) + ## 5.0 ### core diff --git a/user/UPGRADING.md b/user/UPGRADING.md index eb0aeeaeba5..f0f88d19e6e 100644 --- a/user/UPGRADING.md +++ b/user/UPGRADING.md @@ -1,5 +1,13 @@ # core_user (subsystem) Upgrade notes +## 5.1dev + +### Added + +- New method `\core_user::get_dummy_fullname(...)` for returning dummy user fullname comprised of configured name fields only + + For more information see [MDL-82132](https://tracker.moodle.org/browse/MDL-82132) + ## 5.0 ### Removed