mirror of
https://github.com/moodle/moodle.git
synced 2025-04-22 08:55:15 +02:00
NOBUG: Add upgrade notes
This commit is contained in:
parent
940e7adf84
commit
8f67081b7b
10
UPGRADING.md
10
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).
|
||||
|
||||
## 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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user