Skip to content

Releases: unzerdev/magento2

1.3.0

01 Sep 14:44
94d6298
Compare
Choose a tag to compare

Added

  • configuration setting to be able to switch between base currency or customer (storeview) currency for transfers to unzer servers
  • Payment Method Alipay
  • Payment Method Bancontact (only Belgium)
  • Payment Method Przelewy 24 (only Poland)
  • Payment Method Wechat
  • Payment Method Unzer Prepayment

Fixed

  • amount and currency not matching on multistore installations with multiple currencies
  • Fix an issue where the customer form was not rendered in checkout sometimes. Invoice Secured B2C/B2B and Sepa Direct Debit B2C were affected by that.

1.2.0

20 Jul 09:01
a73f921
Compare
Choose a tag to compare

Changed

  • PHP 8.1 Compatibility

1.1.1

22 Feb 10:55
e900921
Compare
Choose a tag to compare

Changed

  • If no, or invalid keys are configured payment methods are not active in checkout.
  • Update broken documentation links in readme.
  • Set minimum PHP-SDK version 1.1.4.2.
  • Change translation keys of invoice payment methods to avoid translation conflicts with shop system.
  • Display Module version in Backend configuration.
  • Several minor improvements.

Fix

  • Empty public key causing an exception in checkout.

Version 1.1.0: Add EPS and Giropay

03 Dec 09:40
1143c1b
Compare
Choose a tag to compare

Added

  • Payment method EPS.
  • Payment method Giropay.

Changed

  • Rebranding of the Plugin.
  • Remove preconfigured test keypair from config.
  • Switch to Unzer PHP SDK.
  • Switch to Unzer UI components.
  • Fixed an issue regarding inconsistent dependency of messageManager used in AbstractPaymentAction.
  • Controller uses already existing _redirect() method for redirects now.
  • Added necessary sources to whitelist for content security policy.
  • Checkout will be aborted now if customer creation fails. The error message will be displayed in checkout.
  • Allow configuration of booking mode on store level for "Credit Card / Debit Card" and "PayPal".

Fix

  • Sepa Direct Debit Secured now uses the merchant name configured in this payment method for the sepa direct debit mandate text. Previously the merchant name configured in Sepa Direct Debit was used.
  • Adjust payment method templates: checkout-agreements-block moved beneath the payment form to avoid css conflicts that can causing the checkbox being not clickable.