Skip to content

Commit

Permalink
Merge pull request #194 from pluginever/release/2.0.6
Browse files Browse the repository at this point in the history
Prepare Release v2.0.6
  • Loading branch information
kawsarahmedr authored Dec 23, 2024
2 parents b9ab3de + 65eaa78 commit 30a1af7
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 9 deletions.
4 changes: 2 additions & 2 deletions languages/wc-min-max-quantities.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# This file is distributed under the GPL v2 or later.
msgid ""
msgstr ""
"Project-Id-Version: WC Min Max Quantities 2.0.5\n"
"Project-Id-Version: WC Min Max Quantities 2.0.6\n"
"Report-Msgid-Bugs-To: https://pluginever.com/support/\n"
"POT-Creation-Date: 2024-12-03 04:54:34+00:00\n"
"POT-Creation-Date: 2024-12-23 10:10:06+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "wc-min-max-quantities",
"title": "Min Max Quantities for WooCommerce",
"version": "2.0.5",
"version": "2.0.6",
"description": "The plugin allows you to Set minimum and maximum allowable product quantities and price per product and order.",
"homepage": "https://pluginever.com/",
"license": "GPL v2 or laterr",
Expand Down
12 changes: 11 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: limit quantity, limit cost, woocommerce limits, range to buy, min and max
Requires at least: 5.0
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 2.0.5
Stable tag: 2.0.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -67,6 +67,7 @@ WC Min Max Quantities is a versatile and powerful plugin when it comes to use ca
* **Disable Category Rule (PRO):** You can ignore the minimum/maximum rules for any specific category.
* **Enable Multiple Vendor Support (PRO):** Your vendors can implement their own rules if you’re using WCFM, Multivendor X, Dokan, etc. multivendor plugins for your WooCommerce store.
* **Set Limits for Each Product Variation (PRO):** Minimum/maximum quantity, minimum/maximum amount, and quantity steps for product variations and categories are all supported.
* **Set Limits for Grouped Products:** Set minimum/maximum quantity, minimum/maximum amount, and quantity steps for grouped products.
* **Allow Combination for Variable Products (PRO):** Instead of using each variation rule, you can use combined rules.
* **Translations (PRO):** Set customizable text/message for any restriction error that will appear if It doesn’t meet the Min Max requirements/conditions.

Expand Down Expand Up @@ -156,6 +157,15 @@ From the product page, go to general settings and select ignore min/max rules, a
= Can I set the min-max rule for the variable products? =
Yes, you can set the min/max quantity rule for the parent product. You can choose any number of variations within the given condition in the parent product.

= Can I set the min-max rule for the variable product variations? =
Yes, you can set the min/max quantity rule for the variable product variations. You can choose any number of variations within the given condition in the parent product.

= Can I set the min-max rule for the grouped products? =
Yes, you can set the min/max quantity rule for the grouped products. You can choose any number of products within the given condition in the grouped product.

= Can I set the min-max rule for the product category? =
Yes, you can set the min/max quantity rule for the product category. You can choose any number of products within the given condition in the product category.

= Does the cart have a separate min/max rule? =
Yes, you need to set a separate cart rule from the settings. Whatever min/max rule you set, whether global or per product, the cart rule will eventually get priority.
= What if I do not set the cart rule? =
Expand Down
6 changes: 3 additions & 3 deletions wc-min-max-quantities.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WC Min Max Quantities
* Plugin URI: https://pluginever.com/woocommerce-min-max-quantities-pro/
* Description: The plugin allows you to Set minimum and maximum allowable product quantities and price per product and order.
* Version: 2.0.5
* Version: 2.0.6
* Requires at least: 5.0
* Requires PHP: 7.4
* Author: PluginEver
Expand All @@ -14,7 +14,7 @@
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
* Tested up to: 6.7
* WC requires at least: 3.0.0
* WC tested up to: 9.4
* WC tested up to: 9.5
* Requires Plugins: woocommerce
*
* @package WooCommerceMinMaxQuantities
Expand All @@ -32,7 +32,7 @@
* GNU General Public License for more details.
*/

defined( 'ABSPATH' ) || exit;
defined( 'ABSPATH' ) || exit; // Exit if accessed directly.

// Autoload classes.
require_once __DIR__ . '/vendor/autoload.php';
Expand Down

0 comments on commit 30a1af7

Please sign in to comment.