MDL-78427 user: Revert accidental addition of deleted line
[moodle.git] / customfield / upgrade.txt
blob73d2537a7aba5ac2b57d55d2875b189e0dffe431
1 This files describes API changes in /customfield/*,
2 Information provided here is intended especially for developers.
4 === 4.3 ===
5 * Field categories are now consistently of type `PARAM_TEXT`, ensure instance `get_formatted_name()` helper is used
6   during output
8 === 4.2 ===
9 * The `\customfield_select\field_controller::get_options_array` method, deprecated since 3.10, has been removed, use
10   the field instance `get_options` method instead
12 === 3.11 ===
13 * Methods \core_customfield\handler::get_field_config_form() and \core_customfield\handler::setup_edit_page() are no
14   longer used. Components that define custom fields areas do not need to implement them. Field edit form opens in
15   the modal now.