Releases: mollie/OpenCart
Releases · mollie/OpenCart
Release 9.2.0 -- Feature: Mollie Components
- Introduced Mollie Components for filling out CreditCard details on checkout page
Release 9.1.12
- Bugfix in database table patching
- Bugfix model load
- Bugfix PatchTable
- Cleaned up code
Release 9.1.11 -- Bugfix database table patching
- Bugfix database table patching for updating from some older versions
Release 9.1.10 -- Bugfix
- Bugfix include in nl-nl language file
Release 9.1.9 -- Bugfix
- Fixed model load error on dashboard OC2.x
Release 9.1.8 -- Improvements
- Added update message on Opencart Dashboard when new version of Mollie is available
- Payment status will not be shown on order info page if an error is thrown from Mollie (instead of onscreen error)
- Moved update button from bottom of module to button location in top-right
- Cleaned up some code -- removed double patching locations
- Updated Util to support Unique parameter for patching
- Changed language files to include instead of double entries
Release 9.1.7 -- Bugfix currency conversion when store default currency is different than admin default currency
- Bugfix currency conversion when store default currency is different than admin default currency
- Small code cleanup
Release 9.1.6 -- Bugfix getting API key for OC <3.x
Was using a default Opencart function to get site settings that only exists in OC3.x instead of the function within the Mollie module for older version support.
Release 9.1.5 -- Bugfix getting payment methods per Apikey in multi-store
- Bugfix getting payment methods per Apikey in multi-store
Release 9.1.4 -- Bugfix: Multi-store
- Fixed get payment status on order info page for multi-stores using different API keys per store.