2026-W08

Feb 16–22, 2026

12 releases

Video playback reliability was improved by fixing race conditions, autoplay behavior, and Chrome compatibility issues. Design controls were expanded for testimonials and lottie animations, including alignment options and web worker support. Core build processes were updated to include module assets, and various type errors were resolved across plugins.

stylelint-config-wordpress

Release 4.3.0

Disabled length-zero-no-unit to prevent calc() bugs and updated no-unsupported-browser-features to ignore css-media-range-syntax.

GitHub
View full changelog

Changed

  • Disabled length-zero-no-unit rule to prevent calc() bugs from developers using 0 instead of 0px
  • no-unsupported-browser-features: Now ignores css-media-range-syntax rule
airfleet-engage-plugin

Release 1.0.1

Fixes a TypeError related to Object.assign parameters.

GitHub
View full changelog

Fixed

  • Fixed TypeError: Object.assign requires that input parameter not be null or undefined error
github-files

Release 1.36.0

Added two new websites to the sync configuration

GitHub
View full changelog

Changed

  • sync.yml: Added airfleet/cyberguru-website-2026
  • sync.yml: Added airfleet/cenevo-website-2026
airfleet-elements-videos-plugin

Release 4.1.2

Fixed video playback issues including race conditions, incorrect autoplay behavior, and Chrome compatibility.

GitHub
View full changelog

Fixed

  • Fixed a bug where videos sometimes played hidden behind the poster due to race condition.
  • Fixed videos incorrectly auto-playing when re-entering viewport if autoplay was "Disabled"; playback now resumes only if previously playing.
  • Fixed self-hosted videos not autoplaying in Chrome when set to "in-view" by passing the autoplay attribute; added error handling for play() promise rejections.
airfleet-views-plugin

Release 2.1.1

Fixed a fatal error caused by undefined variables for components without field groups

GitHub
View full changelog

Fixed

  • Fixed fatal error Uncaught TypeError: array_merge(): Argument #1 must be of type array, string given that resulted from undefined variables for components without field groups
airfleet-elements-videos-plugin

Release 4.1.1

Fixes a deprecated warning related to passing null to parse_str

GitHub
View full changelog

Fixed

  • Fixed deprecated warning parse_str(): Passing null to parameter #1
airfleet-elements-testimonials-plugin

Release 1.1.0

Added design options, alignment, and controls for logo position, buttons, background selection, and photo placement to testimonials blocks.

GitHub
View full changelog

Added

  • New Design options for elements-blocks-testimonials and elements-blocks-testimonials-v2 blocks.
  • Added testimonials alignment feature to elements-blocks-testimonials and elements-blocks-testimonials-v2 blocks.
  • Added elements-partials-testimonial-quote partial
  • Added logo position control feature to elements-blocks-testimonial
  • Added buttons feature to elements-blocks-testimonial
  • Added background selection feature to elements-blocks-testimonial
  • Added photo position control for desktop feature to elements-blocks-testimonial
  • Added Peek through option for mobile slides in elements-blocks-testimonials and elements-blocks-testimonials-v2 blocks.
airfleet-elements-lottie-plugin

Release 3.1.0

Added web worker options and improved loading, performance, and resize flows.

GitHub
View full changelog

Added

  • Added global and individual override options to use web workers.
  • Added animation width/height inputs and data-driven aspect ratio support so animations reserve space before they load, reducing CLS.

Changed

  • Improved loading, performance, and resize flows.
airfleet-elements-modals-plugin

Release 2.1.2

Modal margins now use CSS variables and default width is set to 100%.

GitHub
View full changelog

Fixed

  • elements-partials-modal: use CSS variables for modal margins and default the modal width to 100%.
airfleet-admin-plugin

Release 2.0.1

Registers the _airfleetAdmin variable in both frontend and backend.

GitHub
View full changelog

Fixed

  • Ensure _airfleetAdmin variable is registered in both frontend and backend
airfleet-monitoring-plugin

Release 1.1.3

Corrected an uncaught TypeError where the return value must be of type array.

GitHub
View full changelog

Fixed

  • Fixed error Uncaught TypeError: Return value must be of type array
airfleet-wordpress-dev

Release 4.7.0

Build process now includes assets from the modules folder.

GitHub
View full changelog

Changed

  • build: Updated to also build assets from the modules folder