MDL-72791 customfield: correct access checks for course search data.
[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.