From 8cda332303b497a0d785be5633adc373bf164d57 Mon Sep 17 00:00:00 2001 From: davdebcom Date: Mon, 7 May 2018 09:58:13 +0200 Subject: [PATCH] Update version and changelog for 3.0.2 release --- .../includes/mollie/wc/plugin.php | 2 +- .../mollie-payments-for-woocommerce.php | 4 ++-- mollie-payments-for-woocommerce/readme.txt | 10 ++++++++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/mollie-payments-for-woocommerce/includes/mollie/wc/plugin.php b/mollie-payments-for-woocommerce/includes/mollie/wc/plugin.php index c76007a9e..d12adf724 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.1'; + const PLUGIN_VERSION = '3.0.2'; 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 7fc5c00bb..26ba52fab 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.1 + * Version: 3.0.2 * Author: Mollie * Author URI: https://www.mollie.com * Requires at least: 3.8 @@ -12,7 +12,7 @@ * Domain Path: /i18n/languages/ * License: GPLv2 or later * WC requires at least: 2.2.0 - * WC tested up to: 3.3 + * WC tested up to: 3.4 */ // Exit if accessed directly. diff --git a/mollie-payments-for-woocommerce/readme.txt b/mollie-payments-for-woocommerce/readme.txt index 544859201..b1c8c8795 100644 --- a/mollie-payments-for-woocommerce/readme.txt +++ b/mollie-payments-for-woocommerce/readme.txt @@ -3,8 +3,7 @@ Contributors: daanvm, davdebcom, l.vangunst, ndijkstra, robin-mollie Tags: mollie, payments, woocommerce, payment gateway, e-commerce, credit card, ideal, sofort, bancontact, bitcoin, direct debit, subscriptions Requires at least: 3.8 Tested up to: 4.9 -Requires PHP: 5.3 -Stable tag: 3.0.1 +Stable tag: 3.0.2 Requires PHP: 5.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -164,6 +163,13 @@ Automatic updates should work like a charm; as always though, ensure you backup == Changelog == += 3.0.2 - 07/05/2018 = + +* New - Add extra log message "Start process_payment for order ..." +* Fix - Fix "Uncaught Error: Call to undefined function wcs_order_contains_renewal()" when users don't have WooCommerce Subscriptions installed +* Fix - Improve condition(s) for disableMollieOnPaymentMethodChange, make sure not to disable payment methods on checkout (because of is_account_page() false positives, bug in WooCommerce) +* Fix - Improve is_available() check for minimum/maximum amounts, better check renewal payment amounts + = 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