diff --git a/checkout-fees-for-woocommerce.php b/checkout-fees-for-woocommerce.php index 02f31ff..e8a28d0 100644 --- a/checkout-fees-for-woocommerce.php +++ b/checkout-fees-for-woocommerce.php @@ -3,7 +3,7 @@ * Plugin Name: Payment Gateway Based Fees and Discounts for WooCommerce * Plugin URI: https://www.tychesoftwares.com/store/premium-plugins/payment-gateway-based-fees-and-discounts-for-woocommerce-plugin/ * Description: Set payment gateways fees and discounts in WooCommerce. - * Version: 2.10.3 + * Version: 2.11.0 * Author: Tyche Softwares * Author URI: https://www.tychesoftwares.com/ * Text Domain: checkout-fees-for-woocommerce @@ -11,7 +11,7 @@ * Copyright: � 2021 Tyche Softwares * License: GNU General Public License v3.0 * License URI: http://www.gnu.org/licenses/gpl-3.0.html - * WC tested up to: 7.8 + * WC tested up to: 8.3.0 * * @package checkout-fees-for-woocommerce */ @@ -58,7 +58,7 @@ final class Alg_Woocommerce_Checkout_Fees { * @var string * @since 2.1.0 */ - public $version = '2.10.3'; + public $version = '2.11.0'; /** * The single instance of the class. diff --git a/readme.txt b/readme.txt index c2be5d9..9c454ed 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: tychesoftwares Donate link: https://www.paypal.me/TycheSoftwares Tags: woocommerce, payment, gateway, fee, discount Requires at least: 4.4 -Tested up to: 6.2 +Tested up to: 6.4 Stable tag: trunk Requires PHP: 7.3 License: GNU General Public License v3.0 @@ -99,6 +99,13 @@ Plugin requires **minimum setup**: after enabling the fee/discount for selected == Changelog == += 2.11.0 - 21/11/2023 = +* Fix - Tax is being included for Discount. +* Fix - Option to show fees on cart page based on previously payment method was selected. +* Fix - Unable to remove fees from Edit Order Page. +* Fix - WooCommerce Fees is being removed when adding Order Fees in Admin Side. +* Dev - Percentage Fees option added for 'Global Extra Fee'. + = 2.10.3 - 13/07/2023 = * Fix - Fees are not getting recalculated on the backend when the payment gateway is changed after placing the order. * Fix - Fatal errors while processing a refund on the edit order page.