Update
This version contained a bug which was fixed in version 5.5.7:
- Core: Fixed bug causing
get_field()to return incorrect data for sub fields registered via PHP code.
Changelog
- Core: Fixed bug causing license key to be ignored after changing url from http to https
- Core: Fixed Select2 (v4) bug where ‘allow null’ setting would not correctly save empty value
- Core: Added new ‘acf/validate_field’ filter
- Core: Added new ‘acf/validate_field_group’ filter
- Core: Added new ‘acf/validate_post_id’ filter
- Core: Added new ‘row_index_offset’ setting
- Core: Fixed bug causing value loading issues for a taxonomy term in WP < 4.4
- Core: Minor fixes and improvements
Details
update_row()andadd_row()functions can now lookup field info via field name as well as field key- Unset ‘local’ setting from field group array during export
- Added new
acf_is_local_field_key()andacf_is_local_field_name()functions - Added type specific filters to the
acf/prepare_field_for_exportandacf/prepare_field_for_importfilters delete_row()anddelete_sub_row()functions now returnfalseif row index does not exist- Removed
font-sizeCSS from.acf-tableclass (used mainly by the repeater field) - Added logic to hide field instructions for the clone field when used in seamless mode
- Fixed bug preventing ‘local’ fields / groups loading in the clone field ‘clone’ setting