Releases: mollie/magento2
Releases · mollie/magento2
v1.11.0
- 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
- 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
- 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
- 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
v1.6.5
v1.6.4
- 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
- Disable the CSRF validation for the frontend Mollie routes to make the webhooks work in Magento 2.3.2
v1.6.2
- 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)