2025-W41

Oct 6–12, 2025

13 releases
  • Enforced earlier script loading for V1 block partials in multiple plugins, fixing enqueue priority issues.
  • Added options for controlling baseSalary and validThrough fields in ld+json schema.
  • Introduced support for Hubspot v4 forms and updated default form type in the Hubspot plugin.
  • Corrected version number to 2.5.0 from 2.4.3 in the Announcements plugin.
  • Added new announcement block and components with navigation controls, mute/unmute functionality, and minimize/expand features in the Announcements plugin.
  • Updated default enqueue options for Views with new default values and postfix.
airfleet-comeet-plugin

Release 0.9.0

Added options for controlling baseSalary and validThrough fields in ld+json schema.

GitHub
View full changelog

Added

  • Added option to enable/disable the baseSalary field in ld+json schema.
  • Added options for fallback baseSalary and override baseSalary information coming from API.
  • Added option to control the minValue, maxValue, currency, and unitText monetary amount for baseSalary display in ld+json schema.
  • Added option to control validThrough field in job posting schema that displays X number of days in the future date calculated from datePosted date.

Changed

  • Bump airfleet/wordpress-framework to 1.18.2
  • Bump airfleet/wordpress-dev to 3.8.0
airfleet-elements-logos-plugin

Release 0.3.1

Enforced earlier script loading for V1 block partials to fix enqueue priority.

GitHub
View full changelog

Fixed

  • Fixed enqueue priority by enforcing earlier scripts load from V1 blocks partials.
airfleet-elements-cta-plugin

Release 0.4.2

Enforced earlier script loading for V1 block partials.

GitHub
View full changelog

Fixed

  • Fixed enqueue priority by enforcing earlier scripts load from V1 blocks partials.
airfleet-elements-hero-plugin

Release 0.5.1

Fixed enqueue priority for V1 block partials scripts to load earlier.

GitHub
View full changelog

Fixed

  • Fixed enqueue priority by enforcing earlier scripts load from V1 blocks partials.
airfleet-wordpress-framework-php

Release 1.18.1

Explicitly referred to non-namespace functions in scoper integration

GitHub
View full changelog

Fixed

  • Fixed defined, function_exists, and function calls to explicitly refer to non-namespace for better scoper integration
airfleet-theme-support-plugin

Release 3.11.0

Added global block disabling option and bumped dependencies to version 1.18.0 and 3.8.0 respectively.

GitHub
View full changelog

Added

  • Added option to disable specific blocks globally.

Changed

  • Bump airfleet/wordpress-framework to 1.18.0
  • Bump airfleet/wordpress-dev to 3.8.0
airfleet-elements-announcements-plugin

Release 2.4.3

Added new announcement block and components with navigation controls, mute/unmute functionality, and minimize/expand features.

GitHub
View full changelog

Added

  • Added block elements-blocks-announcement-shorts to display Announcement Video Shorts - short videos with vertical scrolling, navigation controls, and mute/unmute functionality
  • Added component elements-components-announcement-close-trigger-minimizable with minimize/expand functionality and custom expand icon support to replace the standard Close trigger.
  • Added JavaScript events airfleet-announcement-minimize-trigger and airfleet-announcement-expand-trigger for announcement state management
  • Added partial elements-partials-announcement-wrapper it uses elements-components-announcement-close-trigger-minimizable for close component and has bare minimum css. Used to display block elements-blocks-announcement-shorts
  • Added partial elements-partials-announcement-shorts-icon-type-chevron-down for shorts down navigation icon
  • Added partial elements-partials-announcement-shorts-icon-type-chevron-up for shorts up navigation icon
  • Added partial elements-partials-announcement-shorts-icon-type-play for shorts play icon (shown when paused)
  • Added partial elements-partials-announcement-shorts-icon-type-volume-off for shorts unmute button (shown when muted)
  • Added partial elements-partials-announcement-shorts-icon-type-volume-on for shorts mute button (show when sound is playing)

Changed

  • Bump airfleet/wordpress-framework to 1.15.0
  • Bump airfleet/wordpress-dev to 3.8.0
airfleet-hubspot-plugin

Release 2.6.0

Added support for Hubspot v4 forms and updated default form type.

GitHub
View full changelog

Added

  • New Hubspot v4 Form component for Hubspot forms html integration.
  • Set Hubspot v4 Form as a default form.
  • New JS Event airfleet-form-failed triggered when form submission fails
  • New JS Event airfleet-form-multistep-navigate triggered user press on "Next/Previous" button in multistep form.
  • New JS Event airfleet-form-multistep-navigate:next triggered user press on "Next" button in multistep form.
  • New JS Event airfleet-form-multistep-navigate:previous triggered user press on "Previous" button in multistep form.

Changed

  • Changed elements-components-form-hubspot display name to Hubspot Legacy Form
airfleet-views-plugin

Release 1.15.0

Updated default enqueue options for Views with new default values and postfix.

GitHub
View full changelog

Changed

  • Changed default values for Views default enqueue options and updated Values for that option to with postfix - (Default)
airfleet-elements-core-plugin

Release 1.12.0

Default enqueue method for global frontend styles and scripts is now 'Head (Inline)'

GitHub
View full changelog

Changed

  • Changed default option for the "Enqueue method for global frontend styles and script" and changed label for the options to point default option. "Head (Inline) - Default" and "Footer (Inline) - Default" set as default now.
airfleet-elements-forms-plugin

Release 3.8.0

Lazy loading in forms now triggered by form success event

GitHub
View full changelog

Changed

  • elements-components-form-post: Updated lazy loading to be triggered by airfleet-form-success JS event instead of airfleet-form-submit