2025-W09

Feb 24–Mar 2, 2025

7 releases

This week's software releases focused on enhancing functionality in various plugins. The airfleet-generative-ai-plugin saw the addition of an AI-powered image generation feature to the Media Library Dialog, allowing users to generate images with alt text and select from different models. Additionally, a new filter was added for setting additional layout options in blocks, and default column layouts were updated in some elements. Other plugins received updates, including bumped dependencies and fixes for PHP errors and warnings.

airfleet-generator-plugin

Release 1.6.0

Added page and hierarchy template view types as options.

GitHub
View full changelog

Added

  • Add view type option: Page Template
  • Add view type option: Hierarchy Template
airfleet-generative-ai-plugin

Release 0.4.1

Fixed a PHP error on the options page for newly installed plugins without an OpenAI API key.

GitHub
View full changelog

Fixed

  • Fixed PHP error on options page when plugin is freshly installed and is missing and OpenAI API key
airfleet-generative-ai-plugin

Release 0.4.0

Added AI-powered image generation feature to Media Library Dialog.

GitHub
View full changelog

Added

  • Added generate image feature to Media Library Dialog. Fill a wizard to get an image generated by the AI. Alt text is also generated. The AI model can be selected in the options.
  • Added update text feature, with options to modify existing text (e.g. summarize, improve readability). Now when opening the text wizard users have access to 2 different tabs - New and Update.

Changed

  • The generate button is now included in the TinyMCE toolbar for Text Advanced and Title Advanced, instead of an icon inside the textarea.
  • Generated text is now converted to HTML, which preserves paragraphs, headings and other formatting generated by the AI.
  • Results screen now include WYSIWYG editor for better previewing values and editing.
  • Generate Post Title: Moved generate icon to the left and closer to the title to be more noticeable.
  • Generate Post Title: Changed default value of Use page content to generate title to checked.
  • Generate Section Title: Reduced height of Topic textarea and changed Target Audience to text input (this eliminates the vertical scrollbar).
  • Generate Section Text: Reduced height of Topic textarea (makes modal more compact).
airfleet-acf-addons-plugin

Release 0.12.0

Bumped WordPress framework and dev dependencies, fixed PHP warning about undefined array key "ID"

GitHub
View full changelog

Changed

  • Bump airfleet/wordpress-framework to 1.12.1
  • Bump airfleet/wordpress-dev to 3.5.0

Fixed

  • Fixed PHP warning Warning: Undefined array key "ID" occuring in ACF plugin
airfleet-elements-text-and-media-plugin

Release 0.6.0

Updated default layout options for elements-blocks-columns to 1-6 columns

GitHub
View full changelog

Added

  • Added filter airfleet/elements/columns/layout to set additional layout options

Changed

  • elements-blocks-columns: Updated default layout options from 1-4 to 1-6 columns
airfleet-nav-plugin

Release 3.9.1

Fixed PHP deprecation warning for automatic boolean-to-array conversion.

GitHub
View full changelog

Fixed

  • Fixed php deprecated message of "Automatic conversion of false to array".