Skip to content

Releases: mollie/magento2

v2.3.0

09 Nov 10:39
926e132
Compare
Choose a tag to compare

Features:

  • Added Instant Purchase compatibility
  • Improved description for Locale setting

Fixes:

  • PHPStan GitHub actions flow
  • Do not list Vault in GraphQL #453
  • Vaultenabler in Components #455
  • Add open status to GraphQL (thnx @janbuelens )

Minimum requirements:

  • Magento 2.3.3 & PHP 7.1

v2.2.0

28 Oct 14:03
a3c211c
Compare
Choose a tag to compare

Features:

  • Added Klarna Pay Now as Payment method
  • Also allow custom webhooks in production mode
  • Improved components labels

Fixes:

  • Allow URLs with creative characters
  • Make sure orders get cancelled when they need to get cancelled

Minimum requirements:

  • Magento 2.3.3 & PHP 7.1

v2.1.2

24 Oct 15:07
a838c04
Compare
Choose a tag to compare

Fixes:

  • Make sure the order is marked as pending when creating the order #446

Minimum requirements:

  • Magento 2.3.3 & PHP 7.1

v2.1.1

22 Oct 11:02
478ba58
Compare
Choose a tag to compare

Fixes:

  • Create the VaultEnabled on request as initialize is sometimes too late
  • Limit methods by country settings #442
  • Prevent false order confirmations #440
  • Only include SequenceType = first when Vault is enabled
  • Check if the details are available before saving them

Minimum requirements:

  • Magento 2.3.3 & PHP 7.1

v2.1.0

12 Oct 17:09
d4821ff
Compare
Choose a tag to compare

Features:

  • Remember the selected issuer using SessionStorage
  • Restore the cart when the transaction is pending
  • Log any errors during the Second Chance crons
  • Add UTM tags to Second Chance emails

Fixes:

  • Make sure the payment token is persistent #430
  • Check if the payment token is valid
  • Support Weee fees

Minimum requirements:

  • Magento 2.3.3 & PHP 7.1

v2.0.0

28 Sep 18:23
32eee3d
Compare
Choose a tag to compare

Features:

  • Magento Vault integration
  • Moved from AbstractMethod to Magento Payment Gateway
  • Be able to pass the return URL from GraphQL #431
  • Change the default list type for ideal
  • Sort the issuers by name
  • Encrypt API keys w/ config hint
  • Dispatch event when the second chance email is send

Fixes:

  • Make sure the payment token is persistent #430

Minimum requirements:

  • Magento 2.3.3 & PHP 7.1

Note: This release is a major release, mainly due to moving from AbstractMethod to Magento Payment Gateway. For standard installations, this should not cause any problems. However, customized installations should pay extra attention while upgrading.

v1.30.0

31 Aug 13:56
6ec5afe
Compare
Choose a tag to compare

Features:

  • Added support for manual recurring payments

Bugfixes:

  • Show all errors when checking the status
  • Delete Payment Reminders for guest users by email and for logged in by customer id (thnx @jasperzeinstra)

Minimum requirements:

  • Magento 2.3.3 & PHP 7.1

v1.29.0

04 Aug 18:17
699b7f2
Compare
Choose a tag to compare

Features:

  • Add a mutation to GraphQL to get the transaction status

Bugfixes:

  • Check if the method instance is available
  • Don't run the startTransaction action when the payment method is not Mollie #415

Changes:

  • Updated sofort.svg Icon

Minimum requirements:

  • Magento 2.3.3 & PHP 7.1

v1.28.0

09 Jul 13:18
67b1dc7
Compare
Choose a tag to compare

Features:

  • Add a copy button for the checkout URL in admin
  • Pick the page where the user should be redirected when the transaction fails

Bugfixes:

  • Use the correct module version in all calls

Minimum requirements:

  • Magento 2.3.3 & PHP 7.1

v1.27.1

29 Jun 18:34
533c2b6
Compare
Choose a tag to compare

Bugfixes:

  • Remove GraphQL dependency from constructor #408
  • Change the default state of recreated orders #393
  • Make sure the 'getActiveMethods' method will always return an array #407

Minimum requirements:

  • Magento 2.3.3 & PHP 7.1