2025-W04

Jan 20–26, 2025

25 releases

This week saw the addition of a Post Title generation feature to the airfleet-generative-ai-plugin, allowing for customizable templates. Additionally, several plugins received updates related to performance improvements and bug fixes across various areas such as caching, redirects, and form handling.

airfleet-generative-ai-plugin

Release 0.2.0

Added Post Title generation feature with user input or page content options.

GitHub
View full changelog

Added

  • Added Post Title generation feature (generate title either based on page content or on user input)
  • Added global options to set Text and Post Title prompt templates (only visible to Airfleet users)

Changed

  • Updated prompt template for text generation
  • Included homepage content is now checked by default
  • Improved parsing of the homepage content that is included in the prompt (now includes all blocks and uses markdown format)
airfleet-wordpress-dev

Release 3.5.0

Bumped lightningcss-linux-x64-gnu version to 1.29.1

GitHub
View full changelog

Changed

  • Bump lightningcss-linux-x64-gnu to 1.29.1
airfleet-generator-plugin

Release 1.3.0

Added options to generate Styles and Scripts

GitHub
View full changelog

Added

  • Added option to generate Styles
  • Added option to generate Scripts
airfleet-admin-plugin

Release 1.16.1

Fixed a fatal error when the ACF plugin is disabled.

GitHub
View full changelog

Fixed

  • ACF: fixed fatal error when ACF plugin is disabled
airfleet-elements-sliders-plugin

Release 0.2.0

Added events for handling slider freezing and resuming, and fixed pauseOnMouseEnter functionality.

GitHub
View full changelog

Added

  • Added airfleet-slider-freeze event to handle slider freezing
  • Added airfleet-slider-resume event to handle slider resuming

Fixed

  • Fixed pauseOnMouseEnter not working by adding custom functionality to handle slider freezing and resuming
airfleet-google-maps-plugin

Release 0.3.0

Added toggles for custom Google Map settings

GitHub
View full changelog

Changed

  • elements-components-google-map: Added toggles to enable custom settings, otherwise uses global options
airfleet-elements-testimonials-plugin

Release 0.2.1

Fixed issue with testimonials block display for single testimonial.

GitHub
View full changelog

Fixed

  • elements-blocks-testimonials: Fixed issue with testimonials block not displaying correctly when there is only one testimonial.
airfleet-elements-announcements-plugin

Release 2.1.3

Fixed custom widths for announcement popups.

GitHub
View full changelog

Fixed

  • afb-announcement-popup: Fixed custom width not applied.
  • afb-announcement-popup-with-form: Fixed custom width not applied
airfleet-views-plugin

Release 1.9.1

Fixed frontend assets enqueue issue and bumped WordPress framework version

GitHub
View full changelog

Fixed

  • Fixed frontend assets being enqueued in editor sometimes
  • Bump airfleet/wordpress-framework to 1.11.1
airfleet-wordpress-framework-php

Release 1.11.1

Fixed incorrect results from Helpers\Screen methods in_block_editor and in_block_editor_admin

GitHub
View full changelog

Fixed

  • Helpers\Screen: Fixed in_block_editor and in_block_editor_admin which could give wrong results under certain circumstances
airfleet-acf-addons-plugin

Release 0.11.0

Improved performance for Component fields

GitHub
View full changelog

Changed

  • Improve performance for Component fields
airfleet-views-plugin

Release 1.9.0

Bumped WordPress framework to version 1.11.0 for performance improvements and string helpers.

GitHub
View full changelog

Changed

  • Bump airfleet/wordpress-framework to 1.11.0 (performance improvements and string helpers)
  • Small performance improvements related to view registration string conversion and avoid undefined variable feature
airfleet-admin-plugin

Release 1.16.0

Bumped WordPress framework to version 1.11.0 for performance improvements.

GitHub
View full changelog

Changed

  • Bump airfleet/wordpress-framework to 1.11.0 (performance improvements)
airfleet-acf-addons-plugin

Release 0.10.0

Bumped WordPress framework to version 1.11.0 for performance improvements.

GitHub
View full changelog

Changed

  • Bump airfleet/wordpress-framework to 1.11.0 (performance improvements)
airfleet-theme-support-plugin

Release 3.4.0

Bumped WordPress framework to version 1.11.0 for performance improvements

GitHub
View full changelog

Changed

  • Bump airfleet/wordpress-framework to 1.11.0 (performance improvements)
airfleet-wordpress-framework-php

Release 1.11.0

Added kebabToPascal and kebabToTitle utilities to the String helper class.

GitHub
View full changelog

Added

  • Helpers\String: added utilities kebabToPascal and kebabToTitle
airfleet-wordpress-framework-php

Release 1.10.0

Performance improvements in Helpers":[Screen] methods

GitHub
View full changelog

Changed

  • Helpers\Screen: performance improvements for is_editing_acf, in_block_editor, and in_block_editor_admin
airfleet-acf-addons-plugin

Release 0.9.0

Bumped WordPress framework to 1.9.0 and added basic caching for improved performance.

GitHub
View full changelog

Changed

  • Bump airfleet/wordpress-framework to 1.9.0 (performance improvements)
  • Add basic caching to improve Component fields performance
airfleet-admin-plugin

Release 1.15.0

Bumped WordPress framework to version 1.9.0 for performance improvements

GitHub
View full changelog

Changed

  • Bump airfleet/wordpress-framework to 1.9.0 (performance improvements)
airfleet-theme-support-plugin

Release 3.3.0

Bumped WordPress framework to version 1.9.0 for performance improvements.

GitHub
View full changelog

Changed

  • Bump airfleet/wordpress-framework to 1.9.0 (performance improvements)
airfleet-wordpress-framework-php

Release 1.9.0

Added cache for is_editing_acf and in_block_editor checks

GitHub
View full changelog

Changed

  • Helpers\Screen: added cache for is_editing_acf and in_block_editor
airfleet-hubspot-plugin

Release 2.2.1

Fixed a bug where custom redirects on form submits were overridden by HubSpot settings.

GitHub
View full changelog

Fixed

  • elements-components-form-hubspot: fixed custom redirect on form submit set in WP not taking precedence over redirect set in HubSpot
airfleet-elements-forms-plugin

Release 3.3.0

The form submit redirect element now cancels the redirect on demand and triggers a JavaScript event.

GitHub
View full changelog

Changed

  • elements-components-form-submit-redirect: triggers JS event airfleet-form-redirect-init with redirect data after document ready
  • elements-components-form-submit-redirect: redirect event can now be cancelled by setting data attribute redirect-cancel
airfleet-admin-plugin

Release 1.14.4

Fixed a bug that avoided an unnecessary statement in non-debug mode.

GitHub
View full changelog

Fixed

  • ACF (Group Wrapper): avoid unnecessary statement when not in debug mode