Skip to content

Releases: mollie/OpenCart

Release 9.2.0 -- Feature: Mollie Components

04 Dec 08:43
1ff3e04
Compare
Choose a tag to compare
  • Introduced Mollie Components for filling out CreditCard details on checkout page

Release 9.1.12

26 Nov 12:48
03b5436
Compare
Choose a tag to compare
  • Bugfix in database table patching
  • Bugfix model load
  • Bugfix PatchTable
  • Cleaned up code

Release 9.1.11 -- Bugfix database table patching

18 Nov 22:24
fb2aa89
Compare
Choose a tag to compare
  • Bugfix database table patching for updating from some older versions

Release 9.1.10 -- Bugfix

14 Nov 14:25
14123a8
Compare
Choose a tag to compare
  • Bugfix include in nl-nl language file

Release 9.1.9 -- Bugfix

13 Nov 15:50
888ec2e
Compare
Choose a tag to compare
  • Fixed model load error on dashboard OC2.x

Release 9.1.8 -- Improvements

11 Nov 13:44
fa2cc4d
Compare
Choose a tag to compare
  • 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

10 Nov 12:05
e29f794
Compare
Choose a tag to compare
  • 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

08 Nov 20:50
efb880f
Compare
Choose a tag to compare

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

06 Nov 12:24
efb880f
Compare
Choose a tag to compare
  • Bugfix getting payment methods per Apikey in multi-store

Release 9.1.4 -- Bugfix: Multi-store

06 Nov 11:44
3ac70ee
Compare
Choose a tag to compare
  • Fixed get payment status on order info page for multi-stores using different API keys per store.