• General: Added WPML & Polylang compatibility for Options Pages with custom post ids. ie: my-theme post id will be translated to my-theme_en with WPML & my-theme_en_US with Polylang
  • Modules: Dynamic Post Types, Taxonomies, Options Pages & Block Types – Added Multilingual compatibility for WPML & Polylang. Items are automatically registered as strings for both WPML & Polylang plugins
  • Modules: Dynamic Post Types, Taxonomies, Options Pages & Block Types – Added l10n support for the ACF Exporting Tools
  • Module: Dynamic Post Type Archive – Added “Edit Archive Page” in the Admin Bar in the front-end when visiting an Archive Page
  • Module: Dynamic Post Type Archive – Added l10n on the Label
  • Module: Dynamic Post Type – Fixed Typo in UI
  • Module: Single Meta Save – Enhanced code logic & compatibility
  • Module: Single Meta Save – Added get_fields() support
  • Module: Single Meta Save – Removed the “Delete Orphan Meta” feature from Options Pages
  • Module: Dev Mode – Fixed Bulk Actions being displayed when the Postboxes were hidden by user
  • Module: Dev Mode – Added Clone in Sub Fields support (previously displayed as Undefined)
  • Module: Dev Mode – Fixed PHP 7.4 notices
  • Module: Dynamic Forms – Query Var setting has been removed
  • Module: Dynamic Forms – Query vars are now always generated. If no action name has been set, the query var will be named {form_name}-{action}. ie: my-form-post. The next post action will be named my-form-post-2
  • Module: Dynamic Forms – Added “Label Placement: Hidden” setting
  • Module: Dynamic Forms – Added {current:post:post_author_data} template tags in the “Cheatsheet” tab
  • Module: Dynamic Forms – Added all available {query_var} template tags in the “Cheatsheet” tab
  • Module: Dynamic Forms – Form Fields Groups, E-mail Action From/To/Subject fields are not required anymore
  • Module: Dynamic Forms – Added JS Form Submit Action code example in the “Submission” tab
  • Module: Dynamic Forms – Tweaked UI
  • Field: Flexible Content – Added “Layout Toggle” setting allowing the user to hide specific layout from the front-end
  • Field: Flexible Content – Fixed “Layout State” setting which incorrectly forced it as “Closed” when using the “Dynamic Render” setting
  • Field: Flexible Content – Fixed “Layout Title” CSS
  • Field: WYSIWYG – Fixed the Smart Delayed Init in the Flexible Content when the layout had the “Layout State” on “Opened”
  • Fields: Advanced Validation – Added count()is_array()is_string()is_numeric()get_post_type()get_post_by_id()get_post_by_title() rules and Matches regexDoesn't matches regex!= true!= false!= null operators
  • Field: Date Picker – Added ==!=><Pattern match & Contains conditional logic
  • Field: Image – “Use as Featured Image” setting now loads the Featured Image if it was already set
  • Field: Taxonomy Terms – Added Async Load setting support
  • Field: Taxonomy Terms – Fixed “Level” filter input CSS width
  • Field: Post Object – Merged “Allow Custom” & “Save Custom Value as New Post” settings
  • Field: Post Object – Fixed the “Save as New Post” setting when allowing “Multiple Values”
  • Field: Post Object – Added instructions & code examples to alter the New Post arguments programmatically
  • Field: Code Editor – Added border radius to match WP admin input style
  • Field: Group – Fixed “Edit in Modal” settings which weren’t displayed
  • Field Groups: Location Column – Fixed potential consuming query when using the Post == ID Conditional Rule
  • General: Introduced acfe_update_setting()acfe_get_setting() functions and acfe/settings/{name} filter
  • General: Compatibility – Fixed WPML PHP notices in Field Groups
  • General: Compatibility – Fixed Advanced Forms PHP notice during ACF Extended: Forms submission
  • General: Readme – Added Field Bi-directional instructions to migrate already existing data
  • General: Readme – Added Multilingual section
  • General: Readme – Added Donators section