Skip to content

Commit

Permalink
Merge pull request #205 from TycheSoftwares/final-2.11.0
Browse files Browse the repository at this point in the history
final-2.11.0
  • Loading branch information
mital-tyche authored Nov 21, 2023
2 parents b39122e + ec8f4c4 commit 73f8f75
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
6 changes: 3 additions & 3 deletions checkout-fees-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
* 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
* Domain Path: /langs
* 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
*/
Expand Down Expand Up @@ -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.
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 73f8f75

Please sign in to comment.