Skip to content

Commit 955fe2d

Browse files
committed
CKEditor support & new settings
1 parent f8011e6 commit 955fe2d

16 files changed

+7223
-59
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Release Notes for chatgpt-integration
22

3+
## 4.0.6 - 2024-04-15
4+
5+
### Added
6+
- We now support CKEditor-fields.
7+
8+
### Changed
9+
- Changed versioning to reflect the compatible craft version.
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.
16+
317
## 1.0.5 - 2024-03-20
418
### Changed
519
- Transfer ownership of plugin

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# ChatGPT Integration
22

3-
The plugin adds a dropdown to every text field, as well as textarea and redactor.
3+
The plugin adds a dropdown to every text field, as well as textarea, Redactor and CKEditor.
44

55
With this functionality, text can be automatically corrected, translated, shortened and created. And of course many other functions can be added individually. There are almost no limits.
66

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"yiisoft/yii2-composer": true,
3939
"craftcms/plugin-installer": true
4040
}
41-
}
41+
},
42+
"minimum-stability": "stable"
4243
}
4344

0 commit comments

Comments
 (0)