2025-W19

May 5–11, 2025

4 releases

Airfleet released several updates this week, focusing on adding new features and improving existing functionality across their suite of plugins. The airfleet-cache-control-plugin added a 'Clear Caches' dropdown menu to the WordPress admin bar, allowing users to clear caches more easily. The airfleet-monitoring-dashboard plugin introduced features for Next.js apps, including a dashboard for displaying aggregated monitoring data and HTTP authentication. Meanwhile, the airfleet-monitoring-plugin included environment information in monitoring data, while the airfleet-wordpress-framework-php added a 'Remove' button for encrypted password fields to facilitate user updates.

airfleet-cache-control-plugin

Release 3.4.0

Added Clear Caches dropdown menu to WordPress admin bar for clearing caches, with options to clear certain caches or all caches individually.

GitHub
View full changelog

Added

  • Added "Clear Caches" dropdown menu to WordPress admin bar for clearing caches.
  • Added option to only clear certain caches by default.
  • Added separate buttons to clear default caches and to clear all caches.
  • Added the ability to clear individual caches.
  • Added the ability to clear cache groups (code, content).
  • Added event tracking.

Changed

  • Hide 3rd party cache purge options/buttons except for Airfleet users.
  • Update the UI of Cache Control dashboard page.
  • Improved readability of log messages by adding emojies and updating formatting.
  • Bumped npm dependency @airfleet/wordpress-dev version to ^3.5.0.
  • Bumped composer-scoped dependency airfleet/wordpress-framework to 1.13.0 (@wpengine.local users are now considered Airfleet users).
  • Internal: Added .airfleet-license and .airfleet-visible
airfleet-monitoring-dashboard

Release 0.2.0

Added features for deployment, dashboard, and security

GitHub
View full changelog

Added

  • Setup Next.js app with deployment to Cloudflare
  • Added a dashboard for displaying aggregated monitoring data in a sortable table
  • Added basic HTTP authentication
  • Added filter for environment
airfleet-monitoring-plugin

Release 0.8.0

Environment information is now included in monitoring data.

GitHub
View full changelog

Added

  • Added Environment info to the monitoring data.
airfleet-wordpress-framework-php

Release 1.14.0

A remove button has been added to encrypted password fields, allowing users to update values manually.

GitHub
View full changelog

Added

  • Added Remove button in Options\Fields\EncrypytedPasswordField field to change value only if user want to update the value.