diff --git a/changelog.mdown b/changelog.mdown index 9b91137e1..2082aa027 100644 --- a/changelog.mdown +++ b/changelog.mdown @@ -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. diff --git a/mollie/mollie.php b/mollie/mollie.php index 3ccf34471..ca66852ea 100644 --- a/mollie/mollie.php +++ b/mollie/mollie.php @@ -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');