Skip to content

Releases: mollie/magento2

v2.5.0

07 Jan 08:52
c9a52c3
Compare
Choose a tag to compare

Features:

  • Allow to change the redirect URL
  • Extend the available information for the Customer Order

Fixes:

  • When the voucher was enabled you could not create admin orders #475
  • Make sure Instant Purchase works with multi shipping orders
  • Use the correct formBlockType
  • Make sure everything still works when Instant Purchase is replaced #470

Minimum requirements:

  • Magento 2.3.3 & PHP 7.1

v2.4.0

17 Dec 09:22
1bdeb41
Compare
Choose a tag to compare

Features:

  • Increase the expiry days limit
  • Add all dependencies to composer.json and module.xml #459

Fixes:

  • Restore quote when returning to checkout
  • Correct filtering of pending payment reminders #467
  • Make sure the live key is tested

Minimum requirements:

  • Magento 2.3.3 & PHP 7.1

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