From 88692839d706741a5a2b90456a4b2504a8ab778a Mon Sep 17 00:00:00 2001 From: Lennard van Gunst Date: Fri, 17 Apr 2015 15:47:23 +0200 Subject: [PATCH] Release 1.4.0 --- MPM/mpm.php | 2 +- MPM/mpm_settings.php | 2 +- changelog.mdown | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/MPM/mpm.php b/MPM/mpm.php index 889cd3b08..87dad2b80 100644 --- a/MPM/mpm.php +++ b/MPM/mpm.php @@ -2,7 +2,7 @@ /** * Plugin Name: MPM - Mollie Payment Module * Plugin URI: https://github.com/Mollie/WooCommerce/releases - * Version: 1.3.8 + * Version: 1.4.0 * Description: Integration of the Mollie API for WooCommerce * Author: Mollie * Author URI: https://www.mollie.nl diff --git a/MPM/mpm_settings.php b/MPM/mpm_settings.php index 94bef6f65..727fd9346 100644 --- a/MPM/mpm_settings.php +++ b/MPM/mpm_settings.php @@ -41,7 +41,7 @@ class MPM_Settings extends WC_Settings_API /** @var $return MPM_return|null */ public $return = null; - public $plugin_version = '1.3.8'; + public $plugin_version = '1.4.0'; public $update_url = 'https://github.com/mollie/WooCommerce'; public function __construct() diff --git a/changelog.mdown b/changelog.mdown index 4f5c0031f..37d42eb73 100644 --- a/changelog.mdown +++ b/changelog.mdown @@ -2,6 +2,9 @@ # Changelog # +## Changes in release 1.4.0 ## ++ Banktransfer payments get the initial state on-hold. This ensures the order won't be cancelled when the option "Hold Stock (minutes)" is used. + ## Changes in release 1.3.8 ## + Fix issue in WooCommerce 2.3+ when calling add_error(), now uses wp_add_notice()