WooCommerce Advanced Messages
Purchase
Latest version: 1.5.0
View Changelog
WooCommerce Advanced Messages changelog
= 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
Version 1.4.4, 2023-11-14
- [Update] - Improved PHP 8.2 compatibility
- [Update] - "WC tested up to" 8.2
Version 1.4.3, 2023-01-03
- [Add] - Declared HPOS compatibility
- [Add] - Documentation link on 'Custom' location
- [Update] - Update WP Conditions to 1.0.13
- [Change] - PHP 7.0 minimum requirement
Version 1.4.2, 2022-09-12
- [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
Version 1.4.1, 2021-03-15
- [Add] - Add shortcode [advanced_message hook="custom_location"] - use 'advanced_message_custom_location' in 'Custom' location setting
Version 1.4.0, 2020-09-14
- [Add] - 'Shipping class' condition for product pages
- [Update] - WP Conditions library to 1.0.10
Version 1.3.4, 2019-04-17
- [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
Version 1.3.3, 2018-08-20
- [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
Version 1.3.2, 2018-05-01
- [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
Version 1.3.1, 2018-03-26
- [Fix] - Messages not displaying in some cases for non-custom locations (when 'type' is not available)
Version 1.3.0, 2018-03-21
- [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
Version 1.2.0.1, 2018-02-13
- [Important] - Updated the automatic plugin update URL for continued future use, update soonest.
Version 1.2.0, 2017-06-29
- [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'
Version 1.1.1, 2017-03-13
- [Add] - WC 3.0 compatibility
- [Add] - PHP 7.1 compatibility
Version 1.1.0, 2017-02-20
- [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
Version 1.0.6, 2016-10-18
- 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
Version 1.0.5, 2016-07-20
* [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
Version 1.0.4, 2016-04-28
* [Improvement] - Prevent notices from showing double when refreshing the cart (for example)
- [Add] - Add a 'custom location' feature, now allowing you to messages ANYWHERE!
Version 1.0.3, 2016-01-28
* [Updater] - Update EDDSL Updater class
Version 1.0.2, 2015-08-04
* [Fix] - Bug in message display for logged in users
Version 1.0.1, 2015-05-15
- [Fix] - Bug in {time_left} calculation related to timezones.
- [Improvement] - Add (draft) after a post in the overview page
Version 1.0.0, 2015-02-02
- Initial release