File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Release Notes for chatgpt-integration
2
2
3
+ ## 1.0.5 - 2024-03-20
4
+ ### Changed
5
+ - Transfer ownership of plugin
6
+
3
7
## 1.0.4 - 2023-09-26
4
8
### Added
5
9
- Added the option to enable or disable individual fields inside matrix fields.
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Open your terminal and run the following commands:
32
32
cd /path/to/my-project.test
33
33
34
34
# tell Composer to load the plugin
35
- composer require 3w-publishing /craft-chatgpt-integration
35
+ composer require digitaldiff /craft-chatgpt-integration
36
36
37
37
# tell Craft to install the plugin
38
38
./craft plugin/install chatgpt-integration
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " 3w-publishing /craft-chatgpt-integration" ,
2
+ "name" : " digitaldiff /craft-chatgpt-integration" ,
3
3
"description" : " Integration for ChatGPT" ,
4
4
"type" : " craft-plugin" ,
5
5
"license" : " proprietary" ,
6
6
"support" : {
7
- "email" : " support@3w-publishing .ch"
7
+ "email" : " support@diff .ch"
8
8
},
9
9
"require" : {
10
10
"php" : " >=8.0.2" ,
21
21
"extra" : {
22
22
"handle" : " chatgpt-integration" ,
23
23
"name" : " ChatGPT Integration" ,
24
- "developer" : " 3w-Publishing " ,
24
+ "developer" : " diff. Kommunikation AG " ,
25
25
"documentationUrl" : " "
26
26
},
27
27
"scripts" : {
You can’t perform that action at this time.
0 commit comments