From 2c347cb1161de45033989176cea380a67ef33c06 Mon Sep 17 00:00:00 2001 From: davdebcom Date: Thu, 11 Oct 2018 11:17:24 +0200 Subject: [PATCH] Update version and changelog for 5.0.0 release --- .../includes/mollie/wc/plugin.php | 2 +- .../mollie-payments-for-woocommerce.php | 2 +- mollie-payments-for-woocommerce/readme.txt | 21 ++++++++++++++++++- 3 files changed, 22 insertions(+), 3 deletions(-) diff --git a/mollie-payments-for-woocommerce/includes/mollie/wc/plugin.php b/mollie-payments-for-woocommerce/includes/mollie/wc/plugin.php index d11f9f1e9..aaebe1c2e 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 = '5.0.0-beta'; + const PLUGIN_VERSION = '5.0.0'; 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 6715a9211..735cadcc8 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: 5.0.0-beta + * Version: 5.0.0 * 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 da9072722..757330254 100644 --- a/mollie-payments-for-woocommerce/readme.txt +++ b/mollie-payments-for-woocommerce/readme.txt @@ -3,7 +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 -Stable tag: 5.0.0-beta +Stable tag: 5.0.0 Requires PHP: 5.6 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -169,6 +169,25 @@ Automatic updates should work like a charm; as always though, ensure you backup == Changelog == += 5.0.0 - 11-10-2018 = + +IMPORTANT +This version requires PHP 5.6 or higher. If you are using an older PHP version, please read this article: [PHP & Mollie API v2](https://github.com/mollie/WooCommerce/wiki/PHP-&-Mollie-API-v2). + +* New - Now supports [Klarna Pay later](https://www.mollie.com/en/payments/klarna-pay-later) and [Klara Slice it](https://www.mollie.com/en/payments/klarna-slice-it), [read more](https://www.mollie.com/en/news/post/mollie-partners-with-klarna-for-maximum-payment-flexibility) +* New - Implemented support for the new Orders API +* New - Tested with and updated for WooCommerce 3.5 beta compatibility +* New - EPS, GiroPay: implemented support for SEPA first payments (recurring payments) + +* Fix - WooCommerce emails: make sure "Payment completed by..." message is only shown once per email +* Fix - WooCommerce Subscriptions: add support for "Accept Manual Renewals". This enables Bank Transfer and PayPal in checkout for subscription products. +* Fix - Mollie payment gateways weren't always shows when cart was empty. +* Fix - Fix for "Link expired" message after refresh methods in WooCommerce settings +* Fix - Stricter check for valid API key when individual gateways are loaded +* Fix - Added new action hook in Mollie_WC_Gateway_Abstract::getReturnRedirectUrlForOrder() +* Fix - Improve log messages for orderNeedsPayment check, old messages where confusing to merchants +* Fix - Update VVV giftcard logo filename + = 4.0.2 - 07-08-2018 = * Fix - Reverted to older version of Mollie API PHP client, as it caused more issues than it fixed. This means conflicts with other plugins that use Guzzle are still possible. Use Mollie Payments For WooCommerce 3.0.6 if you also use plugins Klarna, Simple Locator, Cardinity, LeadPages, ConstantContact until we can provide a solution. If you experience issues, please contact us. [Please review this article.](https://github.com/mollie/WooCommerce/wiki/Composer-Guzzle-conflicts)