*** WooCommerce Min/Max Quantities Changelog ***

2015.04.13 - version 2.3.5
* Fix - add to cart validation for minimum quantity
* Fix - input_value for grouped products.

2015.03.18 - version 2.3.4
* Fix - cart exclude did not account for variations
* Fix - Set minimum step to group of if minimum quantity is not set

2015.03.10 - version 2.3.3
* Removed object re-assignment during manage stock check as it is not needed at that level

2015.03.02 - version 2.3.2
* Check WC_VERSION constant is defined before calling
* Added tooltip for settings within variation level
* Fix - Simple product was not correctly adding group of when both min and max value are not equally disivible
* Make variation product aware of product level settings and override when necessary
* Fix - cart not aware of qty settings for variations
* Fix - add to cart rule check using string compare instead of int
* Fix - Cart validation rules
* Simple refactor
* Updated Textdomain name

2015.02.20 - version 2.3.1
* Fix - typos on variation meta names
* Fix - Max qty was not working on simple product

2015.02.03 - version 2.3.0
* Sanitized user inputs from settings
* Properly apply min max rules to variations
* WooCommerce 2.3 compatibility

2014.04.08 - version 2.2.8
* Prevent total counts stacking when the same ID is in the cart twice

2014.02.25 - version 2.2.7
* Correctly total cart when variations have different prices

2014.02.04 - version 2.2.6
* Fix_value shouldn't apply to cart page

2014.02.04 - version 2.2.5
* Don't set min for variable products with rules at product level only.

2014.01.28 - version 2.2.4
* Filters for values when checking cart items

2014.01.16 - version 2.2.3
* 2.1 compatibility

2013.09.04 - version 2.2.2
* Add currency to notices

2013.08.23 - version 2.2.1
* Fix available_variation rules

2013.08.12 - version 2.2.0
* If min qty is divisible by group of, allow step attribute

2013.05.29 - version 2.1.4
* Legacy fix

2013.05.23 - version 2.1.3
* Fix variation rules.

2013.05.13 - version 2.1.2
* Prevent notices

2013.04.29 - version 2.1.1
* No min quantity for variations, as you don't know what else is in the cart.

2013.03.30 - version 2.1.0
* Group of.. per category.

2013.03.28 - version 2.0.4
* Fixed step attribute for groupof. Set value to 0.
* Disabled step on cart page, so corrections can be made.

2013.03.22 - version 2.0.3
* Min quantity used for ajax add to cart buttons

2012.12.22 - version 2.0.2
* Ensure the modified price is used for cart items

2012.12.22 - version 2.0.1
* Fix for variation prices

2012.12.04 - version 2.0.0
* Fixed order rules to work with variations
* "Group of" option - lets you sell items in groups of X
* Define min/max options per variation
* WC 2.0 compatibility

2012.12.04 - version 1.2.2
* New updater

2012.09.10 - version 1.2.1
* Rule fixes

2012.09.10 - version 1.2
* Per-product options to exclude items from cart rules.

2012.03.20 - version 1.1.1
* use subtotal instead of cart contents total (to include tax)

2012.02.23 - version 1.1
* Class name change
* Options for setting a min/max order VALUE
* data-min/max for quantity selectors (WC 1.4.5 + only)
* Prevent add to cart if limit is breached

2012.01.26 - version 1.0.2
* WC 1.4 Compatibility
* Added Woo Updater

2011.11.15 - version 1.0.1
* Changed textdomain

2011.11.09 - version 1.0
* First Release