Skip to content

Commit

Permalink
Release 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mollierobbert committed Nov 24, 2014
1 parent e07a304 commit 7b21a9b
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 @@ -329,7 +329,7 @@ protected function _checkModuleStatus()
/**
* Version of the plugin.
*/
const PLUGIN_VERSION = "5.2.1";
const PLUGIN_VERSION = "5.2.2";

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

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

/**
* @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.2 ##
+ Fixed order receipts not loading properly.
+ Fixed 'missing terms' warning on checkout page.

## Changes in release 5.2.1 ##
+ Support for ajax ('single page') checkout modules.

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

0 comments on commit 7b21a9b

Please sign in to comment.