2025-W22

May 26–Jun 1, 2025

10 releases

This week's releases focused on enhancing user experience and fixing issues across various plugins. The airfleet-monitoring-dashboard plugin saw significant updates with the addition of a project count, theme filter, and environment switch to the dashboard. Meanwhile, several plugins had their JavaScript errors fixed, including Google Maps API usage-related issues in airfleet-google-maps-plugin. Additionally, deprecated warnings were addressed in airfleet-engage-plugin, and fatal errors were resolved in airfleet-comeet-plugin and airfleet-cache-control-plugin. The week also saw the introduction of tagline fields to block elements in airfleet-elements-text-and-media-plugin and airfleet-elements-hero-plugin.

airfleet-monitoring-dashboard

Release 0.5.0

Added project count, theme filter, and environment switch to the dashboard.

GitHub
View full changelog

Added

  • Added project count to the project list
  • Added theme filter to the project list
  • Ability to change environment on the dashboard

Changed

  • Version: show only major and minor version if patch version is 0
  • Minor connection improvements
airfleet-theme-support-plugin

Release 3.5.0

Added Delay functionality for external JavaScript snippets

GitHub
View full changelog

Added

  • Added Delay functionality for external js snippets under Theme Support → Scripts and Integration → Scripts
airfleet-monitoring-plugin

Release 0.8.2

Fixed issue with monitoring data indexing discouraged messages not being sent correctly.

GitHub
View full changelog

Fixed

  • Fixed issue with the monitoring data Indexing discouraged not being sent correctly.
airfleet-google-maps-plugin

Release 0.4.2

Fixed three JavaScript errors related to Google Maps API usage.

GitHub
View full changelog

Fixed

  • Fixed JavaScript error "undefined _airfleet_google_map" message.
  • Fixed JavaScript error "missing google map api key" message.
  • Fixed JavaScript error "Unexpected end of JSON input" message.
airfleet-engage-plugin

Release 0.7.2

Fixed a deprecated warning for determining page titles.

GitHub
View full changelog

Fixed

  • Fixed deprecated warning when trying to determine page title. Do not call get_admin_page_title core function when required data is missing.
airfleet-comeet-plugin

Release 0.6.1

Fixed fatal error when calling a method on an object.

GitHub
View full changelog

Fixed

  • Fixed fatal error Call to a member function get() message.
airfleet-cache-control-plugin

Release 3.5.2

Fixed fatal error when requesting cache clear through the API.

GitHub
View full changelog

Fixed

  • Fixed fatal error when requesting cache clear through the API by only using json_decode() if payload param from request is a string.
airfleet-elements-text-and-media-plugin

Release 0.8.0

Added tagline fields to two block elements and updated their helpers.

GitHub
View full changelog

Added

  • Added tagline field to elements-blocks-side-by-side
  • Added tagline field to elements-blocks-columns
  • Updated elements-blocks-side-by-side and elements-blocks-columns to use $_empty helper
airfleet-elements-hero-plugin

Release 0.4.0

Added tagline fields and updated Hero blocks to use a helper function.

GitHub
View full changelog

Added

  • Added tagline field to elements-blocks-hero-with-centered-content
  • Added tagline field to elements-blocks-hero-with-media
  • Added tagline field to elements-blocks-hero-with-form
  • Updated Hero blocks to use $_empty helper
airfleet-security-plugin

Release 3.4.1

Exclude save post REST API from nonce in CSP.

GitHub
View full changelog

Fixed

  • CSP: exclude save post REST API from nonce.