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.