Skip to content

Commit ef3668c

Browse files
committed
Release 6.2.0
1 parent 308f16c commit ef3668c

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

catalog/controller/payment/mollie/helper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
class MollieHelper
33
{
4-
const PLUGIN_VERSION = "6.1.3";
4+
const PLUGIN_VERSION = "6.2.0";
55

66
// All available modules. These should correspond to the Mollie_API_Object_Method constants.
77
const MODULE_NAME_BANKTRANSFER = "banktransfer";

changelog.mdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
# Changelog #
44

5+
## Changes in release 6.2.0 ##
6+
+ Add some extra checks to the admin settings page to check if the module is installed correctly, your system is
7+
compatible and test the connection with with Mollie. Display possible fixes if the module can't connect with Mollie.
8+
59
## Changes in release 6.1.3 ##
610
+ Clear cart when an order is marked as 'paid'.
711

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mollie/opencart",
33
"description": "Mollie module for OpenCart",
4-
"version": "6.1.3",
4+
"version": "6.2.0",
55
"homepage": "https://www.mollie.com",
66
"authors": [
77
{

0 commit comments

Comments
 (0)