Skip to content

5.12

Latest
Compare
Choose a tag to compare
@alivevn-letungkimngoc alivevn-letungkimngoc released this 11 Mar 04:27
ef0e831

== Changelog ==

= 5.12 =
Release Date 23rd February 2022

  • View Release Post
  • New - ACF blocks now support the new Full Site Editor included in WordPress 5.9
  • New - ACF blocks now support the WordPress Query Loop block
  • New - Added block caching system to reduce the number of AJAX calls in the block editor
  • Enhancement - Block preloading can now be disabled by using "acf_update_setting( 'preload_blocks', false );" in the "acf/init" action hook
  • Enhancement - ACF and ACF PRO will now detect if each other are active and deactivate the other plugin on plugin activation
  • Fix - Fixed an issue with the media library not working correctly in ACF Blocks in WordPress 5.9.1
  • Fix - Fixed an issue where anchors weren't working correctly in WordPress 5.9
  • Fix - Fixed an issue where the "unfiltered_html" capability wasn't being used by ACF blocks
  • Fix - Fixed an issue where it was impossible to update an ACF block inside the widget block editor
  • Fix - Fixed an issue where ACF fields might not appear in REST API calls made via internal WordPress functions
  • Fix - Warnings and PHP 8.1 deprecation notices in REST API
  • Fix - Better support for double byte characters in "acf_get_truncated()" (props @cabradb)
  • i18n - Broken link in the Croatian translation
  • i18n - Automated building of acf.pot for translators in each release

= 5.11.4 =
Release Date - 2nd December 2021

  • Fix - Fixed several Select2.js conflicts with other plugins
  • Fix - Fixed an issue where block name sanitization could change valid block names containing double hyphens
  • Fix - Fixed an issue where blocks with integer IDs could fail to load example field data