Skip to content

Commit f8011e6

Browse files
committed
Plugin ownership change
1 parent 81d0a5b commit f8011e6

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Open your terminal and run the following commands:
3232
cd /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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
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",
@@ -21,7 +21,7 @@
2121
"extra": {
2222
"handle": "chatgpt-integration",
2323
"name": "ChatGPT Integration",
24-
"developer": "3w-Publishing",
24+
"developer": "diff. Kommunikation AG",
2525
"documentationUrl": ""
2626
},
2727
"scripts": {

0 commit comments

Comments
 (0)