Skip to content

Commit

Permalink
Release 6.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lvgunst committed Apr 28, 2015
1 parent 4d771a9 commit 104118b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion catalog/controller/payment/mollie/helper.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
class MollieHelper
{
const PLUGIN_VERSION = "6.2.0";
const PLUGIN_VERSION = "6.2.1";

// All available modules. These should correspond to the Mollie_API_Object_Method constants.
const MODULE_NAME_BANKTRANSFER = "banktransfer";
Expand Down
3 changes: 3 additions & 0 deletions changelog.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# Changelog #

## Changes in release 6.2.1 ##
+ Add payment method Belfius Direct Net

## Changes in release 6.2.0 ##
+ Add some extra checks to the admin settings page to check if the module is installed correctly, your system is
compatible and test the connection with with Mollie. Display possible fixes if the module can't connect with Mollie.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mollie/opencart",
"description": "Mollie module for OpenCart",
"version": "6.2.0",
"version": "6.2.1",
"homepage": "https://www.mollie.com",
"authors": [
{
Expand Down

0 comments on commit 104118b

Please sign in to comment.