Total 01/04/2025 : We HAVE 11318 Items and more than 3524 happy members.
Log Update Item Gravity Perks Populate Anything
This page only show history update item Gravity Perks Populate Anything.

Improved regular expression for Live Merge Tags on initial load to prevent issue where fields that are conditionally hidden would have their value shown.

- Fixed issue where Drop Downs with choices using LMTs were not parsed correctly causing issues when replacing the LMTs.

- Fixed issue where zeroes would not be used as filter values in some situations like when a form fails validation and the form reloads.

- Fixed issue with Live Merge Tags not being able to pull Time field or Date Dropdown values on initial load.

- 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.