Releases: nexcess/limit-orders
Releases · nexcess/limit-orders
Version 2.0.0
Version 1.3.1
Version 1.3.0
Added
- Add a new "Reset order limiting" tool to WooCommerce › Status › Tools (#42)
- Introduce new filters —
limit_orders_pre_count_qualifying_orders
andlimit_orders_pre_get_remaining_orders
— for customizing the logic around counting qualifying and remaining orders, respectively (#41) - Automatically clear the cached order count when settings are changed or when WooCommerce order transients are cleared (#37, #42)
Updated
- Bump "WC tested up to" to 4.3 (#43).
Fixed
- Added missing plugin headers (#32)
Version 1.2.1
Updated
- Bump "WC tested up to" to 4.1 (#28).
Version 1.2.0
Added
- Added "hourly" as a default interval for stores (#20).
- Added new placeholders to user-facing messaging (#20, #26):
{current_interval:date}
(alias of{current_interval}
){current_interval:time}
{next_interval:date}
(alias of{next_interval}
){next_interval:time}
{timezone}
- Added documentation for adding custom intervals, placeholders (#23).
Updated
Version 1.1.2
Fixed
- Override WordPress' default
LIMIT
on queries, which was preventing stores with limits > 10 from stopping orders (#13).
Version 1.1.1
Fixed
- Don't attempt to display customer-facing notices in WP Admin (#10).
Updated
- Updated PHPUnit to 7.x for all but PHP 7.0
Version 1.1.0
Version 1.0.0
The initial public release of the Limit Orders for WooCommerce plugin.