GitHub Release notes:
1.6.1.x
1.7.0.x - 1.7.8.x
Compatible with PHP:
5.6.0 - 7.3.x
- {Optimization}: Removed the “Send mail when awaiting payments” since that feature became obsolete in 4.4.2;
- {Optimization}: Custom Payment description issue fixed - it wasn’t working and always used order reference - #438
- {Optimization}: Improved module uninstall process by deleting all tables except for ‘mollie_payments’;
- {Optimization}: Fixed few small warning that was getting sent to Sentry;
- {Optimization}: Orders API all products refund functionality fixed;
- {Optimization}: Fixed order status - it is no longer updated again to paid, if it already has paid status and webhook is called again - #444, #450, #458
- {Optimization}: Added max address restriction for Mollie (max 100 characters);
- {Optimization}: Added more validations for missing API token to handle errors;
- [Optimization}: Fixed open status logic to use selected open status and not awaiting;
- {Optimization}: Back Office issue with creating Mollie orders fixed;
- {Optimization}: Issue fixed - on some payment methods refund status would not be changed after refund webhook is called;
- {Optimization}: Fixed issue where after changing the environment it would load old environment payment settings, and you would need to refresh page to see correct ones.
- {Optimization}: Labels on Mollie Component have been updated for better market fit.
- {New Feature}: Bank Transfer now creates order on open status.
- {New Feature}: Klarna Pay Now is added.
- {New Feature}: Added custom payment description for Orders API.
- {Optimization}: Fixed issue where after wrong credit card information added - the checkout button got disabled.