WooCommerce Advanced Notifications Version 1.7.1 Changelog
* Tweak – WordPress 7.1 Compatibility.
* Tweak – WordPress 7.1 Compatibility.
Version 2.3.21 of WooCommerce Wishlists was released on August 22, 2026 and is now available. Learn how to immediately download from WPspring.
Version 3.9.13 of WooCommerce UPS Shipping was released on August 24, 2026 and is now available. Learn how to immediately download from WPspring.
* Tweak – WordPress 7.1 Compatibility.
Version 2.8.4 of WooCommerce Per Product Shipping was released on August 24, 2026 and is now available. Learn how to immediately download from WPspring.
* Tweak – WordPress 7.1 Compatibility.
* Misc – Tested up to WooCommerce 11.0.1 and WordPress 7.0.3
Version 3.3.13 of WooCommerce Catalog Visibility Options was released on August 22, 2026 and is now available. Learn how to immediately download from WPspring.
Version 3.8.1 of WooCommerce GravityForms Product Add Ons was released on August 22, 2026 and is now available. Learn how to immediately download from WPspring.
* Fix: Products could be added to the cart at $0.00 when a Gravity Forms Product field was shown or hidden by a third-party conditional logic add-on (such as MCG Advanced Conditional Logic). When rebuilding a cart line item we evaluate the form's conditional logic to decide which product fields count toward the price, but that evaluation did not run Gravity Forms' gform_rule_pre_evaluation filter. Add-ons that express their rules through that filter had them left unprocessed, so a product field that was actually visible was treated as hidden and dropped from the price calculation, leaving the line item at $0.00. Conditional logic is now evaluated through Gravity Forms' documented extension points (gform_rule_pre_evaluation and gform_rule_source_value), so these add-ons behave the same way on the product page and in the cart.
* Fix: Conditional logic rules using "greater than" or "less than" against a currency-formatted value were compared as text instead of as numbers, so a rule such as "greater than 1000" did not match a value of 1,234.00. Numeric comparisons now normalise the value first, matching Gravity Forms.
* Refactor: product settings are now defined in one place, replacing duplicated declarations across the save and read paths.
* Refactor: cart item meta rows are now built by a single component, extracted from the cart class.
* Refactor: stock quantity handling now shares the plugin's single conditional logic evaluator rather than a second copy of it.
* Add: attached form IDs are mirrored to indexed meta so products using a given form can be queried directly.
* Add: PHPUnit test suite.
* Update: Tested up to WordPress 7.1
* Note: a one-time background task runs after updating to index existing products.