2025-W52

Dec 22–28, 2025

6 releases
  • The airfleet framework plugin had a release that fixed the order of plugin loading for the airfleet framework action.

  • Another release bumped the WordPress types dependency to ^0.3.0.

  • In addition, several plugins received updates:

  • The airfleet-wordpress-dev repository saw two releases: one recreated the composer.lock file when unscoping the framework and another excluded certain JSON files from formatting.

  • The github-files repository added two new website URLs to the sync configuration.

  • The airfleet-elements-videos-plugin added support for rewinding videos through a new event.

  • The airfleet-elements-announcements-plugin fixed missing style selectors for announcement bar and popup blocks.

airfleet-wordpress-dev

Release 4.3.0

Recreates the composer.lock file when unscoping the framework.

GitHub
View full changelog

Changed

  • patch update-dev-tools-2025-v1: recreate composer.lock file when unscoping framework
github-files

Release 1.29.0

Added two new entries to the sync configuration

GitHub
View full changelog

Changed

  • sync.yml: Added airfleet/rigsecurity-website-2025
  • sync.yml: Added airfleet/nokod-website-2025
airfleet-wordpress-dev

Release 4.2.0

Excluded specific JSON files from formatting and bumped the types package version.

GitHub
View full changelog

Changed

  • .dprint.json: Excluded **/acf-json/**/*.json and **/group_*.json from formatting
  • Bump @airfleet/wordpress-types to ^0.3.0
airfleet-framework-plugin

Release 1.0.1

Fixed the loaded action firing before all plugins are loaded.

GitHub
View full changelog

Fixed

  • Fixed action airfleet/framework/loaded firing before all plugins are loaded
airfleet-elements-videos-plugin

Release 3.8.0

Added support for rewinding videos via an event across all video types.

GitHub
View full changelog

Added

  • Added support for rewinding videos through event airfleet-video-rewind-request for all video type implementations (Wistia, Vimeo, YouTube, HTML5)
airfleet-elements-announcements-plugin

Release 2.7.2

Fixed missing style selectors for announcement bar and popup blocks.

GitHub
View full changelog

Fixed

  • Fixed missing style selector on elements-blocks-announcement-bar and elements-blocks-announcement-popup blocks