Skip to content

Commit 104118b

Browse files
committed
Release 6.2.1
1 parent 4d771a9 commit 104118b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-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.2.0";
4+
const PLUGIN_VERSION = "6.2.1";
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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
# Changelog #
44

5+
## Changes in release 6.2.1 ##
6+
+ Add payment method Belfius Direct Net
7+
58
## Changes in release 6.2.0 ##
69
+ Add some extra checks to the admin settings page to check if the module is installed correctly, your system is
710
compatible and test the connection with with Mollie. Display possible fixes if the module can't connect with Mollie.

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.2.0",
4+
"version": "6.2.1",
55
"homepage": "https://www.mollie.com",
66
"authors": [
77
{

0 commit comments

Comments
 (0)