Releases: Adyen/adyen-magento2
Adyen Magento-2 Plugin v9.9.0
What's Changed
New Features 💎
- [ECP-9423] Add Support for Korean Payment Methods by @SushmitaThakur in #2753
Other Changes 🖇️
- Update README.md by @aziya-im in #2751
- chore(deps): update elasticsearch docker tag to v7.17.23 by @renovate in #2747
- chore(deps): update mcr.microsoft.com/playwright docker tag to v1.47.2 by @renovate in #2746
- Fix bad StoreLocale resolver by @dimitriBouteille in #2743
- [ECP-8518] Unset amqp in config to use default queue connection by @factorin-j in #2654
- [ECP-9152] Update Magento versions on the workflows by @candemiralp in #2623
- Added index to Notification/created_at table by @Lemongrabb in #2760
- Release v9.9.0 by @github-actions in #2757
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) - Dropped support for Magento V2.4.4 - In PR #2654, "connection" attribute was removed which is only optional for versions greater than 2.4.4 (Will be fixed in v9.12.3)
Current Checkout API version: v71
Current Checkout Component version: 5.65.0
New Contributors
- @Lemongrabb made their first contribution in #2760
Full Changelog: v9.8.1...v9.9.0
Adyen Payment 8.23.3
Adyen Magento-2 Plugin v9.8.1
What's Changed
Fixes ⛑️
- [ECP-9408] Fix handling Giftcard payments responses by @SushmitaThakur in #2724
- [ECP-9398] Solving the issue of inconsistency of Order state and status field by @khushboo-singhvi in #2727
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
Full Changelog: v9.8.0...v9.8.1
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