Skip to content

Commit

Permalink
Merge pull request #170 from TycheSoftwares/final-2.10.2
Browse files Browse the repository at this point in the history
Final-2.10.2
  • Loading branch information
mital-tyche authored Jul 4, 2023
2 parents def9cf8 + 78b5c22 commit 4b1ffa5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions checkout-fees-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit 4b1ffa5

Please sign in to comment.