WooCommerce – Gravity Forms Product Add-Ons – Version –...

2026.07.30 – version 3.7.11
* Fix: A false “Gravity Forms Not Found” admin notice appeared after updating to Gravity Forms 3.0, even though Gravity Forms was installed and working. Our admin check tested for the legacy RGForms class, which Gravity Forms 3.0 removed. We no longer perform our own runtime dependency detection — the plugin already declares WooCommerce and Gravity Forms via the WordPress “Requires Plugins” header, which WordPress 6.5+ enforces on activation. This removes the false notice and prevents this class of breakage from recurring on future Gravity Forms releases.
* Update: Requires at least WordPress 6.5 (required for the “Requires Plugins” dependency header).
2026.07.18 – version 3.7.10
* Fix: Cart quantity management (the “cart quantity field” feature) stopped working for products with “Sold individually” / “Limit purchases to 1 item per order” enabled. WooCommerce 10.7 added a cart check that force-resets any sold-individually product back to a quantity of 1 on every cart render, which clamped the quantity our feature had set from the form field (showing an incorrect total and a “You can only have 1 … in your cart” notice). We now re-apply the form-driven quantity and price after WooCommerce’s cart check and suppress that false notice, without disabling “Sold individually” (so the quantity input stays locked and the product still cannot be added twice). Products without cart quantity management, and manually-edited quantities on products that are not sold individually, are unaffected.
2026.06.29 – version 3.7.9
* Update: Tested up to WooCommerce 10.9