Skip to content

Commit

Permalink
Release 6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian de Laender committed Jul 11, 2017
1 parent 25e7372 commit ae2983c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

This is the changelog of the legacy 6.* branch, which is compatible with OpenCart 2.2 and lower. Our newer releases, which are compatible with OpenCart 2.3 and up, are available on the `master` branch.

#### Changes in release 6.4.1
+ Update mollie_return_2.tpl - some themes are using HTML 'id' attributes on container divs

#### Changes in release 6.4.0
+ Added the payment method KBC Payment Button.

Expand Down
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.4.0";
const PLUGIN_VERSION = "6.4.1";

// All available modules. These should correspond to the Mollie_API_Object_Method constants.
const MODULE_NAME_BANKTRANSFER = "banktransfer";
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.4.0",
"version": "6.4.1",
"homepage": "https://www.mollie.com",
"authors": [
{
Expand Down

0 comments on commit ae2983c

Please sign in to comment.