NOBUG: Add upgrade notes

This commit is contained in:
Sara Arjona 2025-04-17 14:30:05 +02:00
parent 940e7adf84
commit 8f67081b7b
No known key found for this signature in database
2 changed files with 18 additions and 0 deletions

View File

@ -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).
## 4.5.4+
### 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)
## 4.5.4
### core

View File

@ -1,5 +1,13 @@
# core_user (subsystem) Upgrade notes
## 4.5.4+
### 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)
## 4.5
### Added