Skip to content

Releases: ethercreative/simplemap

3.4.1

20 Mar 13:57
@Tam Tam
f60ec46
Compare
Choose a tag to compare

3.4.1 - 2019-03-20

Fixed

  • Fixed an issue where the map field class broke after upgrading.

3.4.0

20 Mar 10:52
@Tam Tam
3fbd4ca
Compare
Choose a tag to compare

3.4.0 - 2019-03-20

Changed

  • SimpleMap is now Maps! We've re-written the plugin from the ground-up while
    keeping it backwards compatible (even back to Craft 2!)
  • Maps is now powered by Vue!
  • New icon yo

Added

  • OpenStreetMap Support and map tiles
  • Mapbox Support and map tiles
  • Apple MapKit Map Tiles
  • Here Maps Support and map tiles
  • Wikimedia Map Tiles
  • Carto Map Tiles
  • Address inputs for manually settings address parts data.

Improved

  • We've normalized the map "Parts", so you'll always know what data you have available.
  • CraftQL support: you can now query and mutate Maps fields via Graph!
  • Field Customization: It's now possible to hide the location search, map, and address inputs.

Fixed

  • Maps are now multi-site aware and can be translated.

Removed

  • Removed lat/lng inputs from field
  • Removed restrict by type
  • Removed boundary restriction

3.3.5

17 Feb 09:05
@Tam Tam
b26a760
Compare
Choose a tag to compare

3.3.5 - 2019-02-17

Fixed

  • Fixed an issue with sorting by distance when using the Solspace Calendar plugin. (via @bighoho123)

v3.3.4

05 Sep 14:33
@Tam Tam
be90293
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where SimpleMap would not validate required fields. (via @samhibberd)

v3.3.3

16 Mar 10:09
@Tam Tam
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where SimpleMap would cause the ResaveElements job to error when triggered via console.

v3.3.2

05 Mar 11:54
@Tam Tam
Compare
Choose a tag to compare

3.3.2 - 2018-03-05

Added

  • Added docs for using a config file to configure the plugin.

Fixed

  • Fixed JOIN alias issue when using the Element API plugin (via @idontmessabout)

v1.8.3

05 Mar 11:38
@Tam Tam
Compare
Choose a tag to compare

v3.3.1

30 Jan 20:24
@Tam Tam
Compare
Choose a tag to compare

3.3.1 - 2018-01-30

Fixed

  • Fixed JS bug on settings page

v3.3.0

30 Jan 17:15
@Tam Tam
Compare
Choose a tag to compare

3.3.0 - 2018-01-30

Fixed

  • Added a fix for those annoying Call to a member function getMap() on null bugs

Improved

  • Map height no longer jumps when page loads
  • Vastly improved the map fields settings UI/UX
    • No more nasty text fields!
    • Map height and position is now set by resizing and moving a map
    • Auto-complete search bounds can now be drawn directly onto a map
    • Radio buttons are now drop-downs

Changed

  • Now using the plugins afterInstall function instead of the plugin after install event
  • The "Hide Lat/Lng" option is now true by default

v3.2.0

25 Jan 20:12
@Tam Tam
Compare
Choose a tag to compare

3.2.0 - 2018-01-25

Fixed

  • Fixed bug where pagination would error when querying via a map field. #70

Improved

  • Updated CraftQL support (via @markhuot)
  • Removed webonyx/graphql-php dependency #71
  • Improved address and lat/lng input sizing on smaller screens and in a HUD #73
  • Updated Mapbox example to use latest API #74