Skip to content

Releases: pronamic/wp-pronamic-pay-adyen

3.0.0

11 Jan 09:45
Compare
Choose a tag to compare

Changed

  • Updated to https://github.com/pronamic/wp-pay-core/releases/tag/4.0.0.
  • Make notifications only update payment status if not already completed (fixes pronamic/wp-pronamic-pay#245).
  • Use Drop-in with auto submit for Swish payment method (instead of direct API integration, because of redirect to mobile app on desktop).
  • Removed guessing country code with \Locale::getRegion() (can result in e.g. EN as invalid country code).
  • Improved error handling on payment creation (pronamic/wp-pronamic-pay#278).
  • Removed pronamicPayAdyenProcessing in favor of setting drop status to loading.
  • Clarified Afterpay.
  • Disable Application Passwords for routes within integration REST route namespace as it interferes with our HTTP Basic authorization permission check.

Added

  • Added BLIK and MB WAY payment methods.
  • Added support for TWINT payment method.

Fixed

  • Move script to inside HTML body.

2.0.2

19 Aug 12:48
Compare
Choose a tag to compare
  • Adyen drop-in gateway supports Klarna Pay Later payment method.

2.0.1

17 Aug 13:52
Compare
Choose a tag to compare
  • No longer require PHP intl extensie.
  • Simplified exception handling.

2.0.0

05 Aug 12:10
Compare
Choose a tag to compare
  • Updated to pronamic/wp-pay-core version 3.0.0.
  • Updated to pronamic/wp-money version 2.0.0.
  • Changed TaxedMoney to Money, no tax info.
  • Switched to pronamic/wp-coding-standards.
  • Set additional data for Level 2/3 card payments (pronamic/wp-pronamic-pay#167).
  • Added (partial) line items to additional data (pronamic/wp-pronamic-pay#167).
  • Updated hooks documentation.