Version 1.1.1

April 3, 2024

Fixed

  • Fixed issue with fresh installation Issue #24

Version 1.1.0

March 21, 2024

Added

  • Added support for CraftCMS v5.x
  • Added support for CKEditor fields Issue #21

Fixed

Version 1.0.9

March 5, 2024

Fixed

  • Fixed issue with TranslateRecord migration Issue #20

Changed

  • Updated to support the latest GPT models and Stability.AI engines.

Version 1.0.8

February 2, 2024

Added

  • Added auto-translate feature for multi-site CraftCMS instances

Fixed

  • Fixed issue when custom prompt template exceeds 255 characters Issue #16
  • Fixed issue with multi-site Issue #19

Version 1.0.7

September 13, 2023

Fixed

  • Fixed issue with using translation prompt in 1.0.6 Issue #15

Version 1.0.6

August 24, 2023

Fixed

  • Fixed path that was hard coded in the plugin, causing issues with with non standard /admin path. Issue #12
  • Fixed issue with translations not using the correct prompt. Issue #13
  • Fixed incorrect ChatGPT error message display introduced in previous version. Issue #14

Version 1.0.5

August 10, 2023

Added

  • Added Image Generation Settings: Choose between different Image Generation providers, such as OpenAI or Stability.AI (Stable Diffusion).
  • New Single Image Generation Feature: Easily generate a single image based on selected text. For optimized results, first use the "generate image idea" option with your chosen text. Then, with the generated image prompt, select "generate image on this" to create your final image.

Version 1.0.4

August 1, 2023

Added

  • Added Matrix block support.

Fixed

  • Fixed content generation error when no site exists with the hardcoded id "1". (Thanks to @edbarbe for code contribution).

Version 1.0.3

July 12, 2023

Fixed

  • Fixed composer.json file to include the correct version of the plugin for auto-releases.

Version 1.0.2

July 11, 2023

Added

  • Added gpt-4 to the selectable models in API settings.
  • Added support for Craft's 'title' field (Thanks to @nitech).

Fixed

  • Fixed issue with overlapping field character counter (Thanks to @nitech).
  • Fixed issue with Craft Commerce compatibility, specifically with categories (Thanks to @nitech).
  • Fixed issue with translations dropdown showing duplicate languages.

Changed

  • Translation dropdown now shows current site language at the top of the dropdown for convenience.

Version 1.0.1

July 6, 2023

Fixed

  • Fixed issue with new prompt templates not being saved properly.
  • Fixed issue with Craft Commerce compatibility, specifically with product entries (Thanks to @nitech for reporting this issue).

Changed

  • Modified the context menu to be more compact.
  • Translation options are now showing up in a separate dropdown (Thanks to @nitech for suggestion).

Version 1.0.0

June 19, 2023

Added

  • Initial release