Merge branch 'MDL-73163-311' of https://github.com/lameze/moodle into MOODLE_311_STABLE
[moodle.git] / customfield / upgrade.txt
blobd133fbf4bff0036350a2e09fbeebccba55e2b488
1 This files describes API changes in /customfield/*,
2 Information provided here is intended especially for developers.
4 === 3.11 ===
5 * Methods \core_customfield\handler::get_field_config_form() and \core_customfield\handler::setup_edit_page() are no
6   longer used. Components that define custom fields areas do not need to implement them. Field edit form opens in
7   the modal now.