Skip to content

Commit

Permalink
Release 5.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mollierobbert committed Feb 19, 2015
1 parent feeb9f6 commit ed7a72c
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.6";
const PLUGIN_VERSION = "5.2.7";

/**
* @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.6";
const PLUGIN_VERSION = "5.2.7";

/**
* @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.6";
const PLUGIN_VERSION = "5.2.7";

/**
* @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.7 ##
+ Prevent single page checkout modules from overwriting payment method selection.
+ Fixed issue with the latest vQmod release.

## Changes in release 5.2.6 ##
+ Fix support for Dreamvention's Quick Checkout module plugin.

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.6",
"version": "5.2.7",
"homepage": "https://www.mollie.nl",
"authors": [
{
Expand Down

0 comments on commit ed7a72c

Please sign in to comment.