From 8796cceeb59833c88c2c8ec21758ceabd2949302 Mon Sep 17 00:00:00 2001 From: Lennard van Gunst Date: Tue, 27 Jan 2015 10:11:48 +0100 Subject: [PATCH] Release 1.3.6 --- 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 e70a3ea25..ad1976bc1 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.5 + * Version: 1.3.6 * 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 71ed61ec9..936375859 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.5'; + public $plugin_version = '1.3.6'; public $update_url = 'https://github.com/mollie/WooCommerce'; public function __construct() diff --git a/changelog.mdown b/changelog.mdown index 301a69c43..11f09025a 100644 --- a/changelog.mdown +++ b/changelog.mdown @@ -2,6 +2,9 @@ # Changelog # +## Changes in release 1.3.6 ## ++ Retain shopping cart after cancel payment + ## Changes in release 1.3.5 ## + Fixed issue with dashes in report URLs.