Releases: Adyen/adyen-magento2
Adyen Magento-2 Plugin v9.8.0
What's Changed
New Features 💎
- [ECP-9412] Migrate Sofort payment method to Klarna Debit Risk by @candemiralp in #2738
- GraphQl - Add storeLocale in StoreConfig by @dimitriBouteille in #2706
Fixes ⛑️
- [ECP-9359] Show installments with stored cards by @khushboo-singhvi in #2717
- Fix order pending status if canceled by @dimitriBouteille in #2709
- Typed property Adyen\Payment\Model\Method\TxVariant::$card must not be accessed before initialization by @tcoluke in #2681
- [ECP-9246] Fix fatal error when creating a credit memo with delete products by @SamJUK in #2645
Other Changes 🖇️
- Update push trigger to branch
main
in main.yml workflow by @SushmitaThakur in #2721 - [ECP-9446] Update the workflow rules by @candemiralp in #2732
- Update target branch for Renovate bot by @candemiralp in #2735
- [ECP-9453] Fix broken unit test of StoreLocale class by @candemiralp in #2739
- Update thedoctor0/zip-release action to v0.7.6 by @renovate in #2736
- Update elasticsearch Docker tag to v7.17.22 by @renovate in #2740
- Update mcr.microsoft.com/playwright Docker tag to v1.47.0 by @renovate in #2741
Known issue
- Broken response handling for non-200
/payment
responses, resulting in redirecting shoppers to success page after unsuccessful payment attempt. (Fixed in v9.9.1)
Current Checkout API version: v71
Current Checkout Component version: 5.65.0
New Contributors
Full Changelog: v9.7.2...v9.8.0
Adyen Payment v9.7.2
What's Changed
This release addresses a critical issue ⛑️ where full redirect payment methods were failing when used with multishipping. The problem has been resolved with #2712, ensuring a smoother experience for merchants utilizing these payment methods in multishipping scenarios.
Other Changes 🖇️
- [ECP-9389] MultiShipping Redirect Payment Methods broken by @RokPopov in #2712
- Update contribution guide to use main by @peterojo in #2719
- Update support dates for V9 by @peterojo in #2714
- Update header for frontend type by @peterojo in #2713
- Update codeql.yml by @acampos1916 in #2718
- Release v9.7.2 by @khushboo-singhvi in #2720
Known issue
- Broken response handling for non-200
/payment
responses, resulting in redirecting shoppers to success page after unsuccessful payment attempt. (Fixed in v9.9.1)
Full Changelog: 9.7.1...v9.7.2
Adyen Magento-2 Plugin v9.7.1
What's Changed
This release addresses a critical issue introduced in version 9.7.0, where guest users were only able to see two payment methods, with the rest appearing only after a page refresh. Logged-in shoppers were unaffected. The problematic PR has been reverted with #2710 , and the issue has been resolved with this release.
New Features 💎
- [ECP-9310] Add support for Dana Payment method by @SushmitaThakur in #2687
- [ECP-9375] Ensure compliance with the new Visa Secure Authentication requirements for Magento2 plugin by @RokPopov in #2693
Fixes ⛑️
- [ECP-9259] - Update payment method validation so updating billing information get's processed correctly. by @raoulritter in #2677
Other Changes 🖇️
- [ECP-9162] Submitting
transactionLimit
value in/payments
request instead ofbalance
value by @RokPopov in #2695 - Update docker compose command in workflow files by @SushmitaThakur in #2700
- [ECP-8938] Add applicationInfo in request body for transaction requests by @SushmitaThakur in #2699
- [ECP-8736] Adobe Commerce Marketplace release automation by @SushmitaThakur in #2686
- [ECP-9383]- Bump to 19.1.0 php-api-library by @raoulritter in #2697
- OpenInvoice Tooltip - Update Support Email by @QuentinvRooyen in #2684
- Revert PR #2674 by @RokPopov in #2710
Known issue
- Broken response handling for non-200
/payment
responses, resulting in redirecting shoppers to success page after unsuccessful payment attempt. (Fixed in v9.9.1)
New Contributors
- @QuentinvRooyen made their first contribution in #2684
Full Changelog: v9.6.2...9.7.1
Adyen Payment 8.23.2
Other Changes 🖇️
- [ECP-9375v8] Ensure compliance with the new Visa Secure Authentication requirements for Magento2 plugin v8 by @RokPopov in #2694
- [ECP-9160] Fix broken partial captures on V8 by @candemiralp in #2696
- Update docker-compose to docker compose by @raoulritter in #2705
Full Changelog: 8.23.1...8.23.2
Adyen Payment 8.23.1
What's Changed
Fixes ⛑️
- [ECP-9399] - Revert changes from to prevent loading issues. by @raoulritter in #2685
Full Changelog: 8.23.0...8.23.1
Adyen Magento-2 Plugin v9.6.2
What's Changed
Fixes ⛑️
- Update headless docs page link by @ayodejidev in #2680
Other Changes 🖇️
- Improve handling of duplicate /details calls in Adyen payment return controller by @raoulritter in #2668
- [ECP-9247] Add the merchant reference check in the paymentDetails response handler by @SushmitaThakur in #2655
- [ECP-8715] Update to model based PHP Library by @hossam-adyen in #2456
- Release v9.6.2 by @github-actions in #2679
Known issue
- Broken response handling for non-200
/payment
responses, resulting in redirecting shoppers to success page after unsuccessful payment attempt. (Fixed in v9.9.1)
New Contributors
- @ayodejidev made their first contribution in #2680
Full Changelog: v9.6.1...v9.6.2
Adyen Magento-2 Plugin v9.6.1
What's Changed
This release corrects an issue from version 9.6.0, where changes did not adhere to semantic versioning principles. In this release, with #2672 the details
array has been re-added to the AdyenPaymentMethodsArray
GraphQL schema, with the @deprecated
tag, to ensure backward compatibility. The field will be removed in the next major version.
Fixes ⛑️
Other Changes 🖇️
- [ECP-9097] Remove usage of handleReject() for payment methods except for PayPal by @SushmitaThakur in #2652
- [ECP-9274] Convert payment method variant fields to protected by @candemiralp in #2669
- [ECP-8805] Allow configuring Adyen API credentials on store level by @SushmitaThakur in #2662
- Release v9.6.1 by @github-actions in #2664
Full Changelog: v9.6.0...v9.6.1
Adyen Payment 8.23.0
What's Changed
New Features 💎
- [ECP-9249] Support new Ideal payment flow by @candemiralp in #2648
Other Changes 🖇️
- [ECP-9223-v8] Update Apple Pay domain association file download URL by @candemiralp in #2641
- [ECP-8805-v8] Allow configuring Adyen API credentials on store level by @SushmitaThakur in #2661
- Release 8.23.0 by @khushboo-singhvi in #2676
Additiona instructions for new iDeal implementation:
In TEST environment, if you already have iDEAL added as a payment method, you are probably using the acquirer account iDealSim. This is the simulator for the old flow and will break with this new feature.
Solution: add iDEAL in Customer Area again and make sure the acquirer account added this time is AdyenIdeal. This is the acquirer account for the new flow.
Note: in LIVE, the change to the new flow works ootb, no change in payment method setup in Customer Area required.
Full Changelog: 8.22.9...8.23.0
Adyen Web components version - v5.65.0
Adyen Magento-2 Plugin v9.6.0
What's Changed
New Features 💎
- [ECP-9173] Implement PayPo payment method by @candemiralp in #2633
- [ECP-9054] Support new Ideal payment flow by @candemiralp in #2643
- [ECP-9200] - Add support for NetBanking in India by @raoulritter in #2629
- ECP-9024 - Add support for Wallets India payment method by @raoulritter in #2630
- [ECP-9203]- Add support for UPI Payment Method India. by @raoulritter in #2646
Fixes ⛑️
- [ECP-9223] Update Apple Pay domain association file download URL by @candemiralp in #2640
Other Changes 🖇️
- Release v9.6.0 by @github-actions in #2639
Additiona instructions for new iDeal implementation:
In TEST environment, if you already have iDEAL added as a payment method, you are probably using the acquirer account iDealSim. This is the simulator for the old flow and will break with this new feature.
Solution: add iDEAL in Customer Area again and make sure the acquirer account added this time is AdyenIdeal. This is the acquirer account for the new flow.
Note: in LIVE, the change to the new flow works ootb, no change in payment method setup in Customer Area required.
New Contributors
- @github-actions made their first contribution in #2639
Full Changelog: v9.5.3...v9.6.0
Adyen Payment 9.5.3
What's Changed
Fixes ⛑️
- Fix #2619 Parse error: syntax error, unexpected ')', expecting variab… by @tuyennn in #2632
- Fix multiwebsite by @KoolAndTheHamiltonGang in #2587
Other Changes 🖇️
- [ECP-9213] Release Automation Workflow by @SushmitaThakur in #2635
- Write unit tests for release 9.5.3 by @candemiralp in #2638
- Release 9.5.3 by @SushmitaThakur in #2637
Current Checkout API version: v70
Current Checkout Component version: 5.63.0
New Contributors
- @KoolAndTheHamiltonGang made their first contribution in #2587
Full Changelog: 9.5.2...v9.5.3