Skip to content

Commit

Permalink
Merge pull request #40 from TycheSoftwares/v-3.4.0
Browse files Browse the repository at this point in the history
V-3.4.0
  • Loading branch information
nidhitatosaniya authored Jul 25, 2022
2 parents 14a6412 + 626495b commit ed4655d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: tychesoftwares
Tags: woocommerce, call for price, request a quote
Requires at least: 4.4
Tested up to: 5.8
Tested up to: 6.0.1
Stable tag: trunk
Requires PHP: 5.6
License: GNU General Public License v3.0
Expand Down Expand Up @@ -106,6 +106,11 @@ Yes, in "WooCommerce > Settings > Call for Price" you can set if you want text t

== Changelog ==

= 3.4.0 - 26/07/2022 =
* Fix - An error is coming on the variable product with the WooCommerce Stripe Gateway plugin as active.
* Fix - PHP warnings errors in the log.


= 3.3.1 - 02/11/2021 =
* Enhancement - Able to change the Call for Price text coming on the products page from the general settings.
* Enhancement - Able to change the text for Read more button coming on the Shop page for the products having null or 0 prices.
Expand Down
6 changes: 3 additions & 3 deletions woocommerce-call-for-price.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
* 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.3.1
* Version: 3.4.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: 5.8
* WC tested up to: 6.7
* License: GNU General Public License v3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
*
Expand Down Expand Up @@ -57,7 +57,7 @@ final class Alg_Woocommerce_Call_For_Price {
* @var string
* @since 3.0.0
*/
public $version = '3.3.1';
public $version = '3.4.0';

/**
* Instance Variable
Expand Down

0 comments on commit ed4655d

Please sign in to comment.