Skip to content

Commit

Permalink
Prepared for release 5.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Daan van Marsbergen committed May 26, 2014
1 parent 6d17565 commit b572cbb
Show file tree
Hide file tree
Showing 5 changed files with 9 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 @@ -293,7 +293,7 @@ protected function _checkModuleStatus()
/**
* Version of the plugin.
*/
const PLUGIN_VERSION = "5.1.4";
const PLUGIN_VERSION = "5.1.5";

/**
* @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 @@ -52,7 +52,7 @@ class ControllerPaymentMollieIdeal extends Controller
/**
* Version of the plugin.
*/
const PLUGIN_VERSION = "5.1.4";
const PLUGIN_VERSION = "5.1.5";

/**
* @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 @@ -44,7 +44,7 @@ class ModelPaymentMollieIdeal extends Model
/**
* Version of the plugin.
*/
const PLUGIN_VERSION = "5.1.4";
const PLUGIN_VERSION = "5.1.5";

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

# Changelog #

## Changes in release 5.1.5 ##
+ Resolved the problem that multiple payments could be created for one single order.
+ Fixed an issue where a successful payment can be changed to expired.
+ Show Mollie payment methods on the correct position.

## Changes in release 5.1.4 ##
+ Now with support for Joomla-based OpenCart installations.
+ Fixed old PHP 5.2- regression bug.
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.1.4",
"version": "5.1.5",
"homepage": "https://www.mollie.nl",
"authors": [
{
Expand Down

0 comments on commit b572cbb

Please sign in to comment.