Skip to content

Commit

Permalink
Merge pull request #229 from TycheSoftwares/v-2.12.1
Browse files Browse the repository at this point in the history
Updated version into v2.12.1
  • Loading branch information
nidhitatosaniya authored Mar 22, 2024
2 parents 6f62901 + 692ed3e commit b3e6b73
Show file tree
Hide file tree
Showing 2 changed files with 7 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.12.0
* Version: 2.12.1
* 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.6.1
* WC tested up to: 8.7.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.12.0';
public $version = '2.12.1';

/**
* The single instance of the class.
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/TycheSoftwares
Tags: woocommerce, payment, gateway, fee, discount
Requires at least: 4.4
Tested up to: 6.4.3
Stable tag: trunk
Stable tag: 2.12.1
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,9 @@ Plugin requires **minimum setup**: after enabling the fee/discount for selected

== Changelog ==

= 2.12.1 - 21/03/2024 =
* Fix – Cross Site Request Forgery (CSRF) vulnerability.

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

0 comments on commit b3e6b73

Please sign in to comment.