Skip to content

Releases: mollie/magento2

v2.41.0

09 Sep 19:07
cc70022
Compare
Choose a tag to compare

Features:

  • Added Payconiq

Improvements:

  • New documentation link
  • Set checkout_url for payment link orders #806
  • Implement a retry for point of sale orders #799
  • Store Mollie payment method for better redirects
  • Open Mollie Dashboard in New Tab
  • Added RestAPI compatibility with methods such as Apple Pay

Bugfixes:

  • Prevent multiple customer address saves #800

Minimum requirements:

  • Magento 2.3.3 & PHP 7.3

v2.40.1

15 Aug 14:44
247d2cb
Compare
Choose a tag to compare

Improvements:

  • Prevent multiple captured amount notifications when completed #798

Bugfixes:

  • Use payment link expiry date when no method for expiry is found #796
  • Remove reorder check #795
  • Render script in secure tag #797
  • Do not set shipping method for Apple Pay when ordering digital products
  • Redirect customer to success page when the Mollie order is 'shipping'

Minimum requirements:

  • Magento 2.3.3 & PHP 7.3

v2.40.0

12 Jul 08:22
ba68f4b
Compare
Choose a tag to compare

Features:

  • Added Riverty
  • Added Trustly
  • End-to-End tests for Blik

Improvements:

  • Include date of birth field in the self-test
  • Remove Giropay

Bugfixes:

  • Force Alma to use the orders API
  • Remove loading page to prevent state issues #786
  • Check available methods
  • Prevent new transactions when the previous one is already paid #791
  • Handle failed status #790 (thnx @yaroslav-qlicks)

Minimum requirements:

  • Magento 2.3.3 & PHP 7.3

v2.39.0

17 Jun 10:42
ca64e77
Compare
Choose a tag to compare

Features:

  • Added iDeal 2.0

Improvements:

  • Open version group by default #776
  • CI versions bump to PHP 8.3 and Magento 2.4.7
  • Check if the order can be reordered when expired
  • Prevent multiple ‘Registered notification about captured amount’ messages

Bugfixes:

  • Redirect completed status to success page #781
  • Prevent uncanceled orders to go to the complete status
  • Prevent ‘The payment method is not active in your website profile.’ errors

Minimum requirements:

  • Magento 2.3.3 & PHP 7.3

v2.38.0

16 May 12:07
0380bb3
Compare
Choose a tag to compare

Features:

  • New payment method Bancomat Pay

Improvements:

  • Indicate that the payment link order hasn't started yet #770
  • Move the ApplePay domain certificate up

Bugfixes:

  • Hide non-applicable Apple Pay options
  • Set state to Pending Payment for payment-link orders #757
  • Allow creditmemo's to be created when the dynamic price is disabled #755
  • Split shipping carrier and method by a different separator
  • Set the correct transaction ID when the payment is canceled before #773

Minimum requirements:

  • Magento 2.3.3 & PHP 7.3

v2.37.0

18 Apr 14:04
f2ac6c2
Compare
Choose a tag to compare

Features:

  • New payment method Alma (BETA)

Improvements:

  • Better Apple Pay comment

Bugfixes:

  • Save shipping method for Apple Pay #768
  • Load translations in queue #767
  • Allow method to be null
  • Add support for Reward Points
  • Mark subscription items as onetime purchase #764
  • Prevent the store credit to be restored twice after cancelation #761

Minimum requirements:

  • Magento 2.3.3 & PHP 7.3

v2.36.0

25 Mar 15:13
ad83c2a
Compare
Choose a tag to compare

Features:

  • Added Blik payment method

Improvements:

  • Improvement: Bump required mollie/mollie-api-php version
  • Improvement: Bump CI versions

Bugfixes:

  • Create new transaction when the previous transaction is canceled
  • Only create invoice once
  • Redirect open banktransfer payments to the success page
  • Update Scandi paths mollie/magento2-scandipwa#23
  • Payment Link Url Scope #759 (thnx @Sental)
  • Handle NULL gift wrapping amount case #751 (thnx @ImanuelBertrand)

Minimum requirements:

  • Magento 2.3.3 & PHP 7.3

v2.35.1

28 Feb 10:34
76719d8
Compare
Choose a tag to compare

Bugfixes:

  • Check that the api key is available #752

Minimum requirements:

  • Magento 2.3.3 & PHP 7.3

v2.35.0

22 Feb 12:31
fa60d53
Compare
Choose a tag to compare

Features:

  • Allow to process orders in the background
  • Paymentlink PWA for REST #732
  • Retrieve the Profile ID from Mollie
  • Add attribute to retrieve available POS terminals

Improvements:

  • Add Hyvä version string
  • Prevent opening the success page multiple times Prevent opening success page multiple times #701
  • Keep the selected payment methods when switching shipping method during backend order creation
  • Shipping discount name

Bugfixes:

  • Calculate the correct totals for discounted items Error 'Unable to ship order' when creating a partial shipment #739
  • Only show partial capture warning when manual capture is enabled

Minimum requirements:

  • Magento 2.3.3 & PHP 7.3

v2.34.0

30 Jan 12:37
ac30d84
Compare
Choose a tag to compare

Features:

  • Support for payment links in PWAs

Bugfixes:

  • Return the correct type for the webapi
  • Validate the order id by the payment token

Minimum requirements:

  • Magento 2.3.3 & PHP 7.3

Investigation uncovered a potential vulnerability that allowed the restoration of order quotes for canceled guest orders through specific modifications to the redirect URL. To address this, additional validation has been implemented to enhance security and prevent exploitation of this loophole.