*** WooCommerce Cart Notices Changelog ***

2019.01.02 - version 1.8.6
 * Dev - Introduce `wc_cart_notices_notice_message` filter

2018.10.16 - version 1.8.5
 * Misc - Add support for WooCommerce 3.5

2018.05.23 - version 1.8.4
 * Misc - Add support for WooCommerce 3.4

2018.03.15 - version 1.8.3
 * Fix - Minimum amount notice no longer ignores the cent value of the "Minimum order amount" set on the free shipping method
 * Misc - Introduce `wc_cart_notices_get_cart_total` filter

2018.01.23 - version 1.8.2
 * Misc - Add support for WooCommerce 3.3

2017.12.20 - version 1.8.1
 * Fix - PHP warning when items to hide product in cart and category in cart notices were not set

2017.12.12 - version 1.8.0
 * Feature - Hide product and category notices when particular items are in the cart
 * Tweak - Search for categories with only 2 characters instead of 3
 * Misc - Removed support for WooCommerce 2.5
 * Localization - Add Slovakian translation (thanks Karol Vörös!)

2017.08.15 - version 1.7.1
 * Fix - Ensure minimum amount notices are only shown if free shipping is actively using them

2017.03.28 - version 1.7.0
 * Fix - Ensure styles & scripts are loaded where needed when "WooCommerce" string is translated
 * Misc - Added support for WooCommerce 3.0
 * Misc - Removed support for WooCommerce 2.4

2016.12.20 - version 1.6.1
 * Fix - Minimum amount not properly pulling in free shipping value for a shipping zone
 * Fix - PHP Notices when editing notice title

2016.06.02 - version 1.6.0
 * Misc - Added support for WooCommerce 2.6
 * Misc - Removed support for WooCommerce 2.3

2016.01.14 - version 1.5.0
 * Misc - Added support for WooCommerce 2.5
 * Misc - Removed support for WooCommerce 2.2

2015.10.27 - version 1.4.1
 * Fix - Minimum Amount notice showing incorrect remaining amount when a coupon is applied to the order.

2015.07.28 - version 1.4.0
 * Fix - Header warning on cart notice toggle/delete
 * Misc - WooCommerce 2.4 Compatibility

2015.04.21 - version 1.3.2
 * Fix - Escape all instances of add_query_arg and remove_query_arg to avoid a potential XSS attack

2015.03.17 - version 1.3.1
 * Fix - JS variable `wc_select_params` undefined in WC 2.3.6+

2015.02.09 - version 1.3.0
 * Misc - WooCommerce 2.3 Compatibility

2015.01.27 - version 1.2.4
 * Fix - Disable Minimum Amount notice if a minimum order amount is not set on the notice and the Free Shipping method is disabled

2014.12.30 - version 1.2.3
 * Fix - Ensure plugin data is not deleted on uninstall unless specified

2014.09.07 - version 1.2.2
 * Misc - WooCommerce 2.2 Compatibility
 * Fix - Use cart subtotal rather than total for minimum_amount notice type

2014.08.19 - version 1.2.1
 * Tweak - new filter for the products notice: wc_cart_notices_products_notice_all_products

2014.01.20 - version 1.2
 * Misc - WooCommerce 2.1 Compatibility
 * Misc - Uses SkyVerge Plugin Framework
 * Localization - Text domain changed from `wc-cart-notices` to `woocommerce-cart-notices`
 * Localization - Languages path changed from `languages` to `i18n/languages`

2013.10.18 - version 1.1.1
 * Fix - Fixed bug with referer notices not working properly

2013.09.06 - version 1.1
 * Feature - Added "Minimum quantity" and "Maximum quantity" to the "Products in Cart" notice type
 * Tweak - Notices now display properly when IE9/10 is rendering in Quirks Mode
 * Tweak - Changed cart notice element from <p> to <div> for improved theme styling compatibility
 * Tweak - Added action/filter wc_cart_notices_process_notice_before and wc_cart_notices_order_thresholds for improved 3rd party plugin compatibility (Thanks D.Zanella!)
 * Tweak - Update WP Admin Message Handler to 1.0.1
 * Fix - Remove WPML compatibility as it was breaking notice messages when more than one were displayed

2013.06.24 - version 1.0.8
 * Fix - WP Message Handler utility class conditionally loaded to avoid conflicts with other plugins

2013.05.03 - version 1.0.7
 * Fix - Shortcode notice by name
 * Fix - Improved WPML compatibility for translating notice message
 * Fix - Admin messaging, which was broken by WC 2.0
 * Tweak - Improved the cart notice CSS id/class names for easier styling

2012.12.17 - version 1.0.6
 * Feature - filters available for all cart notice messages, for improved customizability
 * Feature - shortcodes supported within cart notice messages
 * Feature - shipping country condition for products message
 * Fix - deadline notice works properly without {time} variable in message string
 * Fix - slashes stripped from notice data
 * Fix - WordPress 3.5 compatibility fix (prepare)
 * Localization - added German translation by Christian Münch
 * WC 2.0 compatibility

2012.12.04 - version 1.0.5
 * New updater

2012.10.24 - version 1.0.4
 * Fix - non-latin characters in notice message properly displayed on the Cart Notices admin list page

2012.10.22 - version 1.0.3
 * Feature - variations supported for the products notice
 * Fix - non-latin charsets supported

2012.10.04 - version 1.0.2
 * Fix - Minimum Amount notice cart total includes tax when product prices are defined including taxes
 * Feature - "Threshold Amount" added to Minimum Amount notice, to allow notices only to be displayed if the cart total is over the threshold amount, and/or under the minimum amount
 * Tweak - WPML Localization support

2012.07.19 - version 1.0.1
 * Fix - missing product/category dropdown styles

2012.07.05 - version 1.0
 * Initial release
