Releases: ethercreative/simplemap
Releases · ethercreative/simplemap
v1.7.1
- It is now possible to save the field using only an address (useful for saving via the front-end, requires Geocoding).
- Improved the field's validation.
v3.0.2
- Fixed a bug where location searches would error if
orderBy
was not defined
v1.7.0
- Improved the efficiency of the location search query.
v1.6.3
- The field is now previewable in the entries table (via @joshuabaker)
- Fixed a bug where
SimpleMap_MapModel
__toString()
would't always return a string.
v1.6.2
- Fixed bug where some browsers would consider some decimals invalid in the Lat/Lng inputs #46
- Fixed
CDbException
when trying to search by invalid location. mapField.distance
will return NULL
in this case #48
v1.6.1
- Added fix for slightly major bug in 1.6.0 that meant any non-translatable fields would stop displaying old data. #44
v1.6.0
- Added alternative Server API key setting #38
- Fix maps not saving because of troubles with dots and commas #41 - @Zae
- Non-translatable fields now actually don’t translate #43
- Added error handling for failed server geocode requests #37
- You can no longer tap to move the marker on mobile (drag map instead) #33
v1.5.1
- Fixed the Lat/Lng inputs not accepting decimals in Chrome #36