You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated JS for the locations typeahead shortcode to only enqueue on pages that use that shortcode.
Renamed handles for third-party JS to establish consistency between other UCF plugins that use equivalent scripts and allow a single set of scripts to be used. This update removes checks for existing scripts from the Degree Search Plugin.
Adds an old fashion form for searching locations, implemented via shortcode on pages. The [location-search] will add the form and results to any page it's added to.
Updated the location importer to support the updated location feed schema from Map's upcoming v1.13.5 release.
Updated the location importer's create_new() and update_existing() methods to require incoming location data to have a title/name set. If the incoming location doesn't have a name/title, processing of that location is skipped and an error is stored + spat out when the import finishes.
Bumped minimum PHP version requirement to 7.0 to support null coalescing.
Bug Fixes:
Moved the step in the location importer that unsets an existing location post from existing_locations to only occur when an existing location is successfully updated.
Fixed errors in the location importer caused by attempting to loop through map_data when get_data() returns false.
Fixed output of error messages at the bottom of print_stats() in the location importer.