2025-W12

Mar 17–23, 2025

7 releases
  • Tracking Features: Multiple plugins have added new tracking capabilities, such as site tagline, environment, theme, and plugin properties. Server-side events and client-side actions are now also trackable.
  • Database Reset: The airfleet-monitoring-worker has introduced an endpoint to reset the database and changed its structure to store plugins and posts separately.
  • View Updates: The airfleet-generator-plugin now allows updating existing views, and metadata file names have been fixed.
  • Event Tracking: The airfleet-nurture-ai-plugin has added event tracking and updated prompts. Several issues with deprecated messages and labels have also been resolved.
  • Sync Configuration: The github-files plugin has added four new websites to its sync configuration.
airfleet-engage-plugin

Release 0.2.0

Added tracking for site tagline, environment, theme, and plugin properties, as well as server-side events and client-side actions.

GitHub
View full changelog

Added

  • Added tracking for site tagline for site group.
  • Added tracking for environment, theme, and plugin properties to domain group.
  • Added tracking for theme properties to events.
  • Added action airfleet/engage/capture to track server side events (arguments: event name, optional properties, optional user ID).
  • Added JS function window._airfleetEngage.capture to track client side events (arguments: event name, optional properties, optional config).
  • Added server-side tracking for post actions.
  • Added client-side tracking for block editor actions for adding blocks/patterns.

Changed

  • Updated to consider .loc as local domain.
  • Internal: Added .airfleet-license and .airfleet-visible.
  • Internal: Bump airfleet/wordpress-framework to 1.13.0.
  • Internal: Added posthog/posthog-php.

Fixed

  • Fixed error on Customize page.
  • Fixed groups not displaying in PostHog by adding group properties.
airfleet-monitoring-plugin

Release 0.3.0

Added various monitoring information and improved history table display.

GitHub
View full changelog

Added

  • Added common info: Site Title, WordPress Version, Is Multisite, Is IndexingDiscouraged.
  • Added languages info: Backend Languages, WPML Languages, Is WPML Multi Language.
  • Added plugins info: Total Count, Total Airfleet Count, and for each plugin Name, Slug, Folder, Filename, Version, Is Active.
  • Added posts info: Total Published Posts Count, Name, Label, Status, Post Count.
  • Added taxonomies info: Name, Label, Post Count.
  • Added users info: Total Users, Airfleet Users.
  • Added views info: Total Views Count, Views Count by type, and separate counts for Theme/Non-Theme views.
  • Added server info: WordPress Size, Themes Size, Plugins Size, Uploads Size, Database Size, Total Installation Size, Web Server, PHP version, PHP Memory Limit, PHP Time Limit, PHP Input Time, PHP Max Upload Filesize, PHP Post Max Size, Database Server Version, Constants WP_MEMORY_LIMIT, WP_DEBUG, WP_CACHE, WP_MAX_MEMORY_LIMIT.

Changed

  • History table shows nested tables for better readability.
airfleet-monitoring-worker

Release 0.2.0

Added endpoint /admin/resetDatabase to reset the database and changed database structure to store plugins and posts in separate tables.

GitHub
View full changelog

Added

  • Added endpoint /admin/resetDatabase to reset the database.
  • Added several endpoints for getting stats: /admin/stats/by-key/:key, /admin/stats/by-key/:key/average, /admin/stats/by-key/:key/:value, /admin/stats/plugin-by-name/:name, /admin/stats/posts-by-type/:name/average, /admin/stats/posts-by-type/:name.
  • Added ability to set environment variables for the worker, using ENVIRONMENT and prefix of tables.

Changed

  • Changed database structure. Now plugins and posts are stored in separate tables.
airfleet-generator-plugin

Release 1.7.0

Added option to update existing views, fixed metadata file names

GitHub
View full changelog

Added

  • Added an option to allow updating an existing view.

Fixed

  • Fixed incorrect name for block (*.block.json) and pattern (*.pattern.json) metadata files.
airfleet-nurture-ai-plugin

Release 2.1.0

Updated prompts, added event tracking, fixed various bugs.

GitHub
View full changelog

Changed

  • Updated prompts.
  • Added event tracking.

Fixed

  • Fixed deprecation message in option fields for taxonomy and term.
  • Fixed label text for UTM Campaign field.
  • Fixed incorrectly using UTM Source value for UTM Campaign query string argument.
github-files

Release 1.12.0

Added four new website URLs to the sync configuration.

GitHub
View full changelog

Changed

  • sync.yml: added airfleet/morphisec-website-2024
  • sync.yml: added airfleet/nucleussec-website-2024
  • sync.yml: added airfleet/captainup-website-2024
  • sync.yml: added airfleet/claritysec-website-2025
airfleet-elements-images-plugin

Release 1.5.0

Added Background option and container wrapping to Pictures block

GitHub
View full changelog

Added

  • Added Background option for Pictures block
  • Wrapped Pictures block's content around container