Skip to content

Commit 7b5361c

Browse files
Release 6.2.5
1 parent 702b5e7 commit 7b5361c

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.4";
4+
const PLUGIN_VERSION = "6.2.5";
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.5 ##
6+
+ Added multi-store support
7+
58
## Changes in release 6.2.4 ##
69
+ Add support for SEPA Direct Debit
710
+ Update Mollie API client to v1.2.10

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

0 commit comments

Comments
 (0)