- Fixed an issue with dynamically populated values not being populated in Live Merge Tag values in certain fields such as Paragraph fields.
- Fixed integration with JetSloth Image Choices where Product Option fields would have their option labels reset after selecting/deselecting options.
- Fixed a PHP warning that could occur in certain scenarios with Product fields.
- Fixed issue where checkboxes using Live Merge Tags as values could become checked on multi-page forms if the depended-upon LMT has an empty value.
- Fixed a fatal PHP error that could occur for fields pointing to an Object Type that is no longer available.
- Fixed issue where Live Merge Tags wouldn't update in some cases with multi select fields.
- Fixed issue where Live Merge Tags referencing fields that are dynamically populated would not work in some situations.
Fixed PHP notice.
Fixed issue with checkbox fields using Live Merge Tags causing them to become unchecked after failed validation or when navigating multi-page forms.
- Added new `gppa_object_type_filter_after_processing` and `gppa_has_empty_field_filter_value` PHP filters.
- Fixed issue where numeric filters such as greater than were not working correctly with the Gravity Forms Entry Object Type.
- Fixed regression where property values would not show for the Database Object Type in the Form Editor.
- Fixed issue where Value population did not work correctly for Option fields using the Checkbox Field Type.
- Fixed a potential PHP warning on the Entry Details screen.
- Improved error handling during queries in the event that a `WP_Error` object gets returned for various reasons (missing taxonomy, etc).
- Fixed issue where Live Merge Tags in List field column labels would not be replaced in the Entry Details screen.
- Fixed issue where a query limit was not being used when fetching values for a property in the Form Editor which could cause out-of-memory errors.
- Added IP, Payment Method, Payment Status, and Transaction ID as available properties under the Gravity Forms Entry Object Type.
Added support for viewing dynamically populated choices in add-on results pages such as the Survey Results.
- Fixed an issue where the GF Entry object type wasn't always JSON decoding when filtering using a JSON value such as one from a multi select field.
- Fixed a scenario where a product/option's price would not be stripped from the submitted value during failed validation which would cause dependent fields to not be properly populated.
- Fixed an issue where carriage returns (`\r`) would be inserted into field values when filtering by them which could cause data to not be matched for certain object types such as Gravity Forms entries.
- Improved compatibility with Easy Passthrough and populating chained choices/values.
- Added new [`gppa_prepopulate_field_values`](https://gravitywiz.com/documentation/gppa_prepopulate_field_values) PHP filter.
- Fixed a PHP warning that could occur in some cases with multiple input fields if there are some inputs without value templates specified.
- Improved compatibility with replacing Live Merge Tags inside merge tags parsed by GravityRevisions.
- Fixed Live Merge Tags not being parsed in {all_fields} for nested entries.
- Added new [`gppa_field_objects_query_args`](https://gravitywiz.com/documentation/gppa_field_objects_query_args) filter.
- Added new [`gppa_value_specification`](https://gravitywiz.com/documentation/gppa_value_specification) filter.
- Improved behavior of filter selects/inputs when reloading field settings.