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.