The latest version is WooCommerce Conditional Content 2.3.14, Released on August 29, 2026
Changelog for WooCommerce Conditional Content
*** WooCommerce Conditional Content Changelog ***
2026.08.29 - version 2.3.14
* Fix: Schedule rules now use your store's timezone instead of the server's. Please review any Date, Day or Time rule - on a store whose timezone differs from its server, scheduled content has been starting and ending on the wrong day, and day-of-week rules have been firing on the wrong day.
* Fix: The Cart Products rule's "contains less than" no longer matches when the cart holds exactly that quantity. "Contains less than 3" now means 0-2, which is how the Cart Categories rule has always behaved.
* Fix: The Order Count and Status rule counted every order in the store for logged-out visitors, so content aimed at returning customers was shown to everyone. Visitors who are not logged in now count as zero orders.
* Fix: The "is less or equal to" operator never matched anything. It now works in the Product Price, Product Custom Field, Cart Total Quantity, Cart Total Monetary Amount and Cart Line Item Quantity rules, so content behind those rules will begin displaying.
* Fix: The Sale Date rule never worked. "Sale Date starts" matched every product and "Sale Date ends" matched none.
* Fix: The Product Attributes rule only checked the first attribute selected. It now matches any of the selected attributes.
* Fix: A rule referencing a deleted product could produce an error page, both on the storefront and on the content block's own edit screen.
* Fix: The woocommerce_conditional_content() template tag returns its content again when called with $echo set to false.
* Fix: A content block with no rules is now displayed by the template tag, matching how it already behaved when output through a hook.
* Fix: Rules no longer emit PHP warnings when a content block's stored settings are incomplete.
* Update: Admin styles and scripts are versioned against the plugin version again, so browser caches pick up changes.
* Dev: Added a PHPUnit test suite covering every rule type, and retired the unused grunt build in favour of the deployment tooling.
2026.08.29 - version 2.3.13
* Update: Tested up to WordPress 7.1
* Update: WordPress 6.5 is now the minimum supported version
* Update: Tested up to WooCommerce 11.0
* Update: WooCommerce 9.0 is now the minimum supported version
2026.06.29 - version 2.3.12
* Update: Tested up to WooCommerce 10.9
2026.06.14 - version 2.3.11
* Update: Tested up to WordPress 7.0
* Update: Tested up to WooCommerce 10.8.1
2026.05.02 - version 2.3.10
* Update: Tested up to WordPress 6.9
* Update: Tested up to WooCommerce 10.7
2026.03.15 - version 2.3.9
* Update: Tested up to WordPress 6.9.1
* Update: Tested up to WooCommerce 10.6
* WP and WC compatibility tags. PHPCS fixes
* Fix: Fix an issue where products that had been deleted would cause the admin to crash when trying to build rules with those products.
2025.12.21 - version 2.3.8
* Update: Tested up to WordPress 6.9
* Update: Tested up to WooCommerce 10.4
* WP and WC compatibility tags. PHPCS fixes
2025.11.22 - version 2.3.7
* Update - WP and WC compatibility tags.
* Update - PHPCS compliance.
2025-10-11 - version 2.3.6
* Update - WP and WC compatibility tags.
* Update - PHP 8.3+ compatibility.
* Update - PHPCS compliance.
2025-02-01 - version 2.3.5
* Update - WP and WC compatibility tags.
* Fix - Fix potential issue with the wc_get_orders function returning duplicates.
* Fix - Fix issue where the Order Count and Status was not filtering by the current user.
* New - New Store rule for checking a product's order history.
* Fix - Fix changelog format.
2025-01-26 - version 2.3.4
* Update - WP and WC compatibility tags.
2024-08-17 - version 2.3.3
* Update - WP and WC compatibility tags.
* Added - Add a new rule for Product Custom Fields. Allows you to target products based on their custom fields and their values.
2024-04-05 - version 2.3.2
* Update: WP and WC compatibility tags.
* Fix: Fix issue with product select not keeping selected products on admin refresh.
2024-04-01 - version 2.3.1
* Update: WP and WC compatibility tags.
* Fix: Fix issue with product select not keeping selected products on admin refresh.
2024-03-26 - version 2.3.0
* Update: WP and WC compatibility tags.
* Update: PHP 8.2+ compatibility.
* Update: Remove legacy compatibility code for very old versions of WC.
* Update: General code modernization.
* Fix: Fix issues with jquery-ui styles.
2023-04-10 - version 2.2.1
* Update: WP and WC compatibility tags.
* Update: Make sure that settings from post_meta is deserialized before use. This fixes an issue where the settings were a string on some sites.
2023-03-01 - version 2.2.0
* Update: WP and WC compatibility tags.
* Update: PHP 8 compatibility.
* Update: HPOS compatibility.
2022-09-06 - version 2.1.8
* Fix: Corrections for PHP 8.x
* Enhancement: Added a Customer Order History condition to allow showing or hiding a block if the current user has purchased product(s).
Uses either the logged-in user id, or the billing email in the case the user checked out as guest.
2021-09-02 - version 2.1.7
* Update: Allow the selection of specific variations for Cart Product rules.
* Update: WP and WC compatibility tags.
2021-02-12 - version 2.1.6
* Fix: Modify template binding to be -1 so that we can bind to AJAX requests.
* Update: WP and WC compatibility tags.
2020-11-27 - version 2.1.5
* Enhancement: Add Cart Total Quantity rule to target specific cart quantity regardless of the product(s) being purchased.
* Update: WP and WC compatibility tags.
2020-10-02 - version 2.1.4
* Fix: Fix product search inputs when building rules. Now uses WC's enhanced scripts.
* Fix: Use H:i:s rather than h:i:s for current time when comparing the schedule rule.
* Fix: Fix issue with the time comparision in time based rules.
2020-08-25 - version 2.1.3
* Update: WP and WC Version Compatibility Updates
2020-04-06 - version 2.1.2
* Fix: Correct Day of Week condition type.
2020-01-22 - version 2.1.1
* Enhancement: Add Product Tag as a conditional content rule type.
* Enhancement: Add Date rule type.
* Enhancement: Add Day rule type.
* Enhancement: Add Time rule type.
* Enhancement: Add Store rule types. Specially for Store Order Count / Status
* Enhancement: Add Authentication status rule type for checking logged in and logged out status.
* Fix: Fix logic for the On Sale condition type.
2019-01-02 - version 2.1.0
* Enhancement: Allow passing arguments to the matching filters from custom display hooks.
* Enhancement: Add new Cart Line Item Product rule.
* Enhancement: Add new Cart Line Item Quantity rule.
* Update: Disable Gutenberg editor on conditional content blocks.
* Update: Fix compatibility with JetPack so JetPack does not render out Social Sharing Icons inside of content blocks.
* Update: Added WPML Language rule.
2018-10-23 - version 2.0.10
* Update: Added "Any" product option for Cart Products.
* Update: Tested to WC 3.5
2018-08-22 - version 2.0.8
* Update: Version bump for WC and WP.
2018-06-14 - version 2.0.7
* Update: Version bump for WC and WP.
2018-03-23 - version 2.0.6
* Update: Version updates.
* Fix: Fix issue with manual template display function.
* Fix: Fix issue where variable products would not trigger cart category total rules.
* Fix: Fix broken hooks and filters documentation link.
2017-12-03 - version 2.0.5
* Update: Move block ID to a block class to prevent HTML validation errors with duplicate ID's on the page.
* WP: 4.9.1
* WC: 3.2.5
2017-11-29 - version 2.0.4
* Update: Tested to WP 4.9.0
* Update: Tested to WC 3.2.5
* Update: Add Woo update header for new update method.
2017-06-23 - version 2.0.3
* New: Added Product Category Archive rule type.
2017-05-31 - version 2.0.2
* Update: Correct call to woocommerce_get_template for WC 3.x
2017-03-28 - version 2.0.1
* Update: WC 3.0.0 Support
2017-01-17 - version 2.0.0
* Update: WC 2.7 Support
2016-05-13 - version 1.2.0
* Fix: Correct missing chosen library in WC 2.6
* Fix: Correct incorrect reference to $post->ID inside of the Product Attribute rule type.
* Update: Update CSS to allow for better display of search results on the rules builder.
* Note: WC 2.6 Ready
2016-02-26 - version 1.1.7
* Fix: Fix issue in product rules where the global $post variable was null.
* Update: Update various functions to resolve deprecated notices.
* Update: General source formatting and closing php tag removal.
2015-09-08 - version 1.1.6
* Update: Moved conditional to fire on the init hook, rather than when the plugin is instantiated.
2015-04-14 - version 1.1.5
* Feature: Added the ability to show content blocks based on a users country.
2014-12-09 - version 1.1.4
* Fix the quantity counter for Cart Products calculations.
2014-03-11 - version 1.1.3
* Added filter to disable applying "the_content" filter on Content Blocks
Filter: woocommerce_conditional_content_apply_the_content_filter
Arg 1: true
Arg 2: $content_block ( The WP_Post representing the content block post )
To disable the_content filter: add_filter('woocommerce_conditional_content_apply_the_content_filter', '__return_false');
2014-02-25 - version 1.1.2
* Corrected logic for Product Attributes Not In selector.
2014-02-20 - version 1.1.1
* Added setting to allow a content block to be used in a loop, such as the main shop listing or a category listing of products.
* Default is Single, which means the action hook the content is linked to is expected to fire only once.
* New Loop option causes the conditional content block to be checked each time the action filter is fired.
2014-01-19 - version 1.1.0
* Compatibility with WooCommerce 2.1x
Changed code to get product attribute taxonomies.
Modified code to get formatted product attribute name
2014-01-04 - version 1.0.5
* Prevent duplication of content when the same hook is used with a different priority.
2013-11-29 - version 1.0.4
* Correction to logic inside product type rules.
* Change "Contains At Least" to match when the cart quantity is greater OR equal to the specificed quantity.
2013-11-21 - version 1.0.3
* Modification to allow variation and products with other addons to contribute to the total when using Cart Quantity rules.
2013-11-13 - version 1.0.2
* Correction to prevent a single matching content block to show others in some situations.
2013-11-07 - version 1.0.1
* Small tweak to the match logic to make it more understandable.
* Correction to counting of categories.
* Correction to how product attributes are rendered in the builder and procesed
* Cleanup extra " in chosen select.
2013-06-10 - version 1.0.0
* First Release
Get WooCommerce Conditional Content Version 2.3.14 with 12 months of updates for just $10!
Already a WPspring Club Member?
WooCommerce Conditional Content Version 2.3.14 Released on August 29, 2026, is available from your account downloads page. Sign up at wpspri.ng/club


