2025-W18

Apr 28–May 4, 2025

5 releases

This week's releases focused on bug fixes and feature enhancements across various plugins. The airfleet-acf-addons-plugin received a fix for missing fields selection when creating new clone fields in ACF. In the airfleet-elements-videos-plugin, support was added for muting/unmuting videos through events, including CSS modifier classes to indicate the muted state. Additionally, the airfleet-wordpress-dev plugin introduced TypeScript types using the @airfleet/wordpress-types npm package, and the airfleet-wordpress-types repository provided types for global methods of several WordPress plugins.

airfleet-acf-addons-plugin

Release 0.13.2

Fixed missing fields selection for new clone field in ACF.

GitHub
View full changelog

Fixed

  • ACF: Fixed missing fields selection for new clone field.
airfleet-admin-plugin

Release 1.19.1

Added two internal configuration files and fixed a console error for the Upload by URL feature.

GitHub
View full changelog

Changed

  • Internal: Added .airfleet-license and .airfleet-visible

Fixed

  • Removed console error for Upload by URL feature
airfleet-elements-videos-plugin

Release 3.4.0

Added support for muting/unmuting videos through events and CSS modifier classes.

GitHub
View full changelog

Added

  • Added support for muting/unmuting videos through events airfleet-video-mute-request and airfleet-video-unmute-request
  • elements-components-video: Added CSS modifier class afc-video--state-muted/afc-video--state-unmuted indicating the status of the muted state

Changed

  • Internal: Added .airfleet-license and .airfleet-visible
airfleet-wordpress-dev

Release 3.6.0

Added TypeScript types using @airfleet/wordpress-types npm package.

GitHub
View full changelog

Added

  • TypeScript types using @airfleet/wordpress-types npm package.
airfleet-wordpress-types

Release 0.1.0

Added types for global methods of various WordPress plugins.

GitHub
View full changelog

Added

  • Added types for global methods of @airfleet/elements-core-wp-plugin: debounce, dispatchEvent, domReady, loadScript, post, useInViewport, editorBlockRender.
  • Added types for global methods of @airfleet/engage-wp-plugin: capture.
  • Added types for global methods of @airfleet/elements-responsive-wp-plugin: breakpointsArray, breakpointExists, nextBreakpoint, breakpointMinWidth, breakpointMaxWidth, isBetweenWidth, isMin, isMax, isOnly, isBetween, onBreakpointMatch, onChange and variable directions.