Skip to content

Releases: mollie/magento2

v1.11.0

12 Feb 14:39
Compare
Choose a tag to compare
  • Feature: Headless/ PWA compatibility
  • Feature: Mollie Components
  • Feature: Surcharge available for all Payment Methods #211
  • Feature: Surcharge calculation methods as percentage, fixed or combined
  • Feature: Surcharge can be limited regardless of the calculation method
  • Fix: Partial refunds on bundle product
  • Fix: PaymentFee included in TaxReports
  • Fix: Partial shipments with a high discount
  • Fix: Paymentlink on bundled products with a discount
  • Improved: Logics on Payment Status updates
  • Improved: Issuers are cached now
  • Improved: Checkout Flow (Don't rely on sessions)
  • Improved: Renamed success controller

Backward compatibility warning:
There are some crucial edits in view/frontend/web/js/view/payment/method-renderer/default.js.
If you have a local override on this file make sure to update this too.

v1.9.0

03 Dec 15:20
cfe458f
Compare
Choose a tag to compare
  • Feature: Allow to mark Payment Link orders manually as paid #168
  • Bugfix: When the Terms and Conditions are required, it was not possible to checkout when using surcharging #205
  • Bugfix: Partial creditmemos with cart price rules applied would return an error
  • Translation update (thnx @peterjaap, @sebus208)

v1.8.0

07 Nov 13:41
b4b7c3d
Compare
Choose a tag to compare
  • New: Add a Payment Fee on Klarna orders
  • New: Set a custom status for payment link orders
  • New: Retry on time out and improved cart message if Mollie API connection fails
  • Fix: When the order is expired you would get an error when cancelling the order
  • Fix: On a refund on orders placed using the OrdersAPI with adjustment fee the wrong amount was refunded on the PaymentsAPI

v1.7.1

23 Aug 07:33
e00bcf3
Compare
Choose a tag to compare
  • New: Implemented the expiresAt parameter. Now you can set a number of days before an order get marked as expired.
  • Fix: PaymentLink Method

v1.7.0

09 Aug 10:50
Compare
Choose a tag to compare
  • New: Added MyBank as a new payment method
  • Fix: A canceled order would result in an exception #187
  • Fix: No payment methods with subtotal €0.00 #186
  • Fix: Correct store name is now used when using the {storename} variable in the payment description

v1.6.5

31 Jul 13:06
fe20a2b
Compare
Choose a tag to compare

Fix: When sending the full order the invoice email would not be send
Fix: Credit memo not being saved #181
Fix: Changed order cancel to include sales_order_payment_cancel event

v1.6.4

19 Jul 11:19
9772b25
Compare
Choose a tag to compare
  • New: Allow to fetch the status from Mollie from the order details page
  • New: Allow to create invoice for the Klarna methods on the moment the shipment is created
  • New: Add support for Magento Enterprise Customer Balance
  • New: Add support for Amasty Store Credit when creating creditmemo's
  • Fix: Detect the API from the transaction id
  • Fix: Catch error when sending emails. This prevents that multiple emails are being sent
  • Fix: When you have multiple payments, but the last one is not paid the order is not processed
  • Fix: Locale option set to 'store' could result in a 422 error

v1.6.3

28 Jun 10:54
74dae60
Compare
Choose a tag to compare
  • Disable the CSRF validation for the frontend Mollie routes to make the webhooks work in Magento 2.3.2

v1.6.2

24 Jun 12:02
00f23be
Compare
Choose a tag to compare
  • Optimized 'processTransaction' function
  • Added missing indexes on the Mollie columns in sales_order and sales_shipment
  • Added Order ID of the order number to the log when it is not possible to cancel an order
  • Fixed Adjustment Fee handling on Refund when using Orders API
  • Fixed missing payment logo's in admin (EPS & Giropay)
  • Removed use of proxies in constructor (thanks @FreekVandeursen)

v1.6.1

04 Jun 06:04
095bfce
Compare
Choose a tag to compare
  • Fixed empty method titles in Sales Order grid #141