Releases: AdvancedCustomFields/acf
Releases · AdvancedCustomFields/acf
Advanced Custom Fields v5.8.14
Release Date - 13 August 2020
- Fix - Fixed bug breaking ACF Block
$is_previewparameter in WordPress 5.5. - Fix - Fixed bug breaking seamless postbox style in WordPress 5.5.
Advanced Custom Fields v5.8.13
Release Date - 10 August 2020
- Tweak - Added styling compatibility for WordPress 5.5.
- Fix - Implemented new
wp_filter_content_tags()function in "acf_the_content" filter. - i18n - Updated Arabic translation thanks to Karim Ramadan.
Advanced Custom Fields v5.8.12
Release Date - 10 June 2020
- Fix - Improved string escaping in Select2 drop-downs to address XSS concerns.
- Fix - Fixed bug causing PHP error when updating the settings of a Checkbox field.
- Fix - Fixed bug causing WYSIWYG field to hide when toggling between Document and Block tabs within the Block editor.
- Fix - Fixed bug incorrectly validating the length of Text and Textarea field values that contained HTML entities.
Advanced Custom Fields v5.8.11
Release Date - 12 May 2020
- Fix - Fixed bug in ACF Blocks where "inserter examples" and "block templates" did not load the defined "data".
- Fix - Reverted "fix" in 5.8.9 regarding Taxonomy fields saving terms to non "post" objects.
- Fix - Fixed bug allowing the Image field to save the value of a deleted attachment.
- Fix - Improved Select field
format_value()behaviour to correctly cast value types depending on the "multiple" setting. - Tweak - Changed language fallback for "zh_HK" to "zh_TW".
- Tweak - Changed Time Picker field settings to display in a localized format via
date_i18n(). - Tweak - Improved CSS styling of menu item fields.
- i18n - Updated Finnish translation thanks to Mikko Kekki
- i18n - Updated French translation thanks to Maxime Bernard-Jacquet.
- i18n - Updated Turkish translation thanks to Emre Erkan.
Advanced Custom Fields v5.8.10
Release Date - 12 May 2020
- See hotfix version 5.8.11 for release notes.
Advanced Custom Fields v5.8.9
Release Date - 26 March 2020
- Fix - Fixed bug in ACF Blocks causing default "align" property to be ignored.
- Fix - Fixed bug allowing Taxonomy field to save terms to a non "post" object.
- Tweak - Improved User field AJAX query performance.
- Tweak - Improved logic that determines width of Range field input.
- Tweak - Improved styling of ACF Blocks components.
- Dev - Added new "acf/register_block_type_args" filter.
- Dev - Added new generic ACF_Ajax_Query and ACF_Ajax_Query_Users classes.
- i18n - Updated French Canadian translation thanks to Bérenger Zyla.
- i18n - Updated Traditional Chinese translation thanks to Audi Lu.
- i18n - Updated German translation thanks to Ralf Koller.
- i18n - Updated Portuguese language thanks to Pedro Mendonça.
Advanced Custom Fields v5.8.8
Release Date - 4 March 2020
- Fix - Fixed bug in
have_rows()function causing a PHP warning when no value is found. - Fix - Fixed bug in Google Maps field causing marker to snap to nearest address.
- Fix - Avoid Nav Menu items displaying twice in WordPress 5.4.
- Tweak - Added place name data to Google Maps field value.
- Tweak - Improved performance of PHP registered fields.
- Dev - Added new "acf/prepare_field_group_for_import" filter.
- i18n - Added Traditional Chinese translation thanks to Audi Lu.
- i18n - Added Catalan translation thanks to Jordi Tarrida.
- i18n - Updated French translation thanks to Maxime Bernard-Jacquet & Bérenger Zyla.
Advanced Custom Fields v5.8.7
Release Date - 12 November 2019
- New - Updated admin CSS for new WordPress 5.3 styling.
- Fix - Fixed various issues affecting dynamic metaboxes in the block editor (requires WordPress 5.3)
- Fix - Fixed performance issue when checking network sites for upgrades.
- Fix - Fixed Select2 clones appearing after duplicating a Relationship field.
- Tweak - Repeater field "Add row" icons will now hide when maximum rows are reached.
- Tweak - Removed ACF Blocks keyword limit for later versions of Gutenberg.
Advanced Custom Fields v5.8.6
Release Date - 24 October 2019
- New - Added more data to Google Maps field value including place_id, street_name, country and more.
- Fix - Fixed bug in Gallery field incorrectly displaying .pdf attachments as icons.
- Fix - Fixed bug in Checkbox field missing "selected" class after "Toggle All".
- Dev - Added compatibility for Attachments in the Post Taxonomy location rule.
- Dev - Added missing return statement from
acf_get_form()function. - Dev - Added "google_map_result" JS filter.
Advanced Custom Fields v5.8.5
Release Date - 8 October 2019
- New - Added new choice "Add" to the User Form location rule.
- New - Optimized
acf_form()logic when used in combination withacf_register_form(). - Fix - Fixed bug causing incorrect field order after sync.
- Fix - Fixed bug reverting the first field type to Text in Firefox version 69.0.1.
- Fix - Fixed bug causing tinymce issues when changing between block modes.
- Fix - Fixed bug preventing block registration when category does not exist.
- Fix - Fixed bug preventing block registration when no icon is declared.
- Dev - Added RegExp compatibility for innerBlocks.