2025-W21

May 19–25, 2025

6 releases

The week saw significant updates to the Airfleet Monitoring Dashboard, including the addition of charts with global statistics and a bottom row with averages in project lists. The project list also received an icon next to domain names to open in new tabs. Additionally, the pages structure was added, featuring a homepage and projects page, along with related features. In other plugins, issues were fixed, such as view counting in Airfleet Monitoring Plugin and empty payload in clear cache requests from API in Airfleet Cache Control Plugin. Furthermore, modal style class logic was updated for enhanced styling flexibility and consistency in Airfleet Elements Modals Plugin, and a JavaScript error was fixed when pressing ESC in Quick Edit in Airfleet Admin Plugin.

airfleet-monitoring-dashboard

Release 0.4.0

Added charts and project list table with averages

GitHub
View full changelog

Added

  • Dashboard: Added charts with global stats (Theme, Plugins, PHP version, WP version, Posts, Sizes, WPML)
  • Project list: Added bottom row with averages to the table
airfleet-monitoring-dashboard

Release 0.3.0

Added pages structure, including a homepage and projects page, along with related features.

GitHub
View full changelog

Added

  • Added pages structure: Dashboard (homepage) and Projects
  • Added page header
  • Added inner project page for displaying detailed project data
  • Added badges for theme type
  • Project list: Added icon next to domain name to open in new tab
airfleet-elements-modals-plugin

Release 1.1.1

Updated modal style class logic for improved styling flexibility and consistency.

GitHub
View full changelog

Changed

  • elements-partials-modal: Updated the modal style class logic to include an additional BEM-style modifier class (--style-*) alongside the existing __style-* class. This enhances styling flexibility and improves consistency with BEM naming conventions.
airfleet-cache-control-plugin

Release 3.5.1

Fixed issue with empty payload in clear cache requests.

GitHub
View full changelog

Fixed

  • Fixed empty payload causing incorrect default param for json_decode() when processing clear cache request from API.
airfleet-admin-plugin

Release 1.19.2

Fixed a JavaScript error that occurred when pressing the ESC key in Quick Edit.

GitHub
View full changelog

Fixed

  • Quick Edit: Fixed JavaScript error "null is not an object" when pressing ESC under certain circumstances.