Gravity Forms was updated to version 2.4.3, from version 2.4.2. 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.