Skip to content

Releases: pronamic/wp-pronamic-pay-adyen

4.3.1

29 Nov 12:45
Compare
Choose a tag to compare
  • Redirect API-only payment methods to payment action URL. #18
  • Make redirectResult no longer required in return endpoint. #19

4.3.0

07 Nov 09:32
Compare
Choose a tag to compare

Changelog

  • Added MobilePay payment method. #16

Contributors

@LeoOosterloo @rvdsteege @kjtolsma @remcotolsma

4.2.2

27 Sep 11:52
Compare
Choose a tag to compare
  • Updated version number in readme.txt.
  • Update to wp-pay/core version ^4.4.

4.2.0

27 Sep 08:03
3a48299
Compare
Choose a tag to compare
  • Updated payment methods registration.

4.0.0

30 May 18:02
Compare
Choose a tag to compare

Removed

  • ⚠️ Removed the web SDK gateway, which functioned without origin key, manual migration to client key is required!
  • ⚠️ Removed support for Adyen origin key, manual migration to client key is required!
  • ⚠️ Removed support for your own Apple Pay certificate, because the benefits of using Adyen's Apple Pay certificate:
    • A faster way to add Apple Pay to your integration.
    • There is less configuration required.
    • You get access to new features.
    • Apple Pay enabled by default for your Pay by Link integration, if you have one.

Changed

Added

  • Added REST API endpoint pronamic-pay/adyen/v1/return/<payment_id>, to handle customers who come back after payment.
  • Added REST API endpoint pronamic-pay/adyen/v1/redirect/<payment_id>, to redirect customers in the web drop-in.
  • Added REST API endpoint pronamic-pay/adyen/v1/error/<payment_id>, to redirect errors in the web drop-in.

4.0.0-RC-2

25 May 12:00
Compare
Choose a tag to compare
4.0.0-RC-2 Pre-release
Pre-release

Changed

  • Improved return controller for more payment methods.
  • Improved return controller security with hash.

v4.0.0-RC-1

12 May 11:52
Compare
Choose a tag to compare
v4.0.0-RC-1 Pre-release
Pre-release

Removed

  • ⚠️ Removed the web SDK gateway, which functioned without origin key, manual migration to client key is required!
  • ⚠️ Removed support for Adyen origin key, manual migration to client key is required!
  • ⚠️ Removed support for your own Apple Pay certificate, because the benefits of using Adyen's Apple Pay certificate:
    • A faster way to add Apple Pay to your integration.
    • There is less configuration required.
    • You get access to new features.
    • Apple Pay enabled by default for your Pay by Link integration, if you have one.

Changed

Added

  • Added REST API endpoint pronamic-pay/adyen/v1/return/<<payment_id>, to handle customers who come back after payment.

3.1.1

12 Apr 07:56
Compare
Choose a tag to compare
  • Updated version number in readme.txt.

3.1.0

12 Apr 07:52
Compare
Choose a tag to compare
  • Set payment failure reason and redirect Drop-in on refusal (resolves #2).
  • Only set applePayMerchantValidationUrl when certificate is configured.

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.