Meta Box Geolocation Changelog
1.3.6 - 2024-08-19
Fix running PHP Codesniffer when installing & autoload the plugin's main file via Composer
1.3.5 - 2023-06-27
- Fix "bind_if_empty" not working
1.3.4 - 2022-08-11
- Fix not populating address values without a map field
1.3.3 - 2022-05-05
- Fix OSM still loading google maps scripts
- Add support for opening_hours, phone, website, formatted_phone_number, international_phone_number, rating, user_ratings_total
1.3.2 - 2021-12-21
- Fix OSM field binding merging two fields doesn't work
1.3.1 - 2021-02-09
- Fix auto populate not working for city, country fields
1.3.0 - 2021-01-28
- Add support for Open Street Maps
- Add support for two-way binding, e.g. when you update pin on the map, the latitude/longitude fields are auto updated (and vise-versa)
1.2.6 - 2019-10-10
1.2.5 - 2019-02-14
- Added a new parameter
bind_if_empty
which acceptstrue
(default) orfalse
for fields so that their value can be (or not be) updated if Google doesn't return any data. See forum topic.
1.2.4
- Fixed incompatibility with Meta Box Conditional Logic
- Fixed notice error when just set
geo
totrue
.
1.2.3
- Fixed multiple autocomplete addresses not working. See the docs for usage.
1.2.2
- Fixed not using the same settings for all meta boxes
- Fixed auto-populate for only fields start with
address
, not containaddress
.
1.2.1
- Better enqueue Google Maps script, be safe when using with map field
1.2.0
- Fixed not working with cloned groups.
- Added
api_key
togeo
to easier setup the Google API key. See docs for details.
1.1.1
- Improvement: Improve the loader for theme. Just require the plugin and it works.
- Fix: Field should match exactly instead of contain Address Components.
1.1
- New: Works with cloned group
1.0.1
- Improvement: Better compatibility with Map field
- Improvement: Trigger `selected_address` when address change
1.0
- First release