Skip to content

Releases: mollie/magento2

v2.21.0

01 Feb 10:10
88b57e9
Compare
Choose a tag to compare

Features:

  • Save old API key to fallback when the API call fails
  • Add CSS class to identify Mollie payment methods
  • Cache molliePaymentMethods graphql query #595

Bugfixes:

  • Mark the invoice as the created invoice for the payment
  • Increase wait time to unlock order
  • Do not overwrite the extension attributes
  • Add support for multiple transactions per order

Minimum requirements:

  • Magento 2.3.3 & PHP 7.3

v2.20.1

12 Jan 19:04
02e6b33
Compare
Choose a tag to compare

Features:

  • Added Cypress for E2E testing

Bugfixes:

  • Set the Email and Group ID before the re-order
  • Only restore the quote when the mollie_success parameter is set to true #592
  • Mark digital items as shipping when they get invoiced
  • Run validation before Apple Pay place order
  • Let Magento Vault adhere to the active configuration field #597
  • In some rare cases, the inventory would get restored double during a cancelation or failed status. To prevent this, the whole order is being locked while it’s being processed

Improvement:

  • Give an error when setting the default method while the Iosc OneStepCheckout is enabled
  • Replace deprecated class

Minimum requirements:

  • Magento 2.3.3 & PHP 7.3

v2.20.0

07 Dec 13:28
7fe08fa
Compare
Choose a tag to compare

Features:

  • GraphQL support for Apple Pay
  • Add all dependencies to composer.json and module.xml
  • Increase the expiry days limit
  • Allow to disable the order confirmation
  • Apple Pay support for onestepcheckout.com
  • Remove obsolete option

Bugfixes:

  • Make sure the live key is tested
  • Remove completed orders from pending payment table
  • Mark modules as inactive when the streetname is over 100 characters #589
  • Set the Email and Group ID before the re-order
  • Check if Order item is virtual instead of check order item product type #590 (thnx @Sental)

Improvement:

  • Remove old data patch
  • Apple Pay typo
  • Updated README.md

Minimum requirements:

  • Magento 2.3.3 & PHP 7.3

v2.19.0

17 Nov 14:26
1313d52
Compare
Choose a tag to compare

Features:

  • Add attributes to GraphQL to indicate where the user should get redirected
  • Make sure errors are in the viewport
  • Add support for Geissweb_Euvat
  • Abort Apple Pay session when an error occurs

Bugfixes:

Improvement:

  • Reduces ObjectManager and console.log calls

Minimum requirements:

  • Magento 2.3.3 & PHP 7.3

v2.18.1

04 Nov 15:11
71805af
Compare
Choose a tag to compare

Bugfixes:

  • Allow return of null for the default-payment method selection #580

Minimum requirements:

  • Magento 2.3.3 & PHP 7.3

v2.18.0

03 Nov 16:20
902043c
Compare
Choose a tag to compare

Features:

  • Remove loading screen as it is obsolete
  • Show error and success messages in the checkout
  • Save card information in additional_information

Bugfixes:

  • Use the configured name for the payment methods
  • Prevent division by zero when using Fooman_Surcharge
  • Use callback to compare the contents of the phase
  • Use DateTime for the date #575

Changes:

  • Make sure the previously selected method gets re-selected
  • Require PHP 7.3 or higher

Minimum requirements:

  • Magento 2.3.3 & PHP 7.3

v2.17.0

03 Oct 13:12
0ef2e56
Compare
Choose a tag to compare

Features:

  • Do not set specific countries for Klarna Pay Now
  • Add Magento edition to the version string
  • Allow order edit

Bugfixes:

  • Do not let the method check if the country is applicable, Magento already does that for us #567
  • Limit order restoring to only 5 minutes #560
  • Do not restore cart when the status is pending #562
  • Set the correct area for the QR code image

Changes:

  • Drop support for PHP 7.0 and 7.1
  • Return 200 OK on IDs not known in the system (thnx @SalimAtMollie)

Minimum requirements:

  • Magento 2.3.3 & PHP 7.3

v2.16.0

18 Aug 09:30
b0481ce
Compare
Choose a tag to compare

Features:

  • Add the Mollie Payment Fee to the GraphQL Cart Query #546

Bugfixes:

  • Check if the cardLabel is present before saving token details

Changes:

  • Updated the dashboard URLs to the new dashboard location
  • Updated the readme with the latest payment methods and compatible modules
  • Force that the pending payment state is the first state after creating the order

Minimum requirements:

  • Magento 2.3.3 & PHP 7.1

v2.15.0

31 Jul 16:03
f1954cd
Compare
Choose a tag to compare

Features:

  • Add Apple Pay to the minicart

Bugfixes:

Minimum requirements:

  • Magento 2.3.3 & PHP 7.1

v2.14.0

08 Jul 09:26
895eaa2
Compare
Choose a tag to compare

Features:

  • Allow to use the previous method for second chance orders #525
  • Run tests against 2.3.7-p3

Bugfixes:

  • Make sure the buyRequest is available
  • Make sure null is never passed
  • Lowered priority when handling exception, as it can be valid #541
  • Fixed test that failed on Magento 2.3.7
  • Utilize ObjectManagerInterface instead of ObjectManager (thnx @indykoning)

Minimum requirements:

  • Magento 2.3.3 & PHP 7.1