Releases: ethercreative/simplemap
Releases · ethercreative/simplemap
3.4.1
3.4.0
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
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
Fixed
- Fixed a bug where SimpleMap would not validate required fields. (via @samhibberd)
v3.3.3
v3.3.2
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
v3.3.1
v3.3.0
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
3.2.0 - 2018-01-25
Fixed
- Fixed bug where pagination would error when querying via a map field. #70