Skip to content

Commit

Permalink
Merge pull request #62 from TycheSoftwares/branch-3.7.0
Browse files Browse the repository at this point in the history
version change to 3.8.0
  • Loading branch information
gaminikhil authored Oct 22, 2024
2 parents 5d93ee4 + 0289be6 commit 3570fe6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: tychesoftwares
Tags: woocommerce, call for price, request a quote
Requires at least: 4.4
Tested up to: 6.6.2
Stable tag: trunk
Stable tag: 3.8.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
10 changes: 7 additions & 3 deletions woocommerce-call-for-price.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,17 @@
* Plugin Name: Call for Price for WooCommerce
* Plugin URI: https://www.tychesoftwares.com/store/premium-plugins/woocommerce-call-for-price-plugin/
* Description: Plugin extends WooCommerce by outputting "Call for Price" when price field for product is left empty.
* Version: 3.7.0
* Version: 3.8.0
* Author: Tyche Softwares
* Author URI: https://www.tychesoftwares.com/
* Text Domain: woocommerce-call-for-price
* Domain Path: /langs
* Copyright: � 2021 Tyche Softwares
* WC tested up to: 8.7
* Requires PHP: 7.4
* WC tested up to: 9.3.3
* Tested up to: 6.6.2
* WC requires at least: 5.0.0
* Requires Plugins: woocommerce
* License: GNU General Public License v3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
*
Expand Down Expand Up @@ -58,7 +62,7 @@ final class Alg_Woocommerce_Call_For_Price {
* @var string
* @since 3.0.0
*/
public $version = '3.7.0';
public $version = '3.8.0';

/**
* Setting.
Expand Down

0 comments on commit 3570fe6

Please sign in to comment.