2025-W49

Dec 1–7, 2025

10 releases
  • Debugging issues were fixed in several plugins, including a problem with click observers causing malfunctions in third-party plugins.
  • Auto-switching features were added to accordion blocks in the airfleet-elements-accordion-plugin (0.7.0) and airfleet-elements-sliders-plugin (0.4.0), allowing for smoother transitions between elements/tabs.
  • Cache management was improved with automated cache purge actions added for plugin updates and activations in the airfleet-cache-control-plugin (3.9.0).
  • Other updates included dependency bumps, bug fixes, and feature additions across various Airfleet plugins.
airfleet-theme-support-plugin

Release 3.11.1

Fixed a debug message causing third-party plugins with click observers to malfunction.

GitHub
View full changelog

Fixed

  • Fixed debug message with click overriding that caused 3rd party plugins with click observer to malfunction
airfleet-elements-accordion-plugin

Release 0.7.0

Adds an auto-switching component and default style option to accordion blocks and updates dependencies.

GitHub
View full changelog

Added

  • Added elements-components-items-auto-switching component to all accordion blocks.
  • Added default style option for all accordion blocks.

Changed

  • Bump airfleet/wordpress-dev to 3.8.1
  • Bump composer dependency airfleet/wordpress-framework to ^1.19.1
airfleet-elements-sliders-plugin

Release 0.4.0

Adds an auto-switching component and timer events, and updates framework dependencies.

GitHub
View full changelog

Added

  • Added elements-components-items-auto-switching component for auto-switch feature between elements/tabs.
  • Added JS airfleet-timer-start, airfleet-timer-cycle, airfleet-timer-progress, airfleet-timer-end, airfleet-timer-pause, airfleet-timer-stop, airfleet-timer-restart and airfleet-timer-change events
  • Added airfleet/elements/items-auto-switching/breakpoint filter to change the auto-switch breakpoint dynamically.

Changed

  • Bump airfleet/wordpress-dev to 3.8.1
  • Bump composer dependency airfleet/wordpress-framework to ^1.19.1
airfleet-admin-plugin

Release 1.23.4

Fixed a Quick Edit error involving render_block_core_block by adding three arguments to the callback.

GitHub
View full changelog

Fixed

  • Quick Edit: fixed issue with render_block_core_block error, adding 3 arguments to the render_block callback.
airfleet-cache-control-plugin

Release 3.9.0

Added automated cache clearing actions and options for plugin updates and activations.

GitHub
View full changelog

Changed

  • Added an automated Clear Default caches action when Airfleet plugins are updated or activated.
  • Added options to control automated cache purge when Airfleet plugins are updated or activated.
airfleet-wordpress-dev

Release 3.9.0

Bumps eslint-config-wordpress and wordpress-types dependencies.

GitHub
View full changelog

Changed

  • Bump @airfleet/eslint-config-wordpress to ^3.1.0
  • Bump @airfleet/wordpress-types to ^0.2.0
eslint-config-wordpress

Release 3.1.0

Added _af and Calendly to recognized globals

GitHub
View full changelog

Changed

  • Added _af and Calendly to recognized globals
airfleet-generative-ai-plugin

Release 0.7.1

Fixed the incorrect Settings link on the Plugins page.

GitHub
View full changelog

Fixed

  • Fixed: incorrect Settings link on the Plugins page.
airfleet-elements-people-plugin

Release 0.4.0

Added previews to Team Members and Team Slider blocks and a filter hook to customize the number of preview members.

GitHub
View full changelog

Added

  • Added preview to Team Members and Team Slider Blocks.
  • Added filter hook to customize the default number of preview members shown in block: airfleet/elements/people/preview-text
airfleet-elements-announcements-plugin

Release 2.7.1

Fixed an issue where the block overlay was unresponsive on mobile when minimized.

GitHub
View full changelog

Fixed

  • Fixed a bug when the Announcement Shorts block was minimized on mobile which made the block's overlay impossible to interact with other page elements.