News & Updates -

Gravity Forms 2.4.3 Released

Jeff Matson By Jeff Matson Published December 12, 2018

Gravity Forms 2.4.3 has been released via automatic update and the download page. This new version is a maintenance release that contains various bugfixes and compatibility fixes.

If you are running version 2.4.1, we strongly recommend updating to version 2.4.3 as this solves an issue which can result in potential data loss when deleting a field.

Gravity Forms 2.4.3 Changelog

  • Added parameter to GFMergeTag.parseMergeTags to allow modifying the regular expression used to parse merge tags.
  • Fixed a PHP notice which could occur when saving a new confirmation if the conditional logic was not configured.
  • Fixed the logging admin notice being displayed for users who can’t access the plugin settings.
  • Fixed an issue with the confirmation and notification message settings when no-conflict mode is enabled with WordPress 5.0.
  • Fixed failed state validation when double quotes in Consent field labels.
  • Fixed issue with product field merge tags when used in a calculation formula on sites using a decimal comma currency.
  • Fixed the id of the first input not being updated when duplicating an Email field with the email confirmation setting enabled.
  • Fixed an issue which can cause the calculations of some pricing fields to generate an error in some circumstances.
  • API: Fixed an issue with the Multi-Column List Field where pre-population via custom code fails to pre-populate the field values.
  • API: Fixed an issue with the single column List Field where is sent incorrectly as an array instead of a comma separated list.
  • API: (internal) Added the gform_gf_query_sql filter to allow low level manipulation of SQL generated by the internal GF_Query class.