2025-W33

Aug 11–17, 2025

3 releases

Airfleet plugins received updates to enhance compatibility with Advanced Custom Fields (ACF) Pro 6.5. The airfleet-admin-plugin now includes body classes and updated ACF field designs for better integration. Additionally, the airfleet-elements-videos-plugin was updated to use HTTPS in its Wistia URL format, fixing an issue with the CookieYes plugin. Furthermore, a bug that affected user events restoration after hijacking by the userInteractionService was fixed.

airfleet-admin-plugin

Release 1.20.0

Added body classes and updated ACF field designs for compatibility with ACF Pro 6.5

GitHub
View full changelog

Changed

  • ACF: Added body classes with ACF version afa-acf-version--{version}, afa-acf-version--gte-6-5 (is >= 6.5), afa-acf-version--gte-6 (is >= 6)
  • ACF: Updated design of flexible content fields to be compatible with ACF Pro 6.5
airfleet-elements-videos-plugin

Release 3.5.2

Updated Wistia URL format to HTTPS in video-wistia.entry.js

GitHub
View full changelog

Changed

  • Changed url format in video-wistia.entry.js //fast.wistia.com/assets/external/E-v1.js -> https://fast.wistia.com/assets/external/E-v1.js . This fixes issue with CookieYes plugin.
airfleet-elements-videos-plugin

Release 3.5.1

Fixed user events restoration after hijacking by userInteractionService.

GitHub
View full changelog

Fixed

  • Fixed user events restoration. After userInteractionService highjacked user event, they needed to be properly restores and replayed - added code for that.