=== BP Distance Search === Contributors: dontdream Tags: buddypress, members, location, distance, search, filter Requires at least: 4.6 Tested up to: 5.1 Requires PHP: 5.3 Stable tag: 1.0.3 Adds a Google Place Autocomplete profile field type for BuddyPress, and enables search by distance with BP Profile Search. == Description == BP Distance Search adds a new Google Place Autocomplete field type to your BuddyPress extended profiles. You can then add the Google Place Autocomplete fields to your BP Profile Search forms, selecting either the distance search mode or one of the usual text search modes contains, is, or is like. This plugin has been written mainly as a reference implementation for those plugins that add a location field type to the BuddyPress profiles, and wish to make it available for a search by distance in BP Profile Search forms. That means that BP Distance Search will work as described, will be supported and maintained, but most likely won't be extended with new features. In other words, I'm not planning to write another Google maps plugin, I only wish to offer the search by distance to the many users who ask for it. Requires at least BuddyPress 2.4 -- Tested up to BuddyPress 4.3.0 == Installation == * Get a [Google API key](https://developers.google.com/maps/documentation/javascript/get-api-key) (can’t do that for you, sorry) You'll need a *Maps JavaScript API* key and you'll have to enable the *Geocoding API* and the *Places API*. * Follow the standard plugin installation procedure, see [Managing Plugins](https://codex.wordpress.org/Managing_Plugins) This plugin doesn't require any configuration, you'll need your Google API key when you create a *Google Place Autocomplete* profile field. == Changelog == = 1.0.3 = * Fixed bug in back-end profile editing = 1.0.2 = * Fixed conflict with the BuddyPress *Date Selector* field type = 1.0.1 = * Added call to *load_plugin_textdomain* = 1.0 = * Initial version released to the WordPress Plugin Directory