Gravity Perks - Populate Anything 2.1.17

Download Gravity Perks - Populate Anything 2.1.17 from nulled fire. Dynamically filter and populate field choices and values
Updated "Only Show Unique Results" to be case-insensitive.
Fixed an issue where using a choice-based Product field as the Filter Value for a choice-based Product field Filter Property would not return results.
Fixed a potential memory issue when populating the Live Merge Tag whitelist.
Improved performance by skipping the loading of object type properties during query if an object type supports it.
Improved performance of Field Value Objects.
Improved performance of value population by only querying for one object. If you are needing to get all objects when populating values (e.g. comma-separated list inside a value), use gppa_query_all_value_objects.
Improved performance when using Populate Anything with GravityView.
Improved performance when using Populate Anything with Gravity Flow.
Improved security of Live Merge Tags by running wp_kses_post on the output of Live Merge Tags.
Removed various methods that were duplicated logic in other methods.
Refactored method names internally to drop the term hydrate in favor of populate. Existing methods were kept and deprecated for backwards compatibility.
Added new gppa_bypass_populate_form PHP filter hook.
Added new gppa_query_all_value_objects PHP filter hook.
Fixed a variety of PHP warnings/notices.
Fixed a JavaScript error that could occur with Live Merge Tags if using multiple Nested Form fields in a form pointing to the same child form.
Fixed regression with Live Merge Tags in checkbox choices not working as expected in some cases.
Added new gppa_submit_button JavaScript filter.
Fixed a PHP warning that could be triggered in some situations when using GravityView.