- 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.
- Fixed an issue where Live Merge Tags displaying time field values that are loaded in through Field Value Objects could result in the wrong time format being used.
- Fixed an issue where Live Merge Tags could show a number in the wrong format if the Number field is set to use a format outside of decimal dot.
- Fixed an issue where Live Merge Tags would not work as expected with textareas on multi-page forms where some lines have trailing whitespace.
- Improved performance if using Populate Anything with JetSloth Images Add-on.
Fixed issue where live merge tags were not parsed correctly in HTML fields when displayed in GravityView.
Fixed PHP notice generated when using a custom database due to incorrect database being used when attempting to convert date-like values.
Removed Page fields from list of available fields when populating from the Entry object type.
- Fixed issue where products used for filter values would not provide consistent results due to the price not being removed from the value while filtering.
- Improved AJAX request handling on the frontend to abort previous requests if a new request is made.
- Fixed issue where Live Merge Tags would be immediately decoupled and not update when editing a Nested Forms child entry that uses Live Merge Tags.
Fixed issue where Populate Anything would conflict with certain field maps such as the Metadata field map for the Stripe Add-On and prevent fields from showing in the Value dropdown.
- Fixed styling of Gravity Forms merge tag buttons in custom filter/template inputs.
- Improved compatibility Gravity Forms 2.6's new AJAX saving.
- Fixed issue where populated choices with a value and label of both "0" would be excluded from the choice list.
- Fixed an issue where radio fields in the Entry Details edit screen with populated choices dependent on other field values would show "Please fill out other fields." rather than the appropriate radio buttons.