2025-W17

Apr 21–27, 2025

19 releases
  • Form Element ID Generation: The airfleet-marketo-plugin updated its form element ID generation to preserve original IDs, which helps with custom and third-party integrations while still supporting duplicate forms on the same page.

  • Tracking Events: Multiple plugins (airfleet-admin-plugin, airfleet-generative-ai-plugin, airfleet-signature-plugin, airfleet-engage-plugin, airfleet-security-plugin, airfleet-plugin-manager-plugin, airfleet-monitoring-plugin, airfleet-login-plugin, airfleet-export-import-plugin, airfleet-ab-tester-plugin) added tracking events for various interactions and actions, including plugin installation and update, image uploads, sidebar resizing, and more.

airfleet-marketo-plugin

Release 2.3.0

Form element ID generation changed to preserve original IDs.

GitHub
View full changelog

Changed

  • ID attribute on form elements now only include an additional suffix for the duplicate forms of the same type, e.g. previously it would automatically update the ID for the first form to be {original ID}_1, second form to be {original ID}_2, etc., while now it keeps {original ID} on first form and appends _{count} suffix for the duplicate forms. This keeps original IDs intact in most cases, which helps with custom and third party integrations, while still having support for duplicate forms on the same page.
airfleet-admin-plugin

Release 1.19.0

Added tracking events for various admin plugin interactions.

GitHub
View full changelog

Added

  • Added tracking event when quick edit toggle button is pressed and saved: airfleet_admin_quick_edit_enabled, airfleet_admin_quick_edit_disabled, and airfleet_admin_quick_edit_saved
  • Added tracking event when user goes to Upload by URL tab: airfleet_admin_image_upload_tab
  • Added tracking event when user clicks upload button and image saved: airfleet_admin_image_upload_button_click and airfleet_admin_image_uploaded
  • Added tracking event when sidebar is resized: airfleet_admin_editor_sidebar_resized
  • Added tracking event when user clicks on the button links in post object fields: airfleet_admin_acf_post_object_edit_click, airfleet_admin_acf_post_object_list_click and airfleet_admin_acf_post_object_add_click
airfleet-elements-videos-plugin

Release 3.3.0

Ability to initialize videos added through AJAX has been added.

GitHub
View full changelog

Added

  • Added ability to initialize videos added through AJAX
  • Added JS event airfleet-video-dynamic-init (Notifies when new video is added to page with AJAX)
airfleet-generative-ai-plugin

Release 0.6.0

Added tracking events for various generative AI plugin features.

GitHub
View full changelog

Added

  • Added tracking events for backend generation for title, text, image and update text: airfleet_generative_ai_post_title_generated, airfleet_generative_ai_text_generated, airfleet_generative_ai_text_updated, airfleet_generative_ai_title_generated, airfleet_generative_ai_image_generated.
  • Added tracking events for post title dialog actions: airfleet_generative_ai_post_title_open, airfleet_generative_ai_post_title_generate, airfleet_generative_ai_post_title_save.
  • Added tracking events for title dialog actions: airfleet_generative_ai_title_open, airfleet_generative_ai_title_generate, airfleet_generative_ai_title_save.
  • Added tracking events for text dialog actions: airfleet_generative_ai_text_open, airfleet_generative_ai_text_generate, airfleet_generative_ai_text_update ,airfleet_generative_ai_text_save.
  • Added tracking events for media tab actions: airfleet_generative_ai_image_open, airfleet_generative_ai_image_generate, airfleet_generative_ai_image_save, airfleet_generative_ai_image_select.
airfleet-signature-plugin

Release 1.10.0

Added tracking for copy to clipboard action in signature wizard

GitHub
View full changelog

Added

  • Added tracking for copy to clipboard action in signature wizard: airfleet_signature_copy_to_clipboard
airfleet-engage-plugin

Release 0.6.0

Ability to include client script on any page has been added.

GitHub
View full changelog

Added

  • Ability to include client script to any page using action: do_action( 'airfleet/engage/output_client_script')
airfleet-security-plugin

Release 3.4.0

Added event tracking for CSP enable/disable and reports export.

GitHub
View full changelog

Changed

  • Added event tracking for CSP enable/disable and reports export.
airfleet-plugin-manager-plugin

Release 1.6.0

Added event tracking for plugin installation and updates

GitHub
View full changelog

Added

  • Added event tracking for plugin install/update actions: airfleet_plugin_manager_plugin_installed and airfleet_plugin_manager_plugin_updated
  • Added event tracking for external plugin install action: airfleet_plugin_manager_external_plugin_installed
airfleet-monitoring-plugin

Release 0.7.0

Added two new tracking events for monitoring data updates.

GitHub
View full changelog

Added

  • Added tracking event airfleet_monitoring_data_update by clicking the Update Data button.
  • Added tracking event airfleet_monitoring_data_updated after sending new data.
airfleet-login-plugin

Release 0.6.0

Engagement tracking added for login authentication event.

GitHub
View full changelog

Added

  • Added engagement tracking for login airfleet_login_authenticated event.
airfleet-export-import-plugin

Release 0.3.0

Added two new tracking events: airfleet_export_import_database_exported and airfleet_export_import_media_proxied.

GitHub
View full changelog

Added

  • Added tracking event airfleet_export_import_database_exported when database export is completed.
  • Added tracking event airfleet_export_import_media_proxied when media proxying is setup for NGINX and Apache.
airfleet-ab-tester-plugin

Release 3.0.0

Added tracking events for group add, update, and delete actions.

GitHub
View full changelog

Added

  • Added tracking events for add, update, and delete actions of group: airfleet_ab_tester_group_added, airfleet_ab_tester_group_updated, airfleet_ab_tester_group_removed.
airfleet-elements-forms-plugin

Release 3.6.0

Added Tagline field and classes, and moved 'Hide form after submit' field to the Settings tab in forms plugin.

GitHub
View full changelog

Changed

  • elements-components-form-submit-thank-you: Added Tagline field.
  • elements-components-form-submit-thank-you: Added classes to all components.
  • elements-components-form-submit-thank-you: Moved "Hide form after submit" field to Settings tab.
airfleet-nav-plugin

Release 3.9.2

Fixed PHP warnings for null properties 'post_type' and 'public'.

GitHub
View full changelog

Fixed

  • Fixed php warning Attempt to read property "post_type" on null.
  • Fixed php warning Attempt to read property "public" on null.
airfleet-elements-text-plugin

Release 3.6.1

Fixed a fatal error caused by an incorrect namespace.

GitHub
View full changelog

Fixed

  • Fixed fatal error due to use of incorrect namesapce ElementsResponsive
airfleet-elements-lottie-plugin

Release 1.2.0

Updated airfleet/wordpress-framework to version 1.13.0.

GitHub
View full changelog

Changed

  • Updated composer package airfleet/wordpress-framework to 1.13.0 (fixes several issues and improvements).
airfleet-acf-addons-plugin

Release 0.13.1

Fixed ACF field name collisions between regular ACF fields and dynamically generated Airfleet Tab fields.

GitHub
View full changelog

Fixed

  • Fixed ACF field name collision between regular ACF fields and dynamically generated Airfleet Tab fields.
airfleet-monitoring-worker

Release 1.0.0

Migrated from ClickHouse to MySQL database.

GitHub
View full changelog

Changed

  • Migrated from ClickHouse to MySQL database.