From 80306d7a03ded955272eb4ad5e4dd51d4447e299 Mon Sep 17 00:00:00 2001 From: Guido Scialfa Date: Mon, 2 Dec 2019 17:19:37 +0100 Subject: [PATCH] Start release 5.4.0 --- changelog.txt | 6 ++++++ license.txt | 4 ++-- mollie-payments-for-woocommerce.php | 6 +++--- src/Mollie/WC/Plugin.php | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index 8f977208d..644e569b1 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,5 +1,11 @@ == Changelog == += 5.4.0 - 02-12-2019 = + +* Fix - Apple Pay Gateway is removed from available gateways during WooCommerce Api calls +* Fix - Giftcard Gateway does not show the right payment icon in checkout page +* Add - Support for Mollie Components + = 5.3.2 - 04-11-2019 = * Fix - WooCommerce Session is not available before a specific action has been preformed causing null pointer exceptions in backend diff --git a/license.txt b/license.txt index 6997e4b50..415f12afc 100644 --- a/license.txt +++ b/license.txt @@ -1,5 +1,5 @@ Mollie Payments for WooCommerce plugin -Copyright (C) 2014-2016, Mollie B.V. +Copyright (C) 2014-2019, Mollie B.V. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -354,4 +354,4 @@ This General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General -Public License instead of this License. \ No newline at end of file +Public License instead of this License. diff --git a/mollie-payments-for-woocommerce.php b/mollie-payments-for-woocommerce.php index 461b4acb3..caa973703 100644 --- a/mollie-payments-for-woocommerce.php +++ b/mollie-payments-for-woocommerce.php @@ -3,16 +3,16 @@ * Plugin Name: Mollie Payments for WooCommerce * Plugin URI: https://www.mollie.com * Description: Accept payments in WooCommerce with the official Mollie plugin - * Version: 5.3.2 + * Version: 5.4.0 * Author: Mollie * Author URI: https://www.mollie.com * Requires at least: 3.8 - * Tested up to: 5.2 + * Tested up to: 5.3 * Text Domain: mollie-payments-for-woocommerce * Domain Path: /i18n/languages/ * License: GPLv2 or later * WC requires at least: 2.2.0 - * WC tested up to: 3.7 + * WC tested up to: 3.8 */ use Mollie\Api\CompatibilityChecker; diff --git a/src/Mollie/WC/Plugin.php b/src/Mollie/WC/Plugin.php index 0e1ed5e48..cc32c140b 100644 --- a/src/Mollie/WC/Plugin.php +++ b/src/Mollie/WC/Plugin.php @@ -8,7 +8,7 @@ class Mollie_WC_Plugin { const PLUGIN_ID = 'mollie-payments-for-woocommerce'; const PLUGIN_TITLE = 'Mollie Payments for WooCommerce'; - const PLUGIN_VERSION = '5.3.2'; + const PLUGIN_VERSION = '5.4.0'; const DB_VERSION = '1.0'; const DB_VERSION_PARAM_NAME = 'mollie-db-version';