Skip to content

Commit

Permalink
Release 4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarBoljanovic committed Nov 28, 2023
1 parent 7a92c1e commit 3e3718f
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 14 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"php": "^7.2|^7.4|^8.0",
"ext-json": "*",
"ext-zip": "*",
"adyen/integration-core": "1.0.4",
"adyen/integration-core": "1.0.7",
"ext-simplexml": "*"
},
"minimum-stability": "dev",
Expand Down
24 changes: 12 additions & 12 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 17 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<label>Adyen Shopware Plugin</label>
<label lang="de">Adyen Shopware Plugin</label>
<version>4.0.3</version>
<version>4.0.4</version>
<copyright>Adyen</copyright>
<author>Adyen</author>
<link>https://adyen.com</link>
Expand Down Expand Up @@ -497,4 +497,20 @@
* Update core to version 1.0.4
</changes>
</changelog>
<changelog version="4.0.4">
<changes lang="en">
* Update core to version 1.0.7
* Add retry mechanism when checking if order exists in OrderUpdate task
* Fix Transaction details when payment code is invalid
* Refactor message when unsupported webhook event code is processed
* Add compatability for HTTP Authorisation with PHP in CGI-mode
</changes>
<changes lang="de">
* Update core to version 1.0.7
* Add retry mechanism when checking if order exists in OrderUpdate task
* Fix Transaction details when payment code is invalid
* Refactor message when unsupported webhook event code is processed
* Add compatability for HTTP Authorisation with PHP in CGI-mode
</changes>
</changelog>
</plugin>

0 comments on commit 3e3718f

Please sign in to comment.