From 19b2d4e9a15b92857d4b80d4f656aa545aa62218 Mon Sep 17 00:00:00 2001 From: davdebcom Date: Tue, 17 Apr 2018 21:10:01 +0200 Subject: [PATCH] Update version and changelog for 3.0.1 release --- .../includes/mollie/wc/plugin.php | 2 +- .../mollie-payments-for-woocommerce.php | 2 +- mollie-payments-for-woocommerce/readme.txt | 8 ++++++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/mollie-payments-for-woocommerce/includes/mollie/wc/plugin.php b/mollie-payments-for-woocommerce/includes/mollie/wc/plugin.php index de2070da8..8bd035268 100644 --- a/mollie-payments-for-woocommerce/includes/mollie/wc/plugin.php +++ b/mollie-payments-for-woocommerce/includes/mollie/wc/plugin.php @@ -7,7 +7,7 @@ class Mollie_WC_Plugin { const PLUGIN_ID = 'mollie-payments-for-woocommerce'; const PLUGIN_TITLE = 'Mollie Payments for WooCommerce'; - const PLUGIN_VERSION = '3.0.0'; + const PLUGIN_VERSION = '3.0.1'; const DB_VERSION = '1.0'; const DB_VERSION_PARAM_NAME = 'mollie-db-version'; diff --git a/mollie-payments-for-woocommerce/mollie-payments-for-woocommerce.php b/mollie-payments-for-woocommerce/mollie-payments-for-woocommerce.php index 72dcbc856..7fc5c00bb 100644 --- a/mollie-payments-for-woocommerce/mollie-payments-for-woocommerce.php +++ b/mollie-payments-for-woocommerce/mollie-payments-for-woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: Mollie Payments for WooCommerce * Plugin URI: https://www.mollie.com * Description: Accept payments in WooCommerce with the official Mollie plugin - * Version: 3.0.0 + * Version: 3.0.1 * Author: Mollie * Author URI: https://www.mollie.com * Requires at least: 3.8 diff --git a/mollie-payments-for-woocommerce/readme.txt b/mollie-payments-for-woocommerce/readme.txt index 441a93db9..544859201 100644 --- a/mollie-payments-for-woocommerce/readme.txt +++ b/mollie-payments-for-woocommerce/readme.txt @@ -4,7 +4,7 @@ Tags: mollie, payments, woocommerce, payment gateway, e-commerce, credit card, i Requires at least: 3.8 Tested up to: 4.9 Requires PHP: 5.3 -Stable tag: 3.0.0 +Stable tag: 3.0.1 Requires PHP: 5.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -164,6 +164,10 @@ Automatic updates should work like a charm; as always though, ensure you backup == Changelog == += 3.0.1 - 17/04/2018 = + +* [Fix/Revert, see issue 173](https://github.com/mollie/WooCommerce/issues/173) - Improve support for Polylang option "Hide URL language information for default language" in webhook and return URLs + = 3.0.0 - 17/04/2018 = * New - WooCommerce Subscriptions: add support for 'subscription_payment_method_change', shop-customers can change payment method if renewal payment fails (SEPA incasso, credit card) @@ -172,7 +176,7 @@ Automatic updates should work like a charm; as always though, ensure you backup * New - WooCommerce Subscriptions: set renewal orders and subscriptions to 'On-Hold' if renewal payment fails * Fix - Fallback for getUserMollieCustomerId, get Mollie Customer ID from recent subscription if it's empty in WordPress user meta -* Fix - Improve support for Polylang option "Hide URL language information for default language" in webhook and return URLs, +* Fix - Improve support for Polylang option "Hide URL language information for default language" in webhook and return URLs * Fix - Only check if customer ID is valid on current API key if there is a customer ID (not empty)(and improve log messages) * Fix - Make sure payment instructions (Bank Transfer) are styled the same as WooCommerce content (Order received, payment pending) * Fix - Don't update/process/expire Mollie payments on WooCommerce orders that have been paid with other payment gateways