Woocommerce Gravity Forms Add-Ons icon

8 versions

Woocommerce Gravity Forms Add-Ons history.

Every release of Woocommerce Gravity Forms Add-Ons is archived here with its changelog, file size, and security scan result. Use the archive to roll back to a stable release or audit what changed between updates.

7 of 8 releases scanned clean
v3.7.10Latest
July 18, 2026104.1 KBScanned
Fixed
  • 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.
June 29, 2026102.3 KBScanned
Improved
  • Tested up to WooCommerce 10.9
June 19, 2026102.2 KB

No changelog available for this version.

June 17, 2026101.9 KBScanned
Fixed
  • 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.
  • 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.
  • 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.
v3.7.5Unavailable
May 4, 2026100.3 KBScanned
Improved
  • Tested up to WordPress 6.9
  • Tested up to WooCommerce 10.7
v3.7.3Unavailable
March 5, 2026103.4 KBScanned
Improved
  • Tested up to WordPress 6.9.1
  • Tested up to WooCommerce 10.5
  • WP and WC compatibility
Other
  • Include better readme information about the extension and its features.
v3.7.2Unavailable
February 3, 2026103.4 KBScanned
Fixed
  • Cart edit now pre-selects variation attributes when editing variable products
  • Export no longer fails when order contains a deleted product
Improved
  • Removed the intentional error_reporting calls used to suppress Gravity Forms warnings. We will rely on gravity forms to handle this properly.
v3.7.1Unavailable
January 15, 2026103.1 KBScanned
Fixed
  • issue with total calculations
Other
  • Move the gform_wrapper before the woocommerce form element.

Why archive

Sometimes the latest release isn't the one you need. The archive lets you pin Woocommerce Gravity Forms Add-Ons to a known-good version, or roll back while a bug is investigated. Every release stays scanned and reachable.