From 78b5c2245b646d22521327ebcc08acbbc48f32f8 Mon Sep 17 00:00:00 2001 From: mital Date: Tue, 4 Jul 2023 13:34:35 +0100 Subject: [PATCH] Final-2.10.2 1. Change plugin version number 2. Added changelog in readme file final-2.10.2 --- checkout-fees-for-woocommerce.php | 4 ++-- readme.txt | 8 +++++++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/checkout-fees-for-woocommerce.php b/checkout-fees-for-woocommerce.php index e30fb22..fc58c5b 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.1 + * Version: 2.10.2 * Author: Tyche Softwares * Author URI: https://www.tychesoftwares.com/ * Text Domain: checkout-fees-for-woocommerce @@ -58,7 +58,7 @@ final class Alg_Woocommerce_Checkout_Fees { * @var string * @since 2.1.0 */ - public $version = '2.10.1'; + public $version = '2.10.2'; /** * The single instance of the class. diff --git a/readme.txt b/readme.txt index 8578445..c775c10 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: woocommerce, payment, gateway, fee, discount Requires at least: 4.4 Tested up to: 6.2 Stable tag: trunk -Requires PHP: 5.6 +Requires PHP: 7.3 License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -99,6 +99,12 @@ Plugin requires **minimum setup**: after enabling the fee/discount for selected == Changelog == += 2.10.2 - 04/07/2023 = +* Fix - After an order has been placed, fees are being duplicated. +* Fix - Fatal Errors on the checkout page with PHP 8.1.12. +* Fix - Added deactivation survey v2. +* Fix - Payment methods are collapses a moment after the page loads on "Change Payment" button of Subscription order. + = 2.10.1 - 20/06/2023 = * Fix - Fatal error when High-Performance Order Storage (HPOS) is enabled on store.