2025-W40

Sep 29–Oct 5, 2025

3 releases

This week's releases focused on performance and feature enhancements in plugins related to theme support, videos, and hero elements. The airfleet-theme-support-plugin now enables lazy loading scripts by default for improved page loading times. Additionally, the airfleet-elements-videos-plugin updated its YouTube URL parsing to support shorts URLs, while the airfleet-elements-hero-plugin introduced new Hero blocks and partials with enhanced performance.

airfleet-theme-support-plugin

Release 3.10.0

Lazy loading script is enabled by default.

GitHub
View full changelog

Changed

  • Changed default option for lazyloading script to true by default.
airfleet-elements-videos-plugin

Release 3.5.4

Updated YouTube URL parsing to support shorts URLs

GitHub
View full changelog

Fixed

  • Updated the parsing of YouTube URLs to support shorts URLs
airfleet-elements-hero-plugin

Release 0.5.0

Added new Hero blocks and partials with improved performance.

GitHub
View full changelog

Added

  • Added partial elements-partials-hero-with-centered-content (common partial for Hero with centered content blocks)
  • Added partial elements-partials-hero-with-form (common partial for Hero with form blocks)
  • Added partial elements-partials-hero-with-media (common partial for Hero with media blocks)
  • Added block elements-blocks-hero-with-centered-content-v2 (standalone block to render Hero with centered content with new performant approach)
  • Added block elements-blocks-hero-with-form-v2 (standalone block to render Hero with form with new performant approach)
  • Added block elements-blocks-hero-with-media-v2 (standalone block to render Hero with media with new performant approach)

Changed

  • Changed block elements-blocks-hero-with-centered-content to use partial elements-partials-hero-with-centered-content
  • Changed block elements-blocks-hero-with-form to use partial elements-partials-hero-with-form
  • Changed block elements-blocks-hero-with-media to use partial elements-partials-hero-with-media
  • Bump airfleet/wordpress-framework to 1.15.0
  • Bump airfleet/wordpress-dev to 3.8.0