Skip to content

Releases: codewurker/gravityforms

2.8.12

30 May 10:13

Choose a tag to compare

Gravity Forms v2.8.12 Changelog

  • Fixed an issue where a console error is thrown if gform.initializeOnLoaded is called directly.
  • Fixed an issue where the Conversational Forms Add-On settings page is not displayed if the site is using a plugin to manage roles and capabilities.

2.8.11

16 May 10:12

Choose a tag to compare

Gravity Forms v2.8.11 Changelog

  • Fixed an issue where some forms are broken due a missing gform variable caused by recent changes to the Dom_Parser class.

2.8.10

15 May 10:12

Choose a tag to compare

Gravity Forms v2.8.10 Changelog

  • Fixed a fatal error when a user submits a form with files attached to the Save & Continue notification.
  • Fixed memory exhaustion and performance issues caused by the Dom_Parser class being loaded on every request.
  • Fixed an issue with ajax-enabled multi-page forms with conditional logic, where fields that should be hidden by conditional logic are visible for a fraction of a second.
  • Fixed an issue where the conditional logic settings for the Address Field are displayed with wrong values if the gform_countries filter is used to change the country list to include country codes.
  • API: Added the gformIsHidden filter to allow developers to determine if a field is hidden by conditional logic. Credit: The GravityWiz Team.
  • API: Added the gform_generic_map_field_choices filter for options displayed in a Generic Field Map. Credit: The GravityWiz Team.

2.8.9

01 May 10:12

Choose a tag to compare

Gravity Forms v2.8.9 Changelog

  • Added a new form setting to put field validation messages above inputs.
  • Added the gform_bypass_template_library filter to bypass the template library and create a blank form.
  • Fixed an issue where an invalid value in a hidden state field causes a fatal error on submission.
  • Fixed an issue where the wrong value populates into the "other" choice input if a Radio field with conditional logic has "other" choice enabled and a default value set.
  • Updated the backwards compatibility of the file upload field if no files are selected.

2.8.8

24 Apr 10:13

Choose a tag to compare

Gravity Forms v2.8.8 Changelog

  • Added security enhancements.
  • Fixed a fatal error in WordPress 6.5 when using a 3rd-party add-on without a defined slug.
  • Fixed a PHP notice that is thrown when calling GFForms::get_form() with just the form ID parameter.
  • Fixed an issue where the submit button was blocked by the reCAPTCHA field in IOS devices when using certain themes.
  • Fixed an issue where the gform_progressbar_start_at_zero filter is not working with forms that have page conditional logic.
  • Fixed a PHP notice that can be displayed when instantiating the GF_Locking class in certain contexts.
  • Updated status indicator component to use improved markup and styles.

2.8.7

19 Apr 13:03

Choose a tag to compare

Gravity Forms v2.8.7 Changelog

  • Fixed a bug where total calculation and post conditional logic events sometimes aren't called when using the gform_abort_conditional_logic_do_action filter.
  • Fixed a fatal error that sometimes occurs when deleting entries.
  • Fixed a bug that causes the plugins page to display "Auto-updates disabled" for Gravity Forms when auto-updates are turned on with the auto_update_plugin filter.
  • Fixed a bug that prevents the gform_pre_validation filter from running when an individual field is validated, such as in a conversational form.
  • Updated JavaScript and CSS from the assets directory to always load minified versions.
  • Updated the minimum WordPress version (for support) on the System Status page to 6.4.