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

2026.06.19 – version 3.7.8
* Fix: Dynamic price calculation stopped updating when selecting product options after 3.7.7 (priced option fields such as checkboxes could stay at $0.00). Deferring the frontend script in 3.7.7 caused it to load after Gravity Forms 2.9+ initializes its price-field recalculation, so option changes no longer recalculated the total. The script now loads in the header (non-deferred), as it did before 3.7.7. The original WordPress 6.3 enqueue notice remains resolved (the invalid argument is no longer passed).
2026.06.17 – version 3.7.7
* Fix: wp_enqueue_script() was called with a ‘defer’ key in the $args array, which has not been a recognized key since WordPress 6.3. This triggered a “called incorrectly” notice and left the scripts un-deferred. Switched to the supported ‘strategy’ => ‘defer’ argument.
* Fix: Compatibility with Gravity Forms 2.9+. GF’s submission module binds a guard to #gform_ that blocks any native form submit it doesn’t recognize (“Unsupported submission flow detected”), which could prevent Add to Cart on some themes (e.g. Flatsome) depending on script load order. We now neutralize that guard for our add-to-cart submit using a capture-phase listener, independent of load order, without affecting other submit paths.
* Fix: The frontend script and stylesheet cache-buster was not tied to the plugin version, so returning visitors could be served stale JS/CSS after an update. Asset versions are now derived from the plugin version automatically.
2026.06.01 – version 3.7.6