• Field: Flexible Content – Added Inline Layout Title Edition
  • Field: Flexible Content – Added Auto scroll + Modal edit on One Click layout
  • Field: Flexible Content – Removed native “Controls Icons” visibility being visible on all sub flexible content fields (better readability)
  • Field: Flexible Content – Added WP Unslash on preview values to prevent backlashes on values (thanks @Dam)
  • Field: Flexible Content – Added compatibility for layouts that have been synced and not manually created (thanks @T. Dubois)
  • Field: Flexible Content – Copy/Paste functionality is now a Flexible Content setting (Default: Disabled) (Feature request: @louiswalch)
  • Field: Flexible Content – ‘Close Button’ (collapse) on layouts is now a Flexible Content setting(Default: Disabled)
  • Field: Flexible Content – Layouts Thumbnails aspect ratio are now locked (base ratio: 450px * 200px) (Feature request: @louiswalch)
  • Field: Flexible Content – Dynamic Layout Preview refresh has been optimized. The preview content is now kept instead of being reset
  • Field: Flexible Content – Dynamic Layout Preview style & script enqueue now use wp_enqueue_style() & wp_enqueue_script()
  • Field: Flexible Content – Modal Edition – ‘Enter’ & ‘ESC’ keys now close Modals (instead of submitting the form)
  • Field: Flexible Content – Added action('acfe/flexible/enqueue', $field, $is_preview) to enqueue new style/script (back & front) (with 6 variations)
  • Field: Flexible Content – Added filter('acfe/flexible/layout/thumbnail/layout={layout:name}', $thumbnail, $field, $layout) to change layout thumbnail (must return attachment ID or URL) (with 3 variations)
  • Field: Flexible Content – Added action('acfe/flexible/preview', $field, $layout) to change Dynamic Layout Preview content (with 6 variations)
  • Field: Flexible Content – Added filter('acfe/flexible/render/template', $template, $field, $layout, $is_preview) to change Layout Render: Template Path (with 6 variations)
  • Field: Flexible Content – Added filter('acfe/flexible/render/style', $style, $field, $layout, $is_preview) to change Layout Render: Style Path (with 6 variations)
  • Field: Flexible Content – Added filter('acfe/flexible/render/script', $script, $field, $layout, $is_preview) to change Layout Render: Script Path (with 6 variations)
  • Field: Flexible Content – Added filter('acfe/flexible/placeholder/icon', $class, $field) to change the Placeholder Button Dashicons class (default: ‘dashicons dashicons-edit’) (with 3 variations)
  • Module: Dynamic Options Page – Fixed ‘Undefined $post_id’ PHP warning in Dynamic Options Page screen
  • Module: Dynamic Options Page – Fixed registration order for child options pages (thanks @Val)
  • Module: Dynamic Post Type – Fixed undefined ID php Warning on edit screen when Dynamic Post Type is registered locally (thanks @Val)
  • Module: Dynamic Taxonomies – Taxonomy name character limit has been fixed to 32 instead of 20 (thanks @Damian)
  • Module: Dynamic Taxonomies – ‘Add New’ button is now based on Taxonomy capabilities & Taxonomy Label (thanks @absolute_web)
  • Module: Author – Field groups ‘Hide on screen’ is now taken in account (thanks @louiswalch)
  • Tools: Dynamic Taxonomies Import – Fixed ‘undefined index’ PHP warning on taxonomy import (thanks @Val)