- Fixed issue where `GFFormsModel::get_field()` would not return the correctly hydrated choices of a field when refreshing Live Merge Tags if Field Value Objects are being used.
- Fixed issue where Live Merge Tag values could potentially be overwritten and shown the wrong value if a dynamically populated Multi Select is on the form.
- Improved compatibility with the upcoming Gravity Forms 2.6 release by hiding the toggle to open the new Choices UI if choices are dynamically populated.
- Added compatibility for populating image choices if using JetSloth's Image Choices plugin.
- Added "Featured Image URL" property to Post Object Type.
- Added support for adding Properties to Object Types that can only be used in Choice/Value Templates. This is useful for derived properties such as Featured Image URL for the Post Object Type.
- Added new "NULL" Special Value to use when filtering. It’s currently supported by the Database Object Type and can be used with the “is” and “is not” filter operators.
- Added "Update URI" to plugin header to improve security.
- Fixed issue where the Database Object Type could not be ordered by columns with spaces in their names.
Fixed potential PHP error if ordering by a taxonomy and there are more than one of the taxonomy attached to the post.
- Fixed issue where Live Merge Tags in Drop Down field choice values were not being updated in some situations such as when used with Nested Forms {Parent} merge tags.
- Fixed Live Merge Tags not always returning dates immediately.
Updated usages of GPPA_Object_Type::isRestricted() to GPPA_Object_Type::is_restricted().
- Fixed issue where field choices could reload with the incorrect choices when editing entries using GravityView if calculations are used for filtering the returned choices.
- Fixed PHP warnings that could show in certain use-cases with the User object type.
- Fixed PHP notice that could show when adding a coupon for "Any Form" with the Gravity Forms Coupons Add-On.
- Fixed issue where Filters could be added in the field settings prior to the properties being loaded for the Object Type.
- Fixed regression with Live Merge Tags in radio values being reset when navigating multi-page forms.
- Fixed issue where gform object was not available to Populate Anything in GravityView's list view.
- Improved consistency of Product fields with Choices to regular choice-based fields by showing the selected choice label rather than value when viewing the entry.
- Fixed issue where fields would be reloaded immediately after switching pages in a multi-page form.
- Fixed performance issue that could arise on forms with a large amount of conditional logic rules and Live Merge Tags.
Added new [`gppa_should_force_use_field_value`](https://gravitywiz.com/documentation/gppa_should_force_use_field_value) PHP filter.