Releases: ethercreative/simplemap
Releases · ethercreative/simplemap
v1.8.2
Fixed
- Fixed bug where distance was always
null
v3.1.3
Fixed
- Map fields no longer cause global sets to fail to save!
v3.1.2
Fixed
- Fixed settings not translating for non-English languages
- Fixed boundary settings fields not accepting decimals
v3.1.1
Fixed
- Fixed bug where maps were failing to save.
v3.1.0
Added
- CraftQL support!
- Added
craft.simpleMap.getLatLngFromAddress($addressString[, $country])
.
Improved
- The maps
parts
now contains all available options from here (including the _small
variants). Any options without values are returned as empty strings.
v1.8.1
Fixed bug where maps didn't save
v1.8.0
- The maps
parts
now contains all available options from here (including the _small
variants). Any options without values are returned as empty strings.
- Added
craft.simpleMap.getLatLngFromAddress($addressString[, $country])
.
v3.0.4
Added
- Added ability to restrict location search by country
Changed
v1.7.2
- Added ability to restrict location search by country
- New icon!
v3.0.3
Added
- It's now possible to save the map field with only an address! Useful for populating the field from the front-end. (Requires the Geocoding API).
Improved
- The address and lat/lng are now validated.