Releases: codewurker/gravityforms
Releases · codewurker/gravityforms
2.8.9
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
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
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.