-
Notifications
You must be signed in to change notification settings - Fork 4
/
readme.txt
122 lines (78 loc) · 3.69 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
=== Product Bundles - Min/Max Items ===
Contributors: franticpsyx, SomewhereWarm
Tags: woocommerce, product, bundles, bundled, quantity, min, max, item, items, count, restrict, limit
Requires at least: 4.4
Tested up to: 5.5
Requires PHP: 5.6
Stable tag: 1.4.3
WC requires at least: 3.1
WC tested up to: 4.5
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Free mini-extension for WooCommerce Product Bundles that allows you to control the minimum or maximum quantity of bundled products that customers must choose in order to purchase a Product Bundle.
== Description ==
**Product Bundles - Min/Max Items** has been rolled into [WooCommerce Product Bundles](https://woocommerce.com/products/product-bundles/). If you have updated to Product Bundles version 6.4.0 or newer, you don't need this plugin!
**Important**: This plugin is a free add-on for the official [WooCommerce Product Bundles](https://woocommerce.com/products/product-bundles/) extension. It was created to validate and refine a feature that is now included with Product Bundles.
== Documentation ==
Up until version 6.4.0, [WooCommerce Product Bundles](https://woocommerce.com/products/product-bundles/) did not include any options for selling fixed- or variable-size bundles, such as cases of wine, six-packs of soap, or candy boxes.
This feature plugin adds two new options under **Product Data > Bundled Products**:
* **Items required (≥)**; and
* **Items allowed (≤)**.
Use these to set a minimum or maximum quantity of bundled items that customers must choose to make a purchase.
== Installation ==
This plugin works requires the official [WooCommerce Product Bundles](https://woocommerce.com/products/product-bundles/) extension to work. Please do not install this if you are using Product Bundles version 6.4.0+.
== Screenshots ==
1. A pick-and-mix Product Bundle.
2. Setting the minimum or maximum quantity of products that customers must choose in a Product Bundle.
== Changelog ==
= 1.4.3 =
* Tweak - Declared support for WooCommerce 4.5 and WordPress 5.5.
= 1.4.2 =
* Tweak - Declared support for WooCommerce 4.2.
= 1.4.0 =
* Important - Renamed plugin to comply with WordPress.org guidelines.
= 1.3.6 =
* Tweak - Declared support for WP 5.3 and WooCommerce 3.9.
= 1.3.5 =
* Tweak - Updated supported WP/WC versions.
= 1.3.4 =
* Tweak - Removed admin options wrapper div.
= 1.3.3 =
* Tweak - Declare WC 3.5 support.
= 1.3.2 =
* Tweak - Fixed an incorrect gettext string in validation messages.
* Tweak - Added WC 3.3 support.
= 1.3.1 =
* Tweak - Updated plugin headers.
* Tweak - Renamed 'Bundled Products' tab option labels.
= 1.3.0 =
* Fix - Cart validation.
* Tweak - Re-designed validation messages.
* Tweak - Updated validation message strings.
= 1.2.0 =
* Important - Product Bundles v5.5+ required.
* Fix - Product Bundles v5.5 compatibility.
= 1.1.1 =
* Fix - Add-to-cart validation failure when bundle quantity > 1.
= 1.1.0 =
* Fix - WooCommerce v3.0 support.
* Fix - Product Bundles v5.2 support.
* Important - Product Bundles v5.1 support dropped.
= 1.0.6 =
* Fix - Product Bundles v5.0 support.
= 1.0.5 =
* Fix - Load plugin textdomain on init.
= 1.0.4 =
* Fix - Composite Products v3.6 support.
* Fix - Product Bundles v4.14 support. Fix validation notices not displaying on first page load. Requires Product Bundles v4.14.3+.
= 1.0.3 =
* Fix - Composite Products support.
= 1.0.2 =
* Tweak - Bundles with min/max constraints require input: 'Add to cart' button text and behaviour changed.
= 1.0.1 =
* Fix - Accurate 'from:' price calculation based on the defined qty constraints.
= 1.0.0 =
* Initial Release.
== Upgrade Notice ==
= 1.4.3 =
Declared support for WooCommerce 4.5 and WordPress 5.5.