- Version
- Download 44
- File Size 6.32 MB
- File Count 1
- Create Date May 23, 2024
- Last Updated August 2, 2024
ACF Pro v6.3.5 Download
Changelog
6.3.5 - Release Date 1st August 2024
- Fix - The ACF Shortcode now correctly outputs a comma separated list of values for arrays
- Fix - ACF Blocks rendered in auto mode now correctly re-render their previews after editing fields
- Fix - ACF Block validation no longer raises required validation messages if HTML will automatically select the first value when rendered
- Fix - ACF Block validation no longer raises required validation messages if a default value will be rendered as the field value
- Fix - ACF Block validation no longer raises required validation messages for fields hidden by conditional logic when adding a new block
6.3.4 - Release Date 18th July 2024
- Security Fix - The ACF shortcode now prevents access to fields from different private posts by default. View the release notes for more information
- Fix - Users without the
edit_posts
capability but with custom capabilities for a editing a custom post type, can now correctly load field groups loaded via conditional location rules - Fix - Block validation no longer validates a field’s sub fields on page load, only on edit. This resolves inconsistent validation errors on page load or when first adding a block
- Fix - Deactivating an ACF PRO license will now remove the license key even if the server call fails
- Fix - Field types returning objects no longer cause PHP warnings and errors when output via
the_field
,the_sub_field
or the ACF shortcode, or when retrieved by aget_
function with the escape html parameter set - Fix - Server side errors during block rendering now gracefully displays an error to the editor
6.3.3 - Release Date 27th June 2024
- Enhancement - All dashicons are now available to the icon picker field type
- Fix - The True/False field now correctly shows it’s description message beside the switch when using the Stylized UI setting
- Fix - Conditional logic values now correctly load options when loaded over AJAX
- Fix - ACF PRO will no longer trigger license validation calls when loading a front-end page
- i18n - Fixed an untranslatable string on Option Page previews
6.3.1.2 - Release Date 6th June 2024
- Fix - ACF Blocks in widget areas no longer cause a fatal error when no context is available
- Fix - ACF Blocks with no fields assigned no longer show a gap in the sidebar where the form would render
6.3.1.1 - Release Date 6th June 2024
- Fix - Repeater and Flexible Content fields no longer error when duplicating or removing rows containing Icon Picker subfields
- Fix - ACF Blocks containing Flexible Content fields now correctly load their edit form
- Fix - ACF Blocks no longer have a race condition where the data store is not initialized when read
- Fix - ACF Blocks no longer trigger a JS error for blocks without fields and with an empty no-fields message
- Fix - ACF Block preloading now works correctly for fields consuming custom block context
- Fix - ACF Block JavaScript debug messages now correctly appear when SCRIPT_DEBUG is true
6.3.1 - Release Date 4th June 2024
- Enhancement - Options Pages registered in the UI can now be duplicated
- Fix - ACF Block validation now correctly validates Repeater, Group, and Flexible Content fields
- Fix - ACF Block validation now correctly validates when a field is using a non-default return type
- Fix - Fields moved between field groups now correctly updates both JSON files
- Fix - Icon Picker fields now render correctly when using left-aligned labels
- Fix - Icon Picker fields no longer renders tabs if only one tab is selected for display
- Fix - Icon Picker fields no longer crash the post editor if no icon picker tabs are selected for displayed
- Fix - True/False field now better handles longer On/Off labels
- Fix - Select2 results loaded by AJAX for multi-select Taxonomy fields no longer double encode HTML entities
6.3.0.1 - Release Date 22nd May 2024
- Fix - A possible fatal error no longer occurs in the new site health functionality for ACF PRO users
- Fix - A possible undefined index error no longer occurs in ACF Blocks for ACF PRO users
6.3.0 - Release Date 22nd May 2024
- New - ACF now requires WordPress version 6.0 or newer, and PHP 7.4 or newer.
- New - ACF Blocks now support validation rules for fields.
- New - ACF Blocks now supports storing field data in the postmeta table rather than in the post content
- New - Conditional logic rules for fields now support selecting specific values for post objects, page links, relationships and users rather than having to enter the ID
- New - New Icon Picker field type for ACF and ACF PRO
- New - Icon selection for a custom post type menu icon
- New - Icon selection for an options page menu icon
- New - ACF now surfaces debug and status information in the WordPress Site Health area
- New - The escaped html notice can now be permanently dismissed
- Enhancement - Tab field now supports a
selected
attribute to specify which should be selected by default, and support class attributes - Fix - Block Preloading now works reliably in WordPress 6.5 or newer
- Fix - Select2 results loaded by AJAX for post object fields no longer double encode HTML entities
- Fix - Custom post types registered with ACF will now have custom field support enabled by default to better support revisions
- Fix - The first preview after publishing a post in the classic editor now displays ACF fields correctly
- Fix - ACF fields and Flexible Content layouts are now correctly positioned while dragging
- Fix - Copying the title of a field inside a Flexible Content layout no longer adds whitespace to the copied value
- Fix - Flexible Content layout names are no longer converted to lowercase when edited
- Fix - ACF Blocks with attributes without a default now correctly register
- Fix - User fields no longer trigger a 404 when loading results if the nonce generated only contains numbers
- Fix - Description fields for ACF items now support being solely numeric characters
- Fix - The field group header no longer appears above the WordPress admin menu on small screens
- Fix - The
acf/json/save_file_name
filter now correctly applies when deleting JSON files - i18n - All errors raised during ACF PRO license or update checks are now translatable