Added new gppa_submitted_choice_label PHP filter hook.
Fixed issue where a non-existent custom object type would cause a fatal error.
Fixed a regression with the {count} merge tag.
Fixed an issue with GP_Populate_Anything::maybe_save_choice_label() passing the wrong parameters to GP_Populate_Anything:
opulate_field() which could cause an issue with GP Advanced Select's lazy loading in some cases.
Updated the GF Entry Object Type to have a less memory intensive query cache hash scheme.
Updated gppa_query_cache_hash to pass in a default value of false instead of the value of $object_type_instance->query_cache_hash() to allow for more performant short-circuiting of the query cache hashing.
Fixed an issue where Populate Anything would try to focus on previously-focused inputs that are hidden after a page change or conditional logic update. This fixes a compatibility issue with GP Page Transitions.