From bfc1613c00b3a07a9b145f83c327501567228f3f Mon Sep 17 00:00:00 2001 From: Robbert Schreuder Hes Date: Thu, 11 Dec 2014 10:58:07 +0100 Subject: [PATCH] Release 1.3.5 --- 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 ae8d6ae49..3f5e4367f 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.4 + * Version: 1.3.5 * 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 b92156b5a..0ed8d454a 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.4'; + public $plugin_version = '1.3.5'; public $update_url = 'https://github.com/mollie/WooCommerce'; public function __construct() diff --git a/changelog.mdown b/changelog.mdown index e205f8e31..301a69c43 100644 --- a/changelog.mdown +++ b/changelog.mdown @@ -2,6 +2,9 @@ # Changelog # +## Changes in release 1.3.5 ## ++ Fixed issue with dashes in report URLs. + ## Changes in release 1.3.4 ## + Stop Google Analytics from listing payment provider as referrer.