airfleet/airfleet-elements-forms-cf7-plugin

Project releases

airfleet-elements-forms-cf7-plugin

Release 2.0.0

Adds a new dependency and updates development tooling.

GitHub
View full changelog

Changed

  • Breaking: Added new dependency - Airfleet Framework plugin - and removed scoped framework composer package
  • Added plugin dependencies in main plugin file (Requires Plugins metadata field)
  • Internal: Increased Node.js version requirement to >=24
  • Internal: Bump npm dependency @airfleet/wordpress-dev to ^4.0.0
  • Internal: Bump composer dependency airfleet/wordpress-dev to ^4.0.0
  • Internal: Switched package manager to Bun
  • Internal: Updated linters and development tools
  • Internal: Updated configuration for development tools
  • Internal: Moved configuration sections from package.json to dedicated config files
  • Internal: Updated browserslist configuration
  • Internal: Updated package.json scripts to use Airfleet CLI
  • Internal: Updated README.md to remove Getting Started and Documentation sections
  • Internal: Updated Plugin URI metadata field in main plugin file
  • Internal: Updated GitHub workflows
  • Internal: Added .airfleet-license and .airfleet-visible
airfleet-elements-forms-cf7-plugin

Release 1.4.0

Added support for forced previews in the block editor.

GitHub
View full changelog

Changed

  • Added support for forced previews by using helper $_should_show_preview() (requires latest Elements - Core plugin)
  • Updated block editor preview text with more contextual information
  • Used filter airfleet/elements/exclude_non_editor_scripts to exclude non-editor scripts when force previews are enabled
airfleet-elements-forms-cf7-plugin

Release 1.3.1

Fixed an issue with asset enqueuing from the wrong folder

GitHub
View full changelog

Fixed

  • Fixed issue where assets could be incorrectly enqueued from non-dist folder
airfleet-elements-forms-cf7-plugin

Release 1.3.0

Pass loading property to elements-components-form-submit-handler for proper submit action loading

GitHub
View full changelog

Changed

  • Pass loading property to elements-components-form-submit-handler (this allows proper loading of submit actions)
airfleet-elements-forms-cf7-plugin

Release 1.2.0

Updated components to add support for airfleet/elements/empty/$slug filter

GitHub
View full changelog

Changed

  • Updated components to add support for airfleet/elements/empty/$slug filter
airfleet-elements-forms-cf7-plugin

Release 1.1.0

Set elements-components-form-cf7 as the default form component

GitHub
View full changelog

Added

  • Set elements-components-form-cf7 as the default component for flexible elements-form
airfleet-elements-forms-cf7-plugin

Release 1.0.0

Added Content and Submit tabs, and renamed 'Submit Actions' to 'Submit'.

GitHub
View full changelog

Changed

  • elements-components-form-cf7: Added Content/Submit tabs
  • elements-components-form-cf7: renamed "Submit Actions" to "Submit"
airfleet-elements-forms-cf7-plugin

Release 0.3.0

Added placeholder image display and control properties for CF7 form components.

GitHub
View full changelog

Changed

  • elements-components-form-cf7: show placeholder image in editor when empty
  • elements-components-form-cf7: added new properties show_preview, preview_size and preview_text to control placeholder image
airfleet-elements-forms-cf7-plugin

Release 0.2.0

Added support for hiding forms via event airfleet-form-hide-request

GitHub
View full changelog

Added

  • Added support of hiding form by event airfleet-form-hide-request.
airfleet-elements-forms-cf7-plugin

Release 0.1.2

Submit actions now trigger on mail sent instead of submission errors

GitHub
View full changelog

Fixed

  • Changed wpcf7submit to wpcf7mailsent event, submit actions were triggered when there are errors
airfleet-elements-forms-cf7-plugin

Release 0.1.1

Removed duplicate 'afc-form' class from main div in elements-components-form-cf7

GitHub
View full changelog

Removed

  • Removed duplicate afc-form class from main div on component elements-components-form-cf7
airfleet-elements-forms-cf7-plugin

Release 0.1.0

Added support for Contact Form 7 forms with select and render functionality.

GitHub
View full changelog

Added

  • Added view elements-components-form-cf7 (select and render CF7 form)
  • Added view elements-components-form-cf7 to flexible component elements-form
  • Added JS events: airfleet-form-success