Skip to content

Releases: pronamic/gravityforms

2.8.18

02 Oct 10:08
Compare
Choose a tag to compare

2.8.18 | 2024-10-01

  • Fixed spacing and margin issues in the form list, help page, and settings page in RTL.
  • Fixed an issue where get_submitted_fields() is not returning the correct field values if meta keys are not numeric.

2.8.17

27 Aug 10:07
Compare
Choose a tag to compare

2.8.17 | 2024-08-26

  • Updated the form restriction logging statements to include the form ID.
  • Fixed an issue where the license key is not saved for some sites in a multisite/network installation.

2.8.16

13 Aug 10:08
Compare
Choose a tag to compare

2.8.16 | 2024-08-12

  • Added security enhancements.
  • Added unique aria labels to the main links on the form list, entry list, confirmation list, and notification list to improve accessibility.
  • Updated the licensing messages on the plugins page to be consistent with the settings page.
  • Updated the results page title to be unique for better accessibility.
  • Updates for WP 6.6 compatibility.
  • Fixed an issue where a number field with range has an invalid aria-describedby attribute when it fails validation.
  • Fixed issues with the choices flyout in the form editor in RTL languages.
  • Fixed an issue where a database error occurs during background processing if the site that queued the task is deleted.

2.8.15

30 Jul 10:07
Compare
Choose a tag to compare

2.8.15 | 2024-07-29

  • Added improvements to translator comments.
  • Added improvements for WordPress 6.6 compatibility.
  • Updated the text of the donation form template to be more consistent.
  • Updated admin page titles to be unique for better accessibility.
  • Fixed a 404 link pointing to the Chosen library in the enhanced UI info box in the field settings sidebar.
  • Fixed an issue that sometimes prevents users from editing the "End Paging" settings.
  • Fixed an issue where temporary file uploads for abandoned submissions can remain longer than intended if the form is not submitted again.
  • Fixed an issue where the expected choices are not included in the Select a Field setting on the Notification configuration page when using the gform_email_fields_notification_admin filter.
  • Fixed an issue where a form embedded in the confirmation message can't submit because block styles are inserted in the middle of the init scripts.

2.8.14

11 Jul 10:07
Compare
Choose a tag to compare

2.8.14 | 2024-07-10

  • Fixed the compatibility of the reCAPTCHA v2 field with Conversational Forms by removing the field from the form in Conversational view.
  • Fixed a PHP warning that occurs when the current user role only has the capability to access the System Status Page.

2.8.13

27 Jun 10:07
Compare
Choose a tag to compare

2.8.13 | 2024-06-26

  • Fixed an issue where custom theme styles are sometimes not applied on confirmation page or when navigating between pages in a multi-page form.
  • Fixed an issue where the AJAX spinner init script is output in save and continue notifications, which can impact deliverability in some environments.
  • Fixed an issue where a choice of 00 in the minute settings for the form scheduled start and end times changes to 01 on save.
  • Updated and improved the performance of database queries by removing the legacy table check.
  • AF: Fixed an issue where a saved value of 0 is not displayed in text type settings.

2.8.12

30 May 10:07
Compare
Choose a tag to compare

2.8.12 | 2024-05-29

  • 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:06
Compare
Choose a tag to compare

2.8.11 | 2024-05-15

  • 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:07
Compare
Choose a tag to compare

2.8.10 | 2024-05-14

  • 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

02 May 10:07
Compare
Choose a tag to compare

2.8.9 | 2024-04-30

  • 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.