Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version change to 3.8.0 #62

Merged
merged 2 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading