Skip to content

Commit

Permalink
Release 5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mollierobbert committed Dec 10, 2014
1 parent c3c6818 commit faeb536
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion admin/controller/payment/mollie_ideal.php
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ protected function _checkModuleStatus()
/**
* Version of the plugin.
*/
const PLUGIN_VERSION = "5.2.3";
const PLUGIN_VERSION = "5.2.4";

/**
* @var Mollie_API_Client
Expand Down
2 changes: 1 addition & 1 deletion catalog/controller/payment/mollie_ideal.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class ControllerPaymentMollieIdeal extends Controller
/**
* Version of the plugin.
*/
const PLUGIN_VERSION = "5.2.3";
const PLUGIN_VERSION = "5.2.4";

/**
* @var Mollie_API_Client
Expand Down
2 changes: 1 addition & 1 deletion catalog/model/payment/mollie_ideal.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class ModelPaymentMollieIdeal extends Model
/**
* Version of the plugin.
*/
const PLUGIN_VERSION = "5.2.3";
const PLUGIN_VERSION = "5.2.4";

/**
* @var Mollie_API_Client
Expand Down
4 changes: 4 additions & 0 deletions changelog.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

# Changelog #

## Changes in release 5.2.4 ##
+ Improved default templates for Opencart 2.
+ Fixed issue where vQmod broke Mollie's module code.

## Changes in release 5.2.3 ##
+ Support for OneCheckOut module.
+ Support for Dreamvention's Quick Checkout module.
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": "5.2.3",
"version": "5.2.4",
"homepage": "https://www.mollie.nl",
"authors": [
{
Expand Down

0 comments on commit faeb536

Please sign in to comment.