• The default language of any content posted is English.
  • Information: Safety & Support
    Resources here are generally safe, but false positives may occur on Virustotal due to certain coding techniques. Exercise caution and test before use.
    Consider buying licenses to support developers. Your security is our priority.
WooCommerce Order Tags

WooCommerce Order Tags 3.0.0

2024-05-24 - version 3.0.0
* Note: This is a milestone release, please ensure you read the contents of this changelog and we recommend performing this upgrade on a staging environment and testing before upgrading the extension on a production website, clear all caches after upgrading
* Add: not_contains operator to set if meta data option
* Add: starts_with operator to set if meta data option
* Add: ends_with operator to set if meta data option
* Add: not_contains operator to set if product meta data option
* Add: starts_with operator to set if product meta data option
* Add: ends_with operator to set if product meta data option
* Update: Adding trailing ; to inline order tag styles for code consistency, even though stripped via wp_kses_post()
* Update: composer.json and composer.lock to woocommerce/woocommerce-sniffs 1.0.0
* Update: phpcs.xml codesniffs
* Update: WooCommerce tested up to 8.9.1
* Update: WordPress tested up to 6.5.3
* Fix: Contains set if meta data option should be case insensitive
* Fix: Contains set if product meta data option should be case insensitive
* Fix: is_internal_meta_key was called incorrectly PHP notices get logged if using an internal meta key for set if meta data and/or set if product meta data
  • Like
Reactions: MarkDragon
2023-04-28 - version 2.2.0
* Note: This is a milestone release, please ensure you read the contents of this changelog and we recommend performing this upgrade on a staging environment and testing before upgrading the extension on a production website, clear all caches after upgrading
* Added: Text color option on order tags
* Added: wcot_order_tags_color_text_default() filter hook
* Added: wcot_order_tags_set_if_product_variations() filter hook to allow product variations to be selected in set if product assignment when returned true
* Added: Additional class with order tag slug append to order tag html
* Added: Set if product variations information when managing order tags
* Changed: Renamed existing color option to background due to new text color option
* Fixed: Set if fields which return results via AJAX can not be searched like non-AJAX fields
2023-03-03 - version 2.1.0
* Added: Set if product meta data option allowing orders to be set based on if the order contains a product which has specific meta data
* Changed: Meta data related field descriptions
* Changed: Minor development assets
* Changed: WooCommerce tested up to 7.4.1
2022-12-23 - version 2.0.1
* Changed: WooCommerce tested up to 7.2.2
* Changed: WordPress requires at least 5.4.0
* Changed: WordPress tested up to 6.1.1
Top