2024-W47

Nov 18–24, 2024

8 releases

The Airfleet platform saw updates focused on improving plugin functionality, user experience, and bug fixes. The nurture AI plugin received a major overhaul with the addition of filtering options, AI model selection, and UI improvements. Other plugins, such as the login plugin and ACF addons plugin, fixed issues related to multisite cases and default flexible components saving. Additionally, the elements buttons plugin updated labels for button elements, while the WordPress framework PHP saw updates to support Field object instances and custom class names in the Options Wizard.

airfleet-elements-text-plugin

Release 3.4.1

Unset default components for elements-title and elements-text

GitHub
View full changelog

Changed

  • Unset elements-components-title-advanced as the default component for flexible elements-title
  • Unset elements-components-text-advanced as the default component for flexible elements-text
airfleet-nurture-ai-plugin

Release 2.0.0

Filtering options, AI model selection, and UI improvements added in version 2.0.0.

GitHub
View full changelog

Added

  • Added option to filter by post type
  • Added option to filter by taxonomy
  • Added option to filter by taxonomy term
  • Added option to choose AI model
  • Added option to choose which HTML content tags will be included in the prompt to the AI
  • Added copy to clipboard button

Changed

  • Rebuilt plugin for integration into Airfleet Platform
  • Moved menu item under Tools
  • Improved post picker widget
  • Other UI/UX improvements

1.6.1

Changed

  • Style changes
  • Disable button on submit

1.6.0

Added

  • Added custom tone
  • Added custom UTMs option

Changed

  • Updated baseline template instruction
  • Extended post parse to h3 and p

1.4.0

Added

  • Send to openai the html content of posts

1.3.2

Added

  • Added utm params appended

Fixed

  • Bug fixes

1.3.1

Added

  • Added tone option

Changed

  • Updated styling

1.2.0

Fixed

  • Fixed openai request

1.1.0

Changed

  • Improved icon sizing for better UI consistency
  • Streamlined the admin menu structure by removing redundant submenu items
  • Enhanced the Generate page with a WordPress post select component for better usability
  • Implemented dynamic filtering of posts based on selected categories for more precise content generation

1.0.0

Added

  • Initial release
  • Basic configuration and content generation features
github-files

Release 1.4.0

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

GitHub
View full changelog

Added

  • sync.yml: added airfleet/airfleet-nurture-ai-plugin
airfleet-login-plugin

Release 0.4.3

Fixed plugin settings path for multisite cases

GitHub
View full changelog

Fixed

  • Fixed plugin Settings path for Multisite case
airfleet-acf-addons-plugin

Release 0.8.2

Fixed default flexible components saving issue in ACF group edits

GitHub
View full changelog

Fixed

  • Fixed default flexible components getting saved while editing ACF groups
airfleet-elements-buttons-plugin

Release 2.1.0

Updated labels for button elements.

GitHub
View full changelog

Changed

  • Changed label for elements-components-button-link (Button with external link)
  • Changed label for elements-components-button-relationship (Button with internal link)
airfleet-wordpress-framework-php

Release 1.8.0

Options Wizard now supports Field object instances and custom class names

GitHub
View full changelog

Changed

  • Options Wizard now also supports Field object instances or custom class names to instance set in the type property
airfleet-wordpress-framework-php

Release 1.7.1

Fixed PHP warnings in Screen helpers

GitHub
View full changelog

Fixed

  • Fixed PHP warnings related to Screen helpers in_block_editor_ajax() and in_block_editor()