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 11# Release Notes for chatgpt-integration
22
3+ ## 1.0.5 - 2024-03-20
4+ ### Changed
5+ - Transfer ownership of plugin
6+
37## 1.0.4 - 2023-09-26
48### Added
59- 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:
3232cd /path/to/my-project.test
3333
3434# tell Composer to load the plugin
35- composer require 3w-publishing /craft-chatgpt-integration
35+ composer require digitaldiff /craft-chatgpt-integration
3636
3737# tell Craft to install the plugin
3838./craft plugin/install chatgpt-integration
Original file line number Diff line number Diff line change 11{
2- "name" : " 3w-publishing /craft-chatgpt-integration" ,
2+ "name" : " digitaldiff /craft-chatgpt-integration" ,
33 "description" : " Integration for ChatGPT" ,
44 "type" : " craft-plugin" ,
55 "license" : " proprietary" ,
66 "support" : {
7- "email" : " support@3w-publishing .ch"
7+ "email" : " support@diff .ch"
88 },
99 "require" : {
1010 "php" : " >=8.0.2" ,
2121 "extra" : {
2222 "handle" : " chatgpt-integration" ,
2323 "name" : " ChatGPT Integration" ,
24- "developer" : " 3w-Publishing " ,
24+ "developer" : " diff. Kommunikation AG " ,
2525 "documentationUrl" : " "
2626 },
2727 "scripts" : {
You can’t perform that action at this time.
0 commit comments