File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for chatgpt-integration
2
2
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.
Original file line number Diff line number Diff line change 33
33
34
34
{% if craft .app .getPlugins .getPlugin (' chatgpt-integration' ).settings.getAccessToken | length %}
35
35
{% if (" type=\"text\"" in input or " textarea" in input ) and " neo-input" not in input and " matrix-field" not in input %}
36
- {{ input }}
37
36
{% set prompts = craft .chatgptIntegration .getPrompts (true ) %}
38
37
<div class =" chatgpt-button" >
39
38
<button {{ attr(actionBtnAttributes ) }}>ChatGPT</button >
You can’t perform that action at this time.
0 commit comments