Skip to content

Releases: mollie/magento2

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

v1.27.0

23 Jun 14:54
b72abaa
Compare
Choose a tag to compare

Features:

  • GraphQL: Allow to list the available (Mollie) payment methods without cart #399
  • GraphQL: Add an endpoint to set the quote active

Bugfixes:

  • Prevent webhook processing for refunds #401

Minimum requirements:

  • Magento 2.3.3 & PHP 7.1

v1.26.1

16 Jun 14:48
c79def2
Compare
Choose a tag to compare

Bugfixes:

  • Add a CSP whitelist #397
  • Allow installations without GraphQL #396
  • Add an adjustment order line when the totals are off

Changes:

  • Improved Github actions

Minimum requirements:

  • Magento 2.3.3 & PHP 7.1

v1.26.0

01 Jun 11:23
5e3af33
Compare
Choose a tag to compare

Features:

  • Direct implementation for the GraphQL placeOrder endpoint #388
  • Retrieve customer connection by Mollie Customer ID

Changes:

  • Upped minimum required Magento version from 2.2 to 2.3.3

Minimum requirements:

  • Magento 2.3.3 & PHP 7.1

v1.25.2

06 May 08:33
35c1b99
Compare
Choose a tag to compare

Bugfixes:

  • Round the payment fee to prevent off-by-one errors

Changes:

  • Embed payments when retrieving the order
  • Logo for Bancontact.svg in frontend and backend #382
  • Small preparations for subscriptions
  • Pin PHPStan helper on specific version
  • Removed url validation for return url #384

Minimum requirements:

  • Magento 2.2.x & PHP 7.x

v1.25.1

13 Apr 09:17
3f5b7bb
Compare
Choose a tag to compare

Bugfixes:

  • Always check the latest state of the order

Changes:

  • Removed multishipping from the core so it can have it's own module

Minimum requirements:

  • Magento 2.2.x & PHP 7.x

v1.25.0

07 Apr 12:17
fdfe97e
Compare
Choose a tag to compare

Features:

  • Added support for 'Multishipping'
  • Lock cancellations to prevent double cancellations #372

Bugfixes:

  • Second Chance Email fix for Magento 2.2

Minimum requirements:

  • Magento 2.2.x & PHP 7.x

v1.24.0

22 Mar 14:07
a807f1d
Compare
Choose a tag to compare

Fixes:

  • A return type of void would throw an error on PHP 7.0 #367
  • The Voucher IsAvailable method could be called without a quote but that would fail #369

Improvements:

  • Lint PHP files in all supported versions
  • Magento versions used in the CI pipeline updated

Minimum requirements:

  • Magento 2.2.x & PHP 7.x

v1.23.1

10 Mar 18:04
7691c14
Compare
Choose a tag to compare

Fixes:

  • Do not add the cardToken field to the request if the method is not creditcard #360

Minimum requirements:

  • Magento 2.2.x & PHP 7.x