2025-W10

Mar 3–9, 2025

5 releases
  • Monitoring Data Management: The airfleet-monitoring-plugin now includes a button to manually run a task that pushes monitoring data to the Worker, while the airfleet-monitoring-worker has endpoints for storing and retrieving monitoring data. Additionally, the airfleet-monitoring-plugin features a cron job that runs daily, monitors basic site and theme information, and includes a new filter for monitoring data.
  • Upload by URL: The airfleet-admin-plugin now supports Upload by URL for media file uploads.
airfleet-monitoring-plugin

Release 0.2.0

A button has been added to manually run a task that pushes monitoring data to the Worker.

GitHub
View full changelog

Added

  • Button to manually run task to push monitoring data to the Worker
airfleet-wordpress-framework-php

Release 1.13.0

Added @wpengine.local to is_airfleet_email list, affecting is_airfleet_user function.

GitHub
View full changelog

Added

  • Added @wpengine.local to is_airfleet_email list (affects is_airfleet_user function).
airfleet-admin-plugin

Release 1.17.0

Added Upload by URL feature for media file uploads

GitHub
View full changelog

Added

  • Added Upload by URL to media file upload popup.

Changed

  • Bump airfleet/wordpress-dev to 3.5.0
airfleet-monitoring-worker

Release 0.1.0

Added endpoints for storing and retrieving monitoring data, including setup of the database.

GitHub
View full changelog

Added

  • Added endpoint /push (store monitoring data)
  • Added enpoint /admin/initDatabase (setup database)
  • Added enpoint /admin/list (get latest data with optional filtering by domain)
airfleet-monitoring-plugin

Release 0.1.0

Added a cron job that runs daily, monitors site and theme information, and filters monitoring data.

GitHub
View full changelog

Added

  • Added cron job (runs daily)
  • Monitor basic site and theme info (domain and theme info)
  • Added filter airfleet/monitoring/data to filter monitoring data