Skip to content

Releases: Adyen/adyen-magento2

Adyen Payment 9.5.2

21 May 12:10
46cb54f
Compare
Choose a tag to compare

What's Changed

Fixes ⛑️

Other Changes 🖇️

Current Checkout API version: v70
Current Checkout Component version: 5.63.0

Full Changelog: 9.5.1...9.5.2

Adyen Payment 9.5.1

01 May 13:08
651b0b7
Compare
Choose a tag to compare

What's Changed

This release resolves a critical issue introduced in version 9.5.0, where webhooks on the Adyen Payment module were unable to be processed due to missing dependencies in the WebhookHandlerFactory. The related dependencies were added in #2600.
This update ensures smooth and reliable webhook processing moving forward.

Fixes ⛑️

  • [ECP-9163] - Fix missing dependencies in WebhookHandlerFactory by @raoulritter in #2600
  • [ECP-9111] Fix multishipping failed if only one payment method is activated by @RokPopov in #2597
  • [ECP-9066] - Update to check the order status before updating by @raoulritter in #2592

Other Changes 🖇️

Current Checkout API version: v70
Current Checkout Component version: 5.63.0

Full Changelog: 9.5.0...9.5.1

Adyen Payment 9.5.0

19 Apr 12:34
d63a399
Compare
Choose a tag to compare

What's Changed

New Features 💎

  • Implement asynchronous POS cloud for in-person payments by @candemiralp in #2565
  • [ECP-8687] - Update Module-Payment to handle dispute notifications. by @raoulritter in #2550

Fixes ⛑️

Other Changes 🖇️

New Contributors

Full Changelog: 9.4.1...9.5.0

Current Checkout API version: v70
Current Checkout Component version: 5.63.0

Adyen Payment 9.4.1

05 Apr 15:20
f80d67c
Compare
Choose a tag to compare

What's Changed

Fixes ⛑️

  • [ECP-8992] Add Apple Pay billing address requirement by @candemiralp in #2572
  • [ECP-8984] Remove version from data patches and setup_version from module.xml by @candemiralp in #2567
  • [ECP-8885] Fix invoice creation of partial shipment for capture on shipment case by @candemiralp in #2570
  • [ECP-9113] Skip child items while building the line items array for credit memo by @candemiralp in #2577

Other Changes 🖇️

Current Checkout API version: v70
Current Checkout Component version: 5.60.0

New Contributors

Full Changelog: 9.4.0...9.4.1

Adyen Payment 9.4.0

25 Mar 09:55
9014493
Compare
Choose a tag to compare

What's Changed

New Features 💎

  • [ECP-8895] Crosscheck storedPaymentMethods coming from paymentMethods response with vault DB table by @RokPopov in #2528
  • [ECP-8899] ACH Payment Method Generated by @khushboo-singhvi in #2554
  • [ECP-8972] GraphQL implementation of new giftcard flow by @candemiralp in #2559

Fixes ⛑️

  • [ECP-8748] Fix line item calculations for open invoice payment methods by @candemiralp in #2419

Other Changes 🖇️

  • [ECP-8947] Add unit tests for /Helper/Webhook.php by @RokPopov in #2555
  • [ECP-9070] Upgrade checkout component version to v5.60.0 by @candemiralp in #2561

Current Checkout API version: v70
Current Checkout Component version: 5.60.0

Full Changelog: 9.3.0...9.4.0

Adyen Payment 9.3.0

08 Mar 14:39
f0e8f18
Compare
Choose a tag to compare

What's Changed

New Features 💎

Fixes ⛑️

  • Fix - Skip excluded payment methods from activation toggling by @hossam-adyen in #2503
  • fix: Missing dependencies / setup fails on new installations by @pmzandbergen in #2509
  • [ECP-8908] Add storeId parameter while obtaining success page URL for headless integrations by @raoulritter in #2523
  • [ECP-9041] Fix html element hierarchy for alternative payment methods by @candemiralp in #2537
  • [ECP-9042] Remove unused imports and add property type declarations in CheckoutDataBuilder by @candemiralp in #2538
  • [ECP-8855-v9] Obtain the previous payment event from the DB by @candemiralp in #2521

Other Changes 🖇️

Current Checkout API version: v70
Current Checkout Component version: 5.51.0

Full Changelog: 9.2.0...9.3.0

Adyen Payment 8.22.8

08 Mar 14:42
d0df521
Compare
Choose a tag to compare

What's Changed

Fixes ⛑️

  • [ECP-8653] Remove donationToken from PaymentResponseHandler from V8 by @khushboo-singhvi in #2522
  • [ECP-8855] Fix payment pspreference update after a failing payment attempt by @candemiralp in #2520

Current Checkout API version: v70
Current Checkout Component version: 5.49.2

Full Changelog: 8.22.7...8.22.8

Adyen Payment 9.2.0

22 Feb 14:44
3824691
Compare
Choose a tag to compare

What's Changed

New Features 💎

Fixes ⛑️

  • [ECP-8986] Fix token label format alternative payment method tokens by @candemiralp in #2508
  • [ECP-8985] Define missing property openInvoiceHelper on RefundDataBuilder by @candemiralp in #2507
  • [ECP-8776] Fix failing paymentsDetails call for headless integration by @candemiralp in #2510
  • [ECP-8990] Update config.xml and di.xml for vault_payment that were generated incorrectly by @raoulritter in #2516

Other Changes 🖇️

New Contributors

Full Changelog: 9.1.0...9.2.0

Current Checkout API version: v70
Current Checkout Component version: 5.51.0

Adyen Payment 9.1.0

09 Feb 15:56
51216d2
Compare
Choose a tag to compare

What's Changed

New Features 💎

Fixes ⛑️

Other Changes 🖇️

Current Checkout API version: v70
Current Checkout Component version: 5.51.0

Full Changelog: 9.0.7...9.1.0

Adyen Payment 9.0.7

26 Jan 15:10
b7a54ce
Compare
Choose a tag to compare

What's Changed

Fixes ⛑️

  • [ECP-8890] Update missing references on PaymentRequest class by @candemiralp in #2441
  • [ECP-8878] Show pspreference of POS payments on order view page by @candemiralp in #2443
  • [ECP-8717] Fix undefined getQuoteId() exception on GiftcardDataBuilder by @candemiralp in #2436
  • ShopperReference should be string to be aligned with checkout API by @hossam-adyen in #2453

Other Changes 🖇️

  • [ECP-8825] Enable pipeline runs for external contributions by @cenkiravul in #2451
  • [ECP-8787] Handle Pending resultCode on multishipping payments by @candemiralp in #2448
  • [ECP-8822] Use correct endpoint for webhooks on auto configuration by @candemiralp in #2440
  • Remove post install commands for phpcompatibility/php-compatibility by @candemiralp in #2458
  • [ECP-8891] Fix OFFER_CLOSED webhook processing issue due to null cc_type field by @candemiralp in #2437
  • [ECP-8907] - Allow passing optional quoteId while fetching order payment status by @raoulritter in #2462
  • [ECP-8707] Setup custom headers for each request made to Adyen by @RokPopov in #2444
  • [ECP-8851] Create unit tests for /Gateway/Request/AddressDataBuilder class by @RokPopov in #2425
  • Write unit tests for PaymentRequest and PaymentMethods classes by @candemiralp in #2464
  • Write unit tests for GiftcardDataBuilder and multishipping Success classes by @candemiralp in #2465

Current Checkout API version: v70
Current Checkout Component version: 5.51.0

Full Changelog: 9.0.6...9.0.7