The latest version is WooCommerce Conditional Content 2.3.2, Released on April 5, 2024
Changelog for WooCommerce Conditional Content
*** WooCommerce Conditional Content Changelog ***
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.2 with 12 months of updates for just $10!
Already a WPspring Club Member?
WooCommerce Conditional Content Version 2.3.2 Released on April 05, 2024, is available from your account downloads page. Sign up at wpspri.ng/club