diff --git a/readme.txt b/readme.txt index 73f60da..a4351d9 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i Tags: woocommerce, max quantity, cart maximum, max purchase, cart max, order limit Requires at least: 3.8 Tested up to: 4.9 -Stable tag: 1.5 +Stable tag: 1.5.1 License: GNU Version 2 License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -29,6 +29,11 @@ See the [setup instructions and documentation](https://isabelcastillo.com/docs/w **Languages** Includes `.mo` and `.po` translations for Dutch (thanks to Martijn Heesters), French, German (thanks @tofuSCHNITZEL), Hindi, and Spanish languages. Also includes a `.pot` file to make more translations. +**Disclaimer** + +I am not affiliated with WooCommerce, WooThemes, or Automattic. I provide this plugin as a free service to the WP community (originally created for my own personal use). + + == Installation == **Install and Activate** @@ -63,6 +68,9 @@ Yes, since version 1.4. == Changelog == += 1.5.1 = +* Fixed - Honor the "Sold individually" setting above the universal max limit. + = 1.5 = * New - Added filters to the error message strings. * Fixed - The max was not being enforced the input field for Variable products. @@ -151,5 +159,9 @@ Yes, since version 1.4. == Upgrade Notice == += 1.5.1 = +Fixed - Honor the "Sold individually" setting above the universal max limit. + + = 1.5 = Fixed variations max. New filters for error message. Now works with backorders. diff --git a/woocommerce-max-quantity.php b/woocommerce-max-quantity.php index 58628c0..c7fb6e2 100755 --- a/woocommerce-max-quantity.php +++ b/woocommerce-max-quantity.php @@ -3,7 +3,7 @@ Plugin Name: WooCommerce Max Quantity Plugin URI: https://isabelcastillo.com/free-plugins/woocommerce-max-quantity Description: Set a limit for the max quantity of products that can be added to cart, per product. Now with individual product limits. -Version: 1.5.1-beta-1 +Version: 1.5.1 Author: Isabel Castillo Author URI: https://isabelcastillo.com License: GPL2