diff --git a/Readme.txt b/Readme.txt index 60c345ce..aa947179 100755 --- a/Readme.txt +++ b/Readme.txt @@ -4,7 +4,7 @@ Tags: billwerk+, visa, mastercard, dankort, mobilepay Requires at least: 4.0 Tested up to: 6.7 Requires PHP: 7.4 -Stable tag: 1.7.10.1 +Stable tag: 1.7.11 License: GPL License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html @@ -18,7 +18,10 @@ The Billwerk+ Pay plugin extends WooCommerce allowing you to take payments on yo See installation guide right here: https://docu.billwerk.plus/help/en/apps/woocommerce/setup-woocommerce-plugin.html == Changelog == -v 1.7.10.1 +v 1.7.11 +- [Fix] - VAT added as compound rate got computed twice. +- [Fix] - Shows no Payment logos when none are selected in settings. +- [Improvement] - Payment method logo height defaults to 20px. - [Improvement] - Support WordPress version 6.7 v 1.7.10 diff --git a/composer.json b/composer.json index d6ba9060..c933b735 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Get a plug-n-play payment solution for WooCommerce, that is easy to use, highly secure and is built to maximize the potential of your e-commerce.", "type": "wordpress-plugin", "license": "GPL", - "version": "1.7.10", + "version": "1.7.11", "autoload": { "psr-4": { "Reepay\\Checkout\\": "includes/", diff --git a/reepay-woocommerce-payment.php b/reepay-woocommerce-payment.php index 9fc776c2..f9092036 100755 --- a/reepay-woocommerce-payment.php +++ b/reepay-woocommerce-payment.php @@ -4,7 +4,7 @@ * Description: Get a plug-n-play payment solution for WooCommerce, that is easy to use, highly secure and is built to maximize the potential of your e-commerce. * Author: Billwerk+ * Author URI: http://billwerk.plus - * Version: 1.7.10.1 + * Version: 1.7.11 * Text Domain: reepay-checkout-gateway * Domain Path: /languages * WC requires at least: 3.0.0