Skip to content

Commit

Permalink
Fix-#v-2.12.0
Browse files Browse the repository at this point in the history
 Fix #v-2.12.0 1) Add the changelog in readme file 2) Change wc & wp tested up version in plugin main file v.2.12.0.
  • Loading branch information
gaminikhil committed Feb 26, 2024
1 parent da55f04 commit 69e4fa2
Show file tree
Hide file tree
Showing 2 changed files with 12 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.11.0
* Version: 2.12.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: 8.3.0
* WC tested up to: 8.6.1
*
* @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.11.0';
public $version = '2.12.0';

/**
* The single instance of the class.
Expand Down
10 changes: 9 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.4
Tested up to: 6.4.3
Stable tag: trunk
Requires PHP: 7.3
License: GNU General Public License v3.0
Expand Down Expand Up @@ -99,6 +99,14 @@ Plugin requires **minimum setup**: after enabling the fee/discount for selected

== Changelog ==

= 2.12.0 - 27/02/2024 =
* Fix - The payment gateway fees are added twice when Woo Discount Rules plugins are activated.
* Fix - Payment gateway fees are not visible on the checkout block page.
* Fix - Compatibility with Woo Discount Rules plugins where the payment gateway fees are added twice.
* Fix - Compatibility with the Almapay payment plugin.
* Fix - Added hook/filter called 'alg_wc_checkout_fees_after_fees_added' & 'alg_wc_checkout_fees_after_order_updated' to customize fees.
* Fix - Payment gateway fees is not calculated for one of the Nexi XPay method.

= 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.
Expand Down

0 comments on commit 69e4fa2

Please sign in to comment.