Skip to content

Commit 0705c7e

Browse files
committed
Updated CHANGELOG.md and README.md for new release.
1 parent 133b571 commit 0705c7e

File tree

2 files changed

+10
-44
lines changed

2 files changed

+10
-44
lines changed

CHANGELOG.md

Lines changed: 9 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,15 @@
11
# Release Notes for chatgpt-integration
22

3-
## 1.0.5 - 2024-03-20
4-
### Changed
5-
- Transfer ownership of plugin
6-
7-
## 1.0.4 - 2023-09-26
8-
### Added
9-
- Added the option to enable or disable individual fields inside matrix fields.
10-
11-
### Fixed
12-
- Fixed an issue where an error could occur upon creating new fields. (#5)
13-
14-
## 1.0.3 - 2023-04-27
15-
> {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.
3+
## 5.0.1 - 2024-04-15
164

175
### Added
18-
- Added the option to enable or disable individual fields in the settings.
19-
- Added the option to disable the default translation prompts.
20-
- Added warning when saving settings without an api token.
6+
- Craft CMS 5 Support
217

228
### Changed
23-
- Divided settings over three sup-pages for clarity.
24-
25-
## 1.0.2 - 2023-04-04
26-
27-
### Added
28-
- Added option to set the "max_tokens" request attribute value in the plugin settings.
29-
- Now displays a warning if the ChatGPT output is incomplete due to the "max_tokens" restriction.
30-
31-
### Changed
32-
- Lowered required craft version to 4.0.0
33-
34-
## 1.0.1 - 2023-04-04
35-
36-
### Added
37-
- Environment variable support for api key.
38-
- Added button to matrix fields.
39-
- Added button to Neo plugin fields.
40-
41-
### Changed
42-
- Updated code structure for improved readability.
43-
44-
### Fixed
45-
- Removed unused javascript.
46-
- Fixed localization feature for non-multisites.
47-
48-
## 1.0.0 - 2023-04-03
49-
- Initial release.
9+
- The field configuration is now grouped by entry types, allowing enabling/disabling of fields per entry type.
10+
- Updated API settings:
11+
- The language model is now adjustable.
12+
- Updated prompt settings:
13+
- "Temperature" is now adjustable.
14+
- "Frequency Penalty" is now adjustable.
15+
- "Presence Penalty" is now adjustable.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There may be additional costs on the part of OpenAI.
1313

1414
## Requirements
1515

16-
This plugin requires Craft CMS 4.4.3 or later, and PHP 8.0.2 or later.
16+
This plugin requires Craft CMS 5.0.0 or later, and PHP 8.2 or later.
1717

1818
## Installation
1919

0 commit comments

Comments
 (0)