Skip to content

Releases: ethercreative/simplemap

v1.8.2

09 Jan 10:35
@Tam Tam
Compare
Choose a tag to compare

Fixed

  • Fixed bug where distance was always null

v3.1.3

18 Dec 15:47
@Tam Tam
Compare
Choose a tag to compare

Fixed

  • Map fields no longer cause global sets to fail to save!

v3.1.2

18 Dec 11:26
@Tam Tam
Compare
Choose a tag to compare

Fixed

  • Fixed settings not translating for non-English languages
  • Fixed boundary settings fields not accepting decimals

v3.1.1

30 Nov 17:50
@Tam Tam
Compare
Choose a tag to compare

Fixed

  • Fixed bug where maps were failing to save.

v3.1.0

30 Nov 17:40
@Tam Tam
Compare
Choose a tag to compare

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

30 Nov 18:22
@Tam Tam
Compare
Choose a tag to compare

Fixed bug where maps didn't save

v1.8.0

30 Nov 10:53
@Tam Tam
Compare
Choose a tag to compare
  • 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

28 Nov 14:08
@Tam Tam
Compare
Choose a tag to compare

Added

  • Added ability to restrict location search by country

Changed

  • New icon!

v1.7.2

28 Nov 14:15
@Tam Tam
Compare
Choose a tag to compare
  • Added ability to restrict location search by country
  • New icon!

v3.0.3

08 Nov 17:31
@Tam Tam
Compare
Choose a tag to compare

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.