Releases: Adyen/adyen-shopware6
Adyen Payment 3.1.0
Features
#183 Implement giftcards
#191 Prefill shopper details and addresses
#192 Add addressDetails to Amazon Pay
#190 Outsource notification processing to webhook module
#195 Add refund processing to order detail page
#199 Show/Hide 'Save credit card' option
#200 Split the configuration panel into components
#198 Show notifications in order details page
#202 Show safe error messages to shopper
Fixes
#189 Paypal button is not working in Firefox on IOS mobile
Current checkout api version: v67
Current checkout component version: 4.2.1
Adyen Payment 2.2.0
Important Note
Please note this is not the latest version of the plugin, just the last patch release for version 2, to be used on Shopware versions v6.3.1.1 - v6.3.5.4.
Features
#197 Add refund processing to order detail page (v6.3)
Adyen Payment 3.0.0
Important notes:
This release is built to support Shopware v6.4 and above, it is NOT backwards compatible with versions < 6.4
Features
#180 #177 Added support for Shopware 6.4
#179 Added the following payment methods:
- EPS
- BLIK https://docs.adyen.com/payment-methods/blik/web-component
- Swish https://docs.adyen.com/payment-methods/swish/web-component
- Twint https://docs.adyen.com/payment-methods/twint/web-component
- Alipay, Alipay HK https://docs.adyen.com/payment-methods/alipay/web-component
- Trustly https://docs.adyen.com/payment-methods/trustly/web-component
- Oney (3x, 4x, 6x, 10x, 12x) https://docs.adyen.com/payment-methods/oney/web-component
- Clearpay https://docs.adyen.com/payment-methods/clearpay/web-component
- Afterpay (default) https://docs.adyen.com/payment-methods/afterpay/web-component
- Ratepay, Ratepay Direct Debit https://docs.adyen.com/payment-methods/ratepay/web-component
- PaySafeCard
Fixes
#178 Fix line item description for products with variants.
Adyen Payment 2.1.0
Adyen Payment 2.0.0
Important notes
This release removes support for the OriginKey, adding a Client Key value in the administration will now be required for the checkout component to work.
NB: This release does not include support for the new major Shopware version 6.4.0.0, we will support version 6.4.0.0 on a new major version of our plugin (v3.0.0) and drop support for Shopware versions < 6.4
Features
#158 Updated Checkout API version to v67 and Web Component version to 4.2.1
#158 Removed Support for origin keys
#159 Implemented Paypal pay button in checkout page
#161 Process refund notifications from Adyen to update order transaction states
#162 Added Adyen payment methods data and additional information to Store API payment-methods response
#163 Added client key and additional data to sales channel context in Store API response
#164 Added support for Amazon Pay via pay button in checkout page
#168 Added support for Blik payment method
Fixes
#149 Improved error handling in payment flow
#151 Switched to event subscriber for setting payment state data
#153 Exclude discount line items from open invoice payment request
#155 Added workaround to allow guest customers to complete payment for an order after a failed payment attempt
Adyen Payment 1.6.0
This release introduces support for Apple pay, Google Pay, Bancontact and Dotpay payment methods. Also adds support for custom payment flows with multiple steps in checkout.
Features
#126 Add support for Google Pay & Apple Pay payment methods
#126 Allow sending of state.data directly to payment endpoint
#143 Add support for Dotpay payment method
#98 Add support for Bancontact payment method
#145 support sending of payment method and payment details in separate steps
Fixes
#132 Bug fix in payment methods filter, to display only payment methods available via API
#134 Fix broken 'Test Configuration' button in Shopware v6.3.4.1 and above
#137 Set correct route prefixes to ensure the correct routes are generated
#140 Detect proper tax status to subtract tax from orderlines
Adyen Payment 1.5.0
This release introduces processing of payment notifications and updating of payment statuses. See the docs for more information.
Also in this release, all usage of the deprecated SalesChannel-API is dropped and Store-API is used.
Features
#119 Added processing of Notifications
#123 Removed extra fields in API test request
#122 Replace all usage of the deprecated sales-channel-api with store-api
Fixes
#127 Fixed problem with completing a failed payment
#124 Allow sales-channel specific setting of plugin configuration
#125 Fixed check to remove OneClick from PM list
Known issues
Google Chrome 3DS1 payments, shopping cart removed after redirect.
Adyen Payment 1.4.0
Features
#93 [PW-3610] Implementing client key
#95 Update checkout api version to 64 and checkout component version to 3.18.2
#97 Add GiroPay payment method
#111 PW-3120 add weekly cron to fetch PM logos
Fixes
#99 [PW-3631] storedPaymentMethods state.data check
Other
#106 Bump shopware/core from 6.3.4.0 to 6.3.4.1
This release introduces a new feature that fetches the payment method logos to be stored in the Shopware 6 instance. Merchants need to make sure that the following configuration is set to enabled: shopware.media.enable_url_upload_feature
. This is enabled by default in platform/src/Core/Framework/Resources/config/packages/shopware.yaml
. New MediaFolder Adyen will be created with migration.
Adyen Payment 1.2.0
Features
Enable save card details (#83)
OneClick payment methods (#84)
Add German translations (#85)
Fixes
Refactor PaymentResponse to not depend on the current session (#79)
Revert "Adding redirect data to /payments call" (#82)
Cards form is not presented to shopper if it is the default payment method (#86)
/paymentMethods call in order edit is not using the order data (#87)
Adyen Payment 1.1.0
New Payment Methods
PayPal
iDeal
Klarna Pay Later
Klarna Pay Now
Klarna Account
SEPA Direct Debit
Sofort
Features
Add payment methods to the plugin and adjust card payment handler (#45)
Adding redirect data to /payments call (#47)
OpenInvoice lines support and Klarna PMs (#48)
Adding support for multiple sales channels configurations (#54)
New paypal integration (#55)
Make API version in routes dynamic (#60)
PM descriptions (#66)
Getting module version from plugin entity (#73)
Add support for Klarna Account (#76)
Removing plugin data on uninstall (#77)
Fixes
Fix illegal transition "paid" from state (#41)
Fix 3DS2 modal in change order page (#42)
Moving PM decorator logic to event subscriber (#43)
Improve error messages in the plugin config test (#44)
Fixing invalid entity definitions (#52)
Make plugin compatible with different payment methods (#53)
Adjust constructor to shopware 6.3 in AdyenAccountOrderController (#58)
Fix eslint error when using watch-administration.sh (#59)
Adding shopware/storefront dependency (#61)
Replacing usage of sendRequest for post calls (#67)
Last name fix for payments calls (#68)
Logging some messages in NotificationReceiverService as critical (#70)
Changing twig if statement to check if payment method handler contains 'handler_adyen' (#80)
Checking if order is 'in_progress' before doing do_pay transition (#81)
Known issues
3DS1 payments run into issues with the SameSite cookie policy. Currently being addressed by #79