2025-W47

Nov 17–23, 2025

11 releases
  • Multiple plugins bumped the WordPress framework version to 1.19.x, addressing a field group loading issue.
  • The airfleet/wordpress-framework-php was updated to change the default local JSON cache enabled setting to false and ensure filter airfleet/acf/local_json_cache/enabled is respected.
  • Additional updates included adding custom icon and CTA button support to announcement shorts in the airfleet-elements-announcements-plugin, and adding advanced options for ACF Progressive Rendering and Performance Dashboard in the block editor of the airfleet-acf-addons-plugin.
airfleet-elements-resources-plugin

Release 0.1.2

Bumped WordPress framework version and fixed field group loading issue

GitHub
View full changelog

Changed

  • Bump composer dependency airfleet/wordpress-framework to ^1.19.1

Fixed

  • Fixed issue with not loading all field groups
airfleet-views-plugin

Release 1.17.1

Bumped WordPress Framework version to 1.19.1 and fixed field group loading issue

GitHub
View full changelog

Changed

  • Bump composer dependency airfleet/wordpress-framework to ^1.19.1

Fixed

  • Fixed issue with not loading all field groups
airfleet-wordpress-framework-php

Release 1.19.1

Fixed priority for loading LocalJson and LocalJsonCategorized to resolve a loading issue.

GitHub
View full changelog

Fixed

  • Fixed priority for loading LocalJson and LocalJsonCategorized. Fixes issue with not loading all field groups.
airfleet-elements-announcements-plugin

Release 2.7.0

Added custom icon and CTA button support to announcement shorts.

GitHub
View full changelog

Added

  • Added custom icon/logo support in announcement shorts for brand display.
  • Added configurable CTA buttons for user actions at the bottom of shorts.
airfleet-acf-addons-plugin

Release 0.15.0

Added advanced options for ACF Progressive Rendering and Performance Dashboard in the block editor.

GitHub
View full changelog

Added

  • Added Advanced option for ACF Progressive Rendering in the block editor. Lazy defers heavy ACF flexible layouts - replaces hidden sections with placeholders, stores their HTML/field values in memory, and rehydrates on-demand (accordion/tab/placeholder), reapplying select/radio/textarea states and reinitializing ACF widgets.
  • Added Advanced option to display a Performance Dashboard in the editor sidebar. Displays several client-side performance key metrics.
airfleet-plugin-manager-plugin

Release 1.9.0

Bumped dependencies airfleet/wordpress-framework and airfleet/wordpress-dev to versions 1.19.0 and 3.8.1 respectively.

GitHub
View full changelog

Changed

  • Bump composer dependency airfleet/wordpress-framework to 1.19.0
  • Bump npm dependency airfleet/wordpress-dev to 3.8.1
airfleet-wordpress-dev

Release 3.8.1

Updated dependencies: parcel, transformer-sass, and lightningcss-linux-x64-gnu

GitHub
View full changelog

Changed

  • Bump parcel to parcel 2.16.1
  • Bump @parcel/transformer-sass to 2.16.1
  • Bump lightningcss-linux-x64-gnu to 1.30.2
airfleet-elements-videos-plugin

Release 3.7.0

Added support for additional Vimeo URL parameters

GitHub
View full changelog

Changed

  • Added support for additional Vimeo URL parameters including airplay, ask_ai, audio_track, and others
airfleet-views-plugin

Release 1.17.0

Changed ACF Local JSON Cache setting and bumped WordPress Framework dependency

GitHub
View full changelog

Changed

  • Changed setting "ACF Local JSON Cache" to disabled by default
  • Bump composer dependency airfleet/wordpress-framework to ^1.19.0
airfleet-elements-resources-plugin

Release 0.1.1

Bumped airfleet/wordpress-framework composer dependency to ^1.19.0 and fixed ACF Local JSON cache issue.

GitHub
View full changelog

Changed

  • Bump composer dependency airfleet/wordpress-framework to ^1.19.0

Fixed

  • Fixed ACF Local JSON cache not respecting enabled setting value
airfleet-wordpress-framework-php

Release 1.19.0

Default local JSON cache enabled setting changed to false

GitHub
View full changelog

Changed

  • Changed airfleet/acf/local_json_cache/enabled to false by default
  • Only setup loading for LocalJson and LocalJsonCategorized after all plugins are loaded. This ensures filter airfleet/acf/local_json_cache/enabled is respected if another plugin sets it