2024-W50

Dec 9–15, 2024

6 releases

This week saw a focus on bug fixes and new feature additions across various plugins. The airfleet-views-plugin fixed a critical assets enqueue issue in the editor, while the airfleet-wordpress-framework-php addressed screen detection utilities issues due to changes in ACF or WP. In addition, the airfleet-admin-plugin ensured the editor's sidebar always has a specific width. New features were introduced with the release of the airfleet-generative-ai-plugin, which added text generation capabilities with OpenAI integration. The airfleet-elements-spacing-plugin also made its debut, bringing features for generating CSS variables and classes, as well as spacing options to blocks.

airfleet-views-plugin

Release 1.8.1

Fixed critical assets enqueue issue in editor

GitHub
View full changelog

Fixed

  • Fixed frontend/critical assets being enqueued in editor and editor assets not being enqueued when block is first added on a page
airfleet-wordpress-framework-php

Release 1.8.1

Fixed screen detection utilities due to a change in ACF or WP.

GitHub
View full changelog

Fixed

  • Fixed screen detection utilities in_block_editor_ajax, in_block_editor, and screen (due to change in ACF or WP, in_block_editor_ajax was not detecting correctly)
airfleet-admin-plugin

Release 1.14.2

Fixed the editor's sidebar to always have a specific width, defaulting to 30% when resizable.

GitHub
View full changelog

Fixed

  • Editor: fixed sidebar to have specific width even if its closed by some other plugin.(use default 30% width when resizable sidebar is enabled)
airfleet-generative-ai-plugin

Release 0.1.0

Added text generation features with OpenAI integration

GitHub
View full changelog

Added

  • Added generate text feature to elements-components-text-advanced and elements-components-text-basic
  • Added options page to set OpenAI API key and model
github-files

Release 1.5.0

Added airfleet/airfleet-generative-ai-plugin to sync.yml

GitHub
View full changelog

Added

  • sync.yml: added airfleet/airfleet-generative-ai-plugin
airfleet-elements-spacing-plugin

Release 0.1.0

Added features for generating CSS variables and classes, and spacing options to blocks.

GitHub
View full changelog

Added

  • Added feature to generate CSS variables for spacing (--afs-padding-xxs, etc.)
  • Added feature to generate CSS classes for spacing (.afu-padding--top-xxs, .afu-padding--bottom-xxs, .afu-padding--block-xxs, etc.)
  • Added spacing options to blocks
  • Added component elements-components-spacing (apply spacing options)
  • Added filter airfleet/elements/spacing (set spacing options)
  • Added filter airfleet/elements/spacing/blocks/exclude (exclude specific blocks from having spacing options)