Skip to content

Commit

Permalink
Release 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Daan van Marsbergen committed Dec 29, 2014
1 parent b5e7027 commit ef33a8f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions changelog.mdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

# Changelog #

## Changes in release 1.0.8 ##
+ Create the order before the payment is finished when payment method is banktransfer.

## Changes in release 1.0.7 ##
+ Stop Google Analytics from listing payment provider as referrer.

Expand Down
2 changes: 1 addition & 1 deletion mollie/mollie.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class Mollie extends PaymentModule
public $statuses = array();
public $name = 'mollie';
public $tab = 'payments_gateways';
public $version = '1.0.7';
public $version = '1.0.8';
public $author = 'Mollie B.V.';
public $need_instance = TRUE;
public $ps_versions_compliancy = array('min' => '1.5', 'max' => '2');
Expand Down

0 comments on commit ef33a8f

Please # to comment.