Version 2.3.1.9
- Fixed JS errors which can occur when using the reCAPTCHA field if there is a slow network connection or jQuery is included in the page footer.
Version 2.3.1.8
- API: Fixed an issue with the entry search where searching for an empty string meta value will return zero results.
Version 2.3.1.7
- Fixed an issue with the upgrade process where the table check for the incomplete submissions table may fail.
- Fixed a JavaScript error when sites use jQuery v3 on the front-end.
Version 2.3.1.6
- Fixed bad text strings in messages regarding Add-Ons incompatible with the version of Gravity Forms
Version 2.3.1.5
- Fixed GFCommon::get_product_fields() interacting with option and shipping fields as arrays instead of using object notation.
- Fixed an issue with how the result from the gform_product_info_name_include_field_label filter was being used.
- Fixed the admin label not being used for the option and shipping fields when using the {all_fields:admin} merge tag.
- Fixed an issue where products with no options, no name, and no price could be included in the products info used to populate the summary table.
- Updated form stylesheets to be registered and enqueued instead of directly enqueued.
Version 2.3.1.4
- Updated list of available languages for reCAPTCHA
Version 2.3.1.3
- Fixed some options remaining in the database on uninstall resulting in submissions being blocked or a failed database upgrade occurring on reinstall.
- API: Fixed issue with GFAPI::count_entries( 0 ) where the result is always zero.
Version 2.3.1.2
- Fixed issue where fields disabled by default were re-enabled via conditional logic.
- Updated GFFeedAddon::get_single_submission_feed() method to only return cached feed if the same form object is provided.