Skip to content

Commit

Permalink
Merge pull request #97 from pinalj/add-filter
Browse files Browse the repository at this point in the history
Version 2.2
  • Loading branch information
pinalj authored Mar 24, 2024
2 parents a664e5e + 72a5bea commit aabced2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 8 deletions.
2 changes: 1 addition & 1 deletion class-quotes-wc.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class Quotes_WC {
* @var string
* @since 1.0.0
*/
public $version = '2.1.1';
public $version = '2.2';

/**
* Class instance.
Expand Down
12 changes: 8 additions & 4 deletions languages/quote-wc.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\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"
Expand Down Expand Up @@ -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 ""

Expand Down
4 changes: 2 additions & 2 deletions quotes-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit aabced2

Please sign in to comment.