WooCommerce Advanced Messages
Purchase
Latest version: 1.5.1
View Changelog
WooCommerce Advanced Messages changelog
= 1.5.1 - 11/02/2026 =
* [Add] - 'Product price' condition.
* [update] - WP Conditions library to 1.0.15.2
* [Update] - PHP 8.3 compatibility
* [Update] - WC 10.5 compatibility
= 1.5.0 - 17/04/2024 =
* [Add] - 'Tags' - allowing to tag and filter messages in the backend
* [Update] - Rewrite entire settings/configuration. All falls within the WooCommerce > Settings area now
* [update] - WP Conditions library to 1.0.15.1
* [Update] - WP Updater library to 1.1.1
= 1.4.4 - 14/11/2023 =
* [Update] - Improved PHP 8.2 compatibility
* [Update] - "WC tested up to" 8.2
= 1.4.3 - 03/01/2023 =
* [Add] - Declared HPOS compatibility
* [Add] - Documentation link on 'Custom' location
* [Update] - Update WP Conditions to 1.0.13
* [Change] - PHP 7.0 minimum requirement
= 1.4.2 - 12/09/2022 =
* [Add] - {cart_weight} variable
* [Fix] - PHP 8.1 error when product stock is null
* [Fix] - PHP 8.1 {time_left} showing 0 years 0 months
* [Update] - Update WP Updater to 1.1.0
* [Update] - Update WP Conditions to 1.0.12
= 1.4.1 - 15/03/2021 =
* [Add] - Add shortcode [advanced_message hook="custom_location"] - use 'advanced_message_custom_location' in 'Custom' location setting
= 1.4.0 - 14/09/2020 =
* [Add] - 'Shipping class' condition for product pages
* [Update] - WP Conditions library to 1.0.10
= 1.3.4 - 17/04/2019 =
* [Improvement] - Improved certain date based variables to take in account offset
* [Fix] - Possible warning when message is trying to be loaded in on a page without
= 1.3.3 - 20/08/2018 =
* [Update] - WP Conditions to 1.0.8
* [Improvement] - 'Stock status' condition now has 'On backorder' available as value
* [Fix] - Possible notice when having a product based tag on a non-product page
* [Fix] - Possible notice when using the stock condition when visiting a empty cart
= 1.3.2 - 01/05/2018 =
* [Add] - {cart_quantity} smart label
* [Add] - Additional product (price) smart labels; {price}, {regular_price}, {sale_price}, {discount}, {percentage}
* [Add] - Filter to also allow Advanced Messages on non-Woo pages.
* [Improvement] - Remove duplicate query for messages
* [Improvement] - {time_left} accuracy improvements with server / WP configured times
* [Fix] - Messages could sometimes appear as notices while it should be regular html
= 1.3.1 - 26/03/2018 =
* [Fix] - Messages not displaying in some cases for non-custom locations (when 'type' is not available)
= 1.3.0 - 21/03/2018 =
* [Add] - Allow for priority to be set with the 'custom' location
* [Improvement] - Several performance improvements regarding displaying messages.
* [Update] - Auto updater library 1.0.2
* [Update] - Update WP Conditions to 1.0.6
* [Fix] - Messages weren't showing on the my-account page
= 1.2.0.1 - 13/02/2018 =
* [Important] - Updated the automatic plugin update URL for continued future use, update soonest.
= 1.2.0 - 29/06/2017 =
* [Add] - New smart labels {product_weight} and {product_stock}
* [Improvement] - Allow for 'date' and 'format' arguments on the {date} smart label. E.g. {date format="d-m-Y" date="+5 weekdays"}
* [Improvement] - Better handling of product specific smart labels
* [Improvement] - Update WP Conditions to 1.0.3
- [Fix] - 'User role' condition 'Guest' wasn't working
- [Improvement] - Allow conditions outside postbox / multiple times inside. Not limited to .postbox class.
- [Add] - Zipcode range support. E.g. 'Zipcode' = 'equal to' = '10000-20000,30000-40000'
= 1.1.1 - 13/03/2017 =
* [Add] - WC 3.0 compatibility
* [Add] - PHP 7.1 compatibility
= 1.1.0 - 20/02/2017 =
* [Improvement] - Big refactor in the conditional logic framework - Moved to a separate library
* [Improvement] - Smoother experience managing conditions / groups. Instant adding of condition (groups), only showing operators that are possible for a condition,
* [Improvement] - Optimized overview table for mobile
* [Add] - {subtotal_ex_tax} as smart label
* [Fix] - The enable/disable option not doing its job
= 1.0.6 - 18/10/2016 =
* IMPORTANT NOTE - As of this version, the plugin requires PHP 5.3 to function
* [Improvement] - Change the licensing over to the plugins page
* [Improvement] - Add support for variations within the 'contains product' condition
= 1.0.5 - 20/07/2016 =
* [Improvement] - Restructure conditional logic parts
* [Add] - (Cart) Contains shipping class condition
* [Improvement] - Use autocomplete select (select2) for conditions with many options
* [Improvement] - Keep WC menu open while in Message edit screen
* [Fix] - Two calculations in the message conflicted
= 1.0.4 - 28/04/2016 =
* [Improvement] - Prevent notices from showing double when refreshing the cart (for example)
* [Add] - Add a 'custom location' feature, now allowing you to messages ANYWHERE!
= 1.0.3 - 28/01/2016 =
* [Updater] - Update EDDSL Updater class
= 1.0.2 - 04/08/2015 =
* [Fix] - Bug in message display for logged in users
= 1.0.1 - 15/05/2015 =
* [Fix] - Bug in {time_left} calculation related to timezones.
* [Improvement] - Add (draft) after a post in the overview page
= 1.0.0 - 02/02/2015 =
* Initial release