File: /volume1/web/Marchisa-Toman/wp-content/plugins/meta-box-geolocation/CHANGELOG.md
### 1.3.7 - 2026-03-24
- Fix not working with conditional logic
### 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
- Fix selecting an address triggers form submit
### 1.2.5 - 2019-02-14
- Added a new parameter `bind_if_empty` which accepts `true` (default) or `false` for fields so that their value can be (or not be) updated if Google doesn't return any data. See [forum topic](https://metabox.io/support/topic/only-auto-populate-neighborhood-field-if-not-empty/).
### 1.2.4
- Fixed incompatibility with [MB Conditional Logic](https://metabox.io/plugins/meta-box-conditional-logic/)
- Fixed notice error when just set `geo` to `true`.
### 1.2.3
- Fixed multiple autocomplete addresses not working. See the [docs](https://docs.metabox.io/extensions/meta-box-geolocation/) 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 contain `address`.
### 1.2.1
- Better enqueue Google Maps script, be safe when using with map field
### 1.2.0
- Fixed not working with [cloned groups](https://metabox.io/plugins/meta-box-group/).
- Added `api_key` to `geo` to easier setup the Google API key. See [docs](https://docs.metabox.io/extensions/meta-box-geolocation/#google-api-key) 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