2025-W34

Aug 18–24, 2025

20 releases
  • Added support for custom field types in airfleet-generator-plugin.
  • Implemented lazy loading capabilities in various plugins, including elements-modals-plugin, elements-forms-cf7-plugin, pardot-plugin, marketo-plugin, hubspot-plugin, and elements-forms-plugin.
  • Enhanced functionality in other plugins, such as adding meta tags and excerpts for Yoast SEO plugin, renaming block titles, and fixing authentication modes.
github-files

Release 1.19.0

Added airfleet/captainup-website-2025 to sync.yml

GitHub
View full changelog

Added

  • sync.yml: added airfleet/captainup-website-2025
airfleet-generator-plugin

Release 1.13.0

Added support for custom field types

GitHub
View full changelog

Added

  • Added basic types Custom fields, ex.: Text, Textarea, Number, Select, Checkbox, Radio, True/False, Color Picker, File, Image, ...
airfleet-monitoring-plugin

Release 0.13.0

Disable sending data for local environment.

GitHub
View full changelog

Changed

  • Disable sending data for local environment.
airfleet-generator-cli

Release 0.36.0

Replaced window._airfleet with window._af in various generators.

GitHub
View full changelog

Changed

  • Plugin generator: replaced window._airfleet with window._af
  • Project-Plugin generator: replaced window._airfleet with window._af
  • Project generator: replaced window._airfleet with window._af
  • Snippets generator: replaced window._airfleet with window._af
  • View generator: replaced window._airfleet with window._af
airfleet-engage-plugin

Release 0.8.0

Added capture method to _af variable

GitHub
View full changelog

Added

  • Added capture method to _af var
airfleet-elements-modals-plugin

Release 1.2.0

Lazy-load toggle added to modals for scripts and iframes, with loading triggered by event airfleet-modal-show-request.

GitHub
View full changelog

Added

  • Added Lazy-load toggle to Modal posts. This adds lazy-loading capability to any modal post for scripts and iframes. Loading is triggered when event airfleet-modal-show-request is received.
  • Added lazy loading capability to elements-components-form-submit-modal component. When loading state is passed to this component, any scripts and iframes within the modal content will be loaded as configured and passed from the form.
  • Added filter airfleet/elements/modals/content that allows modifying the content of each modal.
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-pardot-plugin

Release 1.3.0

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

GitHub
View full changelog

Changed

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

Release 2.4.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-hubspot-plugin

Release 2.5.0

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

GitHub
View full changelog

Changed

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

Release 3.7.0

Added support for lazy loading scripts and iframes in forms, and a new filter for flexible content in form submissions.

GitHub
View full changelog

Added

  • elements-components-form-post: Added support for lazy loading scripts and iframes. Lazy loading is triggered with the airfleet-form-submit JS event
  • Added filter airfleet/elements/form-submit-handler/flexible-content to filter output of form-submit flexible actions. Filter arguments are $content (HTML string) and $data (array with loading property)
airfleet-elements-background-plugin

Release 1.3.0

Renamed 'Background-Wrap' block title to 'Background Container'.

GitHub
View full changelog

Changed

  • Renamed "Background-Wrap" block title to "Background Container"
airfleet-generative-ai-plugin

Release 0.7.0

Added support for generating meta tags and excerpts for the Yoast SEO plugin, and changed the default model to GPT-5.

GitHub
View full changelog

Added

  • Added support for generating meta tags (title, description) and excerpt for Yoast SEO plugin.

Changed

  • Changed default model to GPT-5
airfleet-admin-plugin

Release 1.21.1

Prevent JavaScript error in editor when sidebar is missing

GitHub
View full changelog

Fixed

  • Editor: Prevent JS error when sidebar does not exist
airfleet-admin-plugin

Release 1.21.0

Added feature to show content title in the editor sidebar next to the block name.

GitHub
View full changelog

Added

  • Editor: Added feature to show content title in the editor sidebar next to the block name.
airfleet-monitoring-dashboard

Release 0.9.1

Fixed authentication modes for production and staging environments.

GitHub
View full changelog

Fixed

  • Fixed auth mode for production and staging
airfleet-monitoring-plugin

Release 0.12.0

PageSpeed is disabled in the local environment.

GitHub
View full changelog

Changed

  • Disable running PageSpeed for local environment.