From 72a5bea5685f2c1055cabf8c48994e67f6d277db Mon Sep 17 00:00:00 2001 From: pinalj Date: Sun, 24 Mar 2024 17:14:02 +0530 Subject: [PATCH] Version 2.2 Version 2.2 - Updated version number, WC Tested upto value & Changelog. --- class-quotes-wc.php | 2 +- languages/quote-wc.pot | 12 ++++++++---- quotes-woocommerce.php | 4 ++-- readme.txt | 6 +++++- 4 files changed, 16 insertions(+), 8 deletions(-) diff --git a/class-quotes-wc.php b/class-quotes-wc.php index 47dbfbc..32ebe88 100644 --- a/class-quotes-wc.php +++ b/class-quotes-wc.php @@ -20,7 +20,7 @@ class Quotes_WC { * @var string * @since 1.0.0 */ - public $version = '2.1.1'; + public $version = '2.2'; /** * Class instance. diff --git a/languages/quote-wc.pot b/languages/quote-wc.pot index 95feaeb..58f37a7 100644 --- a/languages/quote-wc.pot +++ b/languages/quote-wc.pot @@ -2,14 +2,14 @@ # This file is distributed under the same license as the Quotes for WooCommerce plugin. msgid "" msgstr "" -"Project-Id-Version: Quotes for WooCommerce 2.0.2\n" +"Project-Id-Version: Quotes for WooCommerce 2.1.1\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/quotes-for-woocommerce\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-02-10T16:53:28+00:00\n" +"POT-Creation-Date: 2024-03-24T11:34:06+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.4.0\n" "X-Domain: quote-wc\n" @@ -79,11 +79,15 @@ msgstr "" msgid "Settings" msgstr "" -#: class-quotes-wc.php:901 -msgid "Quotes menu has moved!" +#: class-quotes-wc.php:887 +msgid "Get Quotes Pro" msgstr "" #: class-quotes-wc.php:902 +msgid "Quotes menu has moved!" +msgstr "" + +#: class-quotes-wc.php:903 msgid "The Quotes settings can now be managed from WooCommerce > Settings > Quotes." msgstr "" diff --git a/quotes-woocommerce.php b/quotes-woocommerce.php index db37921..991e761 100644 --- a/quotes-woocommerce.php +++ b/quotes-woocommerce.php @@ -2,11 +2,11 @@ /** * Plugin Name: Quotes for WooCommerce * Description: This plugin allows you to convert your WooCommerce store into a quote only store. It will hide the prices for the products and not take any payment at Checkout. You can then setup prices for the items in the order and send a notification to the Customer. - * Version: 2.1.1 + * Version: 2.2 * Author: Pinal Shah * Requires at least: 4.5 * WC Requires at least: 4.0 - * WC tested up to: 8.6.1 + * WC tested up to: 8.7.0 * Text Domain: quote-wc * Domain Path: /languages/ * License: GNU General Public License v3.0 diff --git a/readme.txt b/readme.txt index d6916a0..43795cc 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Contributors: pinal.shah Tags: woocommerce, quotes, proposals, hide-price, woocommerce-request-quote Requires at least: 4.5 Tested up to: 6.4.3 -Stable tag: 2.1.1 +Stable tag: 2.2 Requires PHP: 7.2 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.txt @@ -81,6 +81,10 @@ You can enable wholesale customer quotes while allowing retail users to place a == Changelog == += 2.2 ( 25.03.2024 ) = +* Tweak - Add filters to allow the modification of the General Settings page. +* Tweak - Add filters to compatibility with Pro version 1.1 + = 2.1.1 ( 14.03.2024 ) = * Tweak - Add Premium verison link.