diff --git a/MPM/mpm.php b/MPM/mpm.php index ad1976bc1..51b3d4bd6 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.6 + * Version: 1.3.7 * 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 936375859..d928d3833 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.6'; + public $plugin_version = '1.3.7'; public $update_url = 'https://github.com/mollie/WooCommerce'; public function __construct() diff --git a/changelog.mdown b/changelog.mdown index 11f09025a..19496b612 100644 --- a/changelog.mdown +++ b/changelog.mdown @@ -2,6 +2,9 @@ # Changelog # +## Changes in release 1.3.7 ## ++ Add missing fields billingAddress and shippingAddress + ## Changes in release 1.3.6 ## + Retain shopping cart after cancel payment