airfleet/airfleet-generative-ai-plugin

Project releases

airfleet-generative-ai-plugin

Release 1.0.0

Added Airfleet Framework plugin dependency and removed scoped framework composer package.

GitHub
View full changelog

Changed

  • Breaking: Added new dependency - Airfleet Framework plugin - and removed scoped framework composer package
  • Added plugin dependencies in main plugin file (Requires Plugins metadata field)
  • Internal: Increased Node.js version requirement to >=24
  • Internal: Bump npm dependency @airfleet/wordpress-dev to ^4.0.0
  • Internal: Bump composer dependency airfleet/wordpress-dev to ^4.0.0
  • Internal: Switched package manager to Bun
  • Internal: Updated linters and development tools
  • Internal: Updated configuration for development tools
  • Internal: Moved configuration sections from package.json to dedicated config files
  • Internal: Updated browserslist configuration
  • Internal: Updated package.json scripts to use Airfleet CLI
  • Internal: Updated README.md to remove Getting Started and Documentation sections
  • Internal: Updated Plugin URI metadata field in main plugin file
  • Internal: Updated GitHub workflows
  • Bump composer-scoped dependency league/commonmark to 2.7.1.
  • Internal: Added .airfleet-license and .airfleet-visible.
airfleet-generative-ai-plugin

Release 0.8.0

Added AI Generate button support for Pell editor fields and toolbar integration.

GitHub
View full changelog

Added

  • AI Generate button support for Pell editor fields
  • AI Generate button automatically added to Pell toolbar via airfleet/acf_addons/text_editor/default_toolbar_configs filter
airfleet-generative-ai-plugin

Release 0.7.1

Fixed the incorrect Settings link on the Plugins page.

GitHub
View full changelog

Fixed

  • Fixed: incorrect Settings link on the Plugins page.
airfleet-generative-ai-plugin

Release 0.7.0

Added support for generating meta tags and excerpts for the Yoast SEO plugin, and changed the default model to GPT-5.

GitHub
View full changelog

Added

  • Added support for generating meta tags (title, description) and excerpt for Yoast SEO plugin.

Changed

  • Changed default model to GPT-5
airfleet-generative-ai-plugin

Release 0.6.0

Added tracking events for various generative AI plugin features.

GitHub
View full changelog

Added

  • Added tracking events for backend generation for title, text, image and update text: airfleet_generative_ai_post_title_generated, airfleet_generative_ai_text_generated, airfleet_generative_ai_text_updated, airfleet_generative_ai_title_generated, airfleet_generative_ai_image_generated.
  • Added tracking events for post title dialog actions: airfleet_generative_ai_post_title_open, airfleet_generative_ai_post_title_generate, airfleet_generative_ai_post_title_save.
  • Added tracking events for title dialog actions: airfleet_generative_ai_title_open, airfleet_generative_ai_title_generate, airfleet_generative_ai_title_save.
  • Added tracking events for text dialog actions: airfleet_generative_ai_text_open, airfleet_generative_ai_text_generate, airfleet_generative_ai_text_update ,airfleet_generative_ai_text_save.
  • Added tracking events for media tab actions: airfleet_generative_ai_image_open, airfleet_generative_ai_image_generate, airfleet_generative_ai_image_save, airfleet_generative_ai_image_select.
airfleet-generative-ai-plugin

Release 0.5.0

WP Engine local users can access additional options in Airfleet.

GitHub
View full changelog

Changed

  • @wpengine.local users are now considered also Airfleet users (access to additional options).
  • Bump composer-scoped dependency airfleet/wordpress-framework to 1.13.0.
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-generative-ai-plugin

Release 0.3.0

Added a feature to generate titles for elements, improved interface for post title result variations, fixed issues with generating text and post titles.

GitHub
View full changelog

Added

  • Added generate title feature to elements-components-title-advanced and elements-components-title-basic

Changed

  • Improved interface for post title result variations (now you can see all variations at the same time to better compare)

Fixed

  • Fixed generate text replacing post title
  • Fixed generated post titles including surrounding quotes and asterisks
  • Fixed unable to generate post title more than once
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-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