Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
# core_customfield (subsystem) Upgrade notes
2
 
3
## 5.0
4
 
5
### Added
6
 
7
- Added a new custom field exporter to export custom field data in `\core_customfield\external\field_data_exporter`
8
 
9
  For more information see [MDL-83552](https://tracker.moodle.org/browse/MDL-83552)
10
 
11
## 4.5
12
 
13
### Changed
14
 
15
- 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.
16
 
17
  For more information see [MDL-82488](https://tracker.moodle.org/browse/MDL-82488)