Skip to content

Releases: Adyen/adyen-shopware5

Release 3.8.5

04 Jul 08:31
Compare
Choose a tag to compare

What's Changed

  • Fix: Order confirmation emails not sent for expired customer sessions upon payment redirects
  • Optimize: Remove session dependency from payment redirect handler

Full Changelog: 3.8.4...3.8.5

Release 3.8.4

20 Jun 11:46
Compare
Choose a tag to compare

What's Changed

  • Fix: Notifications overview error when associated order is deleted
  • Fix: Add customer session expiry handling during payment requests
  • Fix: Fix notification handling error for missing payment info
  • Optimize: Remove empty payment data from details request
  • Optimize: Generate truly unique order temporary id

Full Changelog: 3.8.3...3.8.4

Release 3.8.3

07 Jun 07:09
Compare
Choose a tag to compare

What's Changed

  • Fix: Empty cart upon order confirmation
  • Fix: Frontend cache clear upon plugin install and update

Full Changelog: 3.8.2...3.8.3

Release 3.8.2

30 May 10:44
Compare
Choose a tag to compare

What's Changed

  • Fix: Mark order payment as canceled upon exceptional Adyen API payment response
  • Fix: Mark order payment as canceled for unsupported Adyen API payment responses

Full Changelog: 3.8.1...3.8.2

Release 3.8.1

24 May 10:58
Compare
Choose a tag to compare

What's Changed

  • Fix: Automatic payment status updating
  • Checkout error upon submission of additional payment data
  • Notifications listing under the PHP 8

Full Changelog: 3.8.0...3.8.1

Release 3.8.0

05 May 09:27
Compare
Choose a tag to compare

What's Changed

  • USP - Confirm modal
  • Fix: Duplicate Webhook Notifications
  • Fix: Mismatch of Basket Amount for guest and user accounts on payment
  • Feature: Allow additional description for payment methods (with fallback to translations)

Full Changelog: 3.7.0...3.8.0

Release 3.7.0

12 Apr 09:56
Compare
Choose a tag to compare

Release 3.7.0

  • Apple Pay amount mismatch issue is solved (issue occured on change shipping/payment where basket was being miscalculated).
  • Removed html sanitizing on checkout (using json response instead of html data attribute), so design can be tweaked on payment method.

Full Changelog: 3.5.0...3.7.0

3.5.0 - USP

30 Mar 17:19
6cb1940
Compare
Choose a tag to compare

Release 3.5.0 USP:

  • re-enable creation of stored payment methods (Tokenization) for Credit Cards (adyen type: scheme)
  • functionality to remove stored payment methods / tokens

Full Changelog: 3.4.0...3.5.0

Release 3.4.0

08 Feb 14:04
Compare
Choose a tag to compare
  • Add support for Checkout API Stored Payment Methods

Release 3.3.0

01 Feb 15:56
Compare
Choose a tag to compare

Release 3.3.0

  • ApplePay Merchant id association file
    • path: .well-known/apple-developer-merchantid-domain-association
      • served directly by webserver if rules do not block access
      • served by shopware front-end route
    • can be manually installed by backend button in plugin configuration
    • will fetch the default adyen merchantid-domain-association available file
    • will fall back to file shipped with the plugin
    • failsafe on url access if the file is not present it will be attempted to install
  • Plugin compatibility with SwagPayPal