Skip to content

Commit

Permalink
version change to 2.14.0
Browse files Browse the repository at this point in the history
version change
  • Loading branch information
gaminikhil committed Oct 21, 2024
1 parent 90fe02a commit bbff23c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 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.13.0
* Version: 2.14.0
* Author: Tyche Softwares
* Author URI: https://www.tychesoftwares.com/
* Text Domain: checkout-fees-for-woocommerce
Expand All @@ -12,7 +12,10 @@
* License: GNU General Public License v3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Requires Plugins: woocommerce
* WC tested up to: 8.7.0
* WC tested up to: 9.3.3
* Tested up to: 6.6.2
* Requires PHP: 7.4
* WC requires at least: 5.0.0
*
* @package checkout-fees-for-woocommerce
*/
Expand Down Expand Up @@ -59,7 +62,7 @@ final class Alg_Woocommerce_Checkout_Fees {
* @var string
* @since 2.1.0
*/
public $version = '2.13.0';
public $version = '2.14.0';

/**
* The single instance of the class.
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: tychesoftwares
Donate link: https://www.paypal.me/TycheSoftwares
Tags: woocommerce, payment, gateway, fee, discount
Requires at least: 4.4
Tested up to: 6.5.5
Stable tag: 2.13.0
Tested up to: 6.6.2
Stable tag: 2.14.0
Requires PHP: 7.3
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down

0 comments on commit bbff23c

Please sign in to comment.