Skip to content

Commit 557db51

Browse files
committed
Changelog for v1.0.1
1 parent 2d3bc4c commit 557db51

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,18 @@
11
# Release Notes for chatgpt-integration
22

3-
## 1.0.0
4-
- Initial release
3+
## 1.0.1 - 2023-04-04
4+
5+
### Added
6+
- Environment variable support for api key.
7+
- Added button to matrix fields.
8+
- Added button to Neo plugin fields.
9+
10+
### Changed
11+
- Updated code structure for improved readability.
12+
13+
### Fixed
14+
- Removed unused javascript.
15+
- Fixed localization feature for non-multisites.
16+
17+
## 1.0.0 - 2023-04-03
18+
- Initial release.

src/templates/form.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333

3434
{% if craft.app.getPlugins.getPlugin('chatgpt-integration').settings.getAccessToken|length %}
3535
{% if (" type=\"text\"" in input or "textarea" in input) and "neo-input" not in input and "matrix-field" not in input %}
36-
{{ input }}
3736
{% set prompts = craft.chatgptIntegration.getPrompts(true) %}
3837
<div class="chatgpt-button">
3938
<button {{ attr(actionBtnAttributes) }}>ChatGPT</button>

0 commit comments

Comments
 (0)