Gravity Forms was updated to version 1.8.5, from version 1.8.4. Changelog:
- Added $field and $value parameters to ‘gform_duplicate_message’ filter.
- Added new hook: “gform_after_update_form_meta”, fires any time form meta is updated.
- Updated shortcode_atts() call in GFForms::parse_shortcode() method to pass ‘gravityforms’ as the third parameter so 3rd party developers can add/filter shortcode attributes.
- Fixed Notice when adding a post category field to the form.
- Fixed issue with email notification format when using the {pricing_fields} merge tag.
- Fixed issue with conditional logic when the current number locale is set to decimal comma.
- Fixed issue with export where it was returning results inconsistent with entry list for checkbox items that have been re-ordered.
- Fixed issue where custom field types which posted values as arrays were set to null when filtering for HTML.
- Fixed issue with number format and conditional logic when number was configured with the comma as the decimal separator.
- Fixed issue with tooltips not working on Add On pages. Included font-awesome.css to Add On pages to fix the issue.
- Fixed issue where old inputs were not removed when adding new choices via bulk add functionality for Post Custom Fields with a “checkbox” field type.
- Fixed an issue with entry export which may result in an empty export file for forms with a large number of entries.