Automatically generated installer lang files
[moodle.git] / customfield / upgrade.txt
blobae20f2d948f29543fc8d2fa1ffe399df7170e527
1 This files describes API changes in /customfield/*,
2 Information provided here is intended especially for developers.
4 === 4.2 ===
5 * The `\customfield_select\field_controller::get_options_array` method, deprecated since 3.10, has been removed, use
6   the field instance `get_options` method instead
8 === 3.11 ===
9 * Methods \core_customfield\handler::get_field_config_form() and \core_customfield\handler::setup_edit_page() are no
10   longer used. Components that define custom fields areas do not need to implement them. Field edit form opens in
11   the modal now.