Skip to content

Commit

Permalink
Release 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mollierobbert committed Apr 10, 2015
1 parent cab1ca1 commit 66432e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
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.0.1";
const PLUGIN_VERSION = "6.1.0";

// All available modules. These should correspond to the Mollie_API_Object_Method constants.
const MODULE_NAME_BANKTRANSFER = "banktransfer";
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 6.1.0 ##
+ Orders are no longer set to 'pending' when created (except for bank transfers). This should remove duplicate orders in the admin panel.
+ The 'cancelled' and 'expired' statuses can be disabled in the admin panel as well, if you do not wish to see these in your order overview.
+ For cancelled payments, you can now choose between showing a 'transaction failed' page or sending your customers directly back to the shopping cart.

## Changes in release 6.0.1 ##
+ Send users back to their shopping cart if a payment fails.

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.0.1",
"version": "6.1.0",
"homepage": "https://www.mollie.com",
"authors": [
{
Expand Down

0 comments on commit 66432e5

Please sign in to comment.