Releases: vaersaagod/locate
Releases · vaersaagod/locate
Locate v. 3.2.0
3.2.0 - 2023-03-30
Added
- It's now possible to paste a comma separated lat/lng string into Location fields, and have that lat/lng string automatically parsed into the Location field's
lat
andlng
attributes.
Changed
- Location fields' selected place data is no longer retained when the field value is changed
- Locate now requires Craft 4.3.0 or later
Locate v. 3.1.0
3.1.0 - 2023-02-15
Added
- Location fields are now previewable in element indexes
Locate v. 3.0.2
3.0.2 - 2023-02-07
Fixed
- Fixed a JS error
Loading the Google Maps JavaScript API without a callback is not supported
Locate v. 3.0.0
3.0.0 - 2022-04-23
Added
- Adds Craft 4.0 compatibility
Fixed
- Fixes an issue where the Locate field's JS could initialise before Google's JS API had loaded
Locate v. 2.3.2
2.3.2 - 2021-01-04
Fixed
- Fixes an issue where Locate would not migrate
swixpop/locate
fields on install
Locate v. 2.3.1
2.3.1 - 2020-09-23
Changed
- Added additional properties to default fields (
name
,place_id
)
Locate v. 2.3.0
2.3.0 - 2020-08-29
Fixed
- Fixes Craft 3.5 compatibility issues
Added
- Added
swixpop/locate
->vaersaagod/locate
migration
Improved
- Add setting fields in Locate's settings page for API region and language settings
- Settings fields in the CP now display a warning if they are being overridden using a config file
- Settings fields in the CP now shows the stored database/Project Config values, not the overridden values from config
- Settings fields in the CP now accept environment variables
- Locate now sets the
field
Places API options object togeometry
andaddress_components
by default - Added setting keys to example
config.php
file
Changed
- Locate now requires Craft 3.5.7 or later
Locate v. 2.2.0
2.2.0 - 2020-02-10
Added
- Adds
apiLanguage
andapiRegion
settings
Changed
- Changes plugin vendor name and namespace from "swixpop" to "vaersaagod"