Skip to content

Releases: digitaldiff/chatgpt-integration

5.0.4

26 Mar 15:12
Compare
Choose a tag to compare

Fixed

  • Bug "Calling unknown method: craft\fields\Matrix::getBlockTypes()" in the field settings (Issue #7)
  • Minor styling adjustments on the fields-setting page

4.0.7

26 Feb 15:32
Compare
Choose a tag to compare

Fixed

  • Error for new plugin installations (Issue #6)

5.0.3

29 Apr 07:47
Compare
Choose a tag to compare

Fixed

  • Incorrect PHP setting in composer.js
  • Added missing composer.lock

5.0.2

15 Apr 12:45
Compare
Choose a tag to compare

Fixed

  • Label corrections.

5.0.1

15 Apr 08:44
Compare
Choose a tag to compare

Added

  • Craft CMS 5 Support

Changed

  • The field configuration is now grouped by entry types, allowing enabling/disabling of fields per entry type.
  • Updated API settings:
    • The language model is now adjustable.
  • Updated prompt settings:
    • "Temperature" is now adjustable.
    • "Frequency Penalty" is now adjustable.
    • "Presence Penalty" is now adjustable.

4.0.6

15 Apr 12:16
Compare
Choose a tag to compare

Added

  • We now support CKEditor-fields.

Changed

  • Changed versioning to reflect the compatible craft version.
  • Updated API settings:
    • The language model is now adjustable.
  • Updated prompt settings:
    • "Temperature" is now adjustable.
    • "Frequency Penalty" is now adjustable.
    • "Presence Penalty" is now adjustable.

1.0.5

20 Mar 09:46
Compare
Choose a tag to compare

Transfer ownership of plugin

1.0.4

26 Sep 14:57
Compare
Choose a tag to compare

Added

  • Added the option to enable or disable individual fields inside matrix fields.

Fixed

  • Fixed an issue where an error could occur upon creating new fields. (#5)

1.0.3

27 Apr 12:06
Compare
Choose a tag to compare

{warning} Once you have installed the update, you need to head to the settings page and select which fields the prompts should be displayed for.

Added

  • Added the option to enable or disable individual fields in the settings.
  • Added the option to disable the default translation prompts.
  • Added warning when saving settings without an api token.

Changed

  • Divided settings over three sup-pages for clarity.

1.0.2

04 Apr 15:28
Compare
Choose a tag to compare

Added

  • Added option to set the "max_tokens" request attribute value in the plugin settings.
  • Now displays a warning if the ChatGPT output is incomplete due to the "max_tokens" restriction.

Changed

  • Lowered required craft version to 4.0.0