View full changelog
Changed
patch update-dev-tools-2025-v1: recreate composer.lock file when unscoping framework
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.
patch update-dev-tools-2025-v1: recreate composer.lock file when unscoping frameworkExcluded specific JSON files from formatting and bumped the types package version.
.dprint.json: Excluded **/acf-json/**/*.json and **/group_*.json from formattingFixed the loaded action firing before all plugins are loaded.
airfleet/framework/loaded firing before all plugins are loadedAdded support for rewinding videos via an event across all video types.
airfleet-video-rewind-request for all video type implementations (Wistia, Vimeo, YouTube, HTML5)Fixed missing style selectors for announcement bar and popup blocks.
elements-blocks-announcement-bar and elements-blocks-announcement-popup blocks