weekly release 5.0dev
[moodle.git] / customfield / UPGRADING.md
blob65b15a51211d96396e4753e13bc9596d1ca34d19
1 # core_customfield (subsystem) Upgrade notes
3 ## 4.5
5 ### Changed
7 - The field controller `\core_customfield\field_controller::get_formatted_name()` method now accepts an optional `$escape` parameter to define whether to escape the returned name.
9   For more information see [MDL-82488](https://tracker.moodle.org/browse/MDL-82488)