• Field Group: Hide on Screen – Added “Block Editor” (Gutenberg) setting, allowing administrator to disable the block editor on field group location
  • Field Group: Third Party – Fixed Export/Sync Clones fields being processed during the action
  • Field Group: Postbox Seamless CSS class are now added in PHP, which remove the blink during admin page load caused by the class being added in JS
  • Field Group: Raw Data button now also display the WP_Post object
  • Field: Button – Before/After HTML settings are now using code editor
  • Field: Button – Ajax call – Added nominative hooks allowing to target specific field. Hook is now easier. Instructions have been updated
  • Field: Flexible Content – Added “Advanced Flexible Content” setting (ON/OFF). All advanced settings are now hidden by default and depend on that setting to be shown. (Retro compatibility: if any advanced setting has been saved before, this setting will be set to ON)
  • Field: Flexible Content – Added “Clone” button as a setting (Not enabled by default in all flexible content anymore)
  • Field: Flexible Content – Added “Hide: Add Layout Button” setting
  • Field: Flexible Content – Added “Hide: Remove Layout Button” setting
  • Field: Flexible Content – Added “Lock Flexible Content” (sortable) setting
  • Field: Flexible Content – Flexible Content can now be completely locked and all actions removed from the field settings
  • Field: Flexible Content – Layout Settings modal now allow multiple clones
  • Field: Flexible Content – Layout Settings modal size can now be selected for each layout (small/medium/large/extra large/full)
  • Field: Flexible Content – Fixed “Force State: Open” not working correctly in some specific cases
  • Field: Flexible Content – Fixed Modal Selection z-index problem on attachment screen
  • Field: Flexible Content – Fixed Modal Edition z-index problem with button group (when already inside a modal)
  • Field: Flexible Content – Fixed a bug causing duplicated “Layout Setting” & “Layout Title Edition” fields when export/re-importing a field group with flexible content that had this settings
  • Field: Taxonomy Terms – Fixed a PHP notice when “Load Terms” was enabled with “select” as field type
  • Field: Group/Clone – Seamless style CSS fixed in term view
  • Field: Color Picker – Added position relative property when the field is used inside a modal
  • Field: Hidden – Added global CSS style
  • Module: Single Meta Save – Improved save process performance (it’s now even faster!)
  • Module: Dynamic Forms – Added {query_var:var} template tag in E-mail action, Post Load source, Post Target, Term Load source, Term Target & User Load source, Redirection & Updated Message fields. This will allow user to retrieve a specific query_var and use it dynamically
  • Module: Dynamic Forms – {query_var:var} template tag also allow to specific key if the value is an array, using the following tag: {query_var:var:key}
  • Module: Dynamic Forms – New “Query var” settings on Post, Terms, Users & E-mail actions that generate a custom query var based on the “Action name” after completing the action. For example: Post Action with Action name “my-action” will generate a query_var named my-action and as value the post data (array) that has been created/updated. This query_var can be accessed using get_query_var('my-action'); or the template tag {query_var:my-action:ID} (Post ID), {query_var:my-action:post_title} (Post Title), {query_var:my-action:permalink} (Post Permalink), {query_var:my-action:admin_url} (Post Admin URL)
  • Module: Dynamic Forms – Fixed shortcode not working correctly when using Form ID instead of Form name
  • Module: Dynamic Forms – Actions UI Layouts can now be collapsed
  • Module: Dev Mode – Added Meta Overview for Options Page
  • Module: Options Page – Child Options page are now correctly displayed as child in the Options Page UI
  • General: Modal – Added localization for the “Close” button
  • General: Modal – Added Small/Medium/Large/Extra Large/Full sizes