Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarBoljanovic committed Dec 6, 2023
1 parent dac53a2 commit 38a3ff0
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 11 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": "dev-cr-04",
"adyen/integration-core": "1.1.0",
"ext-simplexml": "*"
},
"minimum-stability": "dev",
Expand Down
16 changes: 7 additions & 9 deletions composer.lock

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

124 changes: 123 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.4</version>
<version>4.1.0</version>
<copyright>Adyen</copyright>
<author>Adyen</author>
<link>https://adyen.com</link>
Expand Down Expand Up @@ -513,4 +513,126 @@
* Add compatability for HTTP Authorisation with PHP in CGI-mode
</changes>
</changelog>
<changelog version="4.1.0">
<changes lang="en">
* Pay by link - Offer merchant option to generate Payment link for orders whose payments did not succeed. Payment methods that support Pay by link:
Credit and debit cards
Buy Now Pay Later
3x 4x Oney
Afterpay
Clearpay
Klarna Pay Later
Klarna Pay over time
Ratepay
Cash and ATM payment methods
Multibanco
Direct Debit
ACH Direct Debit
SEPA Direct Debit
BACS Direct Debit
Online payments
BLIK
EPS
giropay
iDEAL
Klarna Pay now
MB WAY
MobilePay
Online banking Finland
Online banking India
Online banking Poland
Online banking Thailand
Sofort (Online bank transfer)
Trustly
Wallets
Apple Pay
Alipay
Bancontact mobile
Google Pay
GCash
MoMo
PayPal
Swish
Vipps
Zip
WeChat Pay
Prepaid and gift cards
Generic gift card
PaySafeCard
Mobile
TWINT
* Recurring payment - Offer customers to pay with recurring payment methods. Payment methods that support Recurring payment:
ACH Direct Debit
Apple Pay
BACS Direct Debit (Great Britain)
GCash (Philippines)
Google Pay
iDEAL (Netherlands)
Klarna Pay later
Klarna Pay over time (only in the US)
Klarna PayNow
SEPA Direct Debit
Sofort
</changes>
<changes lang="de">
* Pay by link - Offer merchant option to generate Payment link for orders whose payments did not succeed. Payment methods that support Pay by link:
Credit and debit cards
Buy Now Pay Later
3x 4x Oney
Afterpay
Clearpay
Klarna Pay Later
Klarna Pay over time
Ratepay
Cash and ATM payment methods
Multibanco
Direct Debit
ACH Direct Debit
SEPA Direct Debit
BACS Direct Debit
Online payments
BLIK
EPS
giropay
iDEAL
Klarna Pay now
MB WAY
MobilePay
Online banking Finland
Online banking India
Online banking Poland
Online banking Thailand
Sofort (Online bank transfer)
Trustly
Wallets
Apple Pay
Alipay
Bancontact mobile
Google Pay
GCash
MoMo
PayPal
Swish
Vipps
Zip
WeChat Pay
Prepaid and gift cards
Generic gift card
PaySafeCard
Mobile
TWINT
* Recurring payment - Offer customers to pay with recurring payment methods. Payment methods that support Recurring payment:
ACH Direct Debit
Apple Pay
BACS Direct Debit (Great Britain)
GCash (Philippines)
Google Pay
iDEAL (Netherlands)
Klarna Pay later
Klarna Pay over time (only in the US)
Klarna PayNow
SEPA Direct Debit
Sofort
</changes>
</changelog>
</plugin>

0 comments on commit 38a3ff0

Please sign in to comment.