Releases: doublesecretagency/craft-googlemaps
Releases · doublesecretagency/craft-googlemaps
4.1.1
4.1.0
Added
- Addresses now include an optional
name
subfield. (#26) - Addresses now include an optional
county
subfield. - Addresses now include an optional
placeId
subfield. (#25) - The
hideMarker
method now allows*
to hide all markers at the same time. (#39) - The
showMarker
method now allows*
to show all markers at the same time. - The
hideKml
method now allows*
to hide all KML Layers at the same time. - The
showKml
method now allows*
to show all KML Layers at the same time. - Added
markerLink
option for dynamic map markers. (#34) - Added
markerClick
option for dynamic map markers. (#34) - Added a JS script and instructions for adding Google Places Autocomplete to front-end forms.
Changed
- Replaced deprecated MarkerClustererPlus library with newly recommended MarkerClusterer library.
- Improved autocompletion of Address fields by returning a broader set of results.
- Improved
fit
method to more accurately reflect visible markers. - Renamed
getMarkerCluster
JavaScript method togetMarkerClusterer
for accuracy.
4.0.11
Added
- Added
cluster
option to easily cluster map markers. (#9) - Added
getMarkerCluster
JavaScript method. (#9) - Added
openInfoWindow
universal method. (#10)
4.0.10
4.0.9
Added
- On installation, migrates existing Smart Map license key (if available).
- Logs migration warning messages for recoverable issues.
Changed
- Requires a minimum of Craft 3.6.14.
Fixed
- Significantly improved stability of migration from Smart Map.
- Reinstated alias for the legacy fieldtype.
4.0.8.1
Fixed
- Reverted field alias, to be reinstated with upcoming Craft release.
4.0.8
Changed
- Improved error handling on the Visitor Model.
- Added an alias for the legacy fieldtype.
Fixed
- Fixed a bug occurring with a null
target
value.
4.0.7
4.0.6
Added
- Added the subfield filter fallback mechanism for proximity searches. (#5)
Changed
- Improved error messaging for when a map ID conflicts with the ID of another DOM element. (#23)
4.0.5
Added
- Added
fieldControlSize
setting to control the UI size for Address fields. (#19) - Added
fieldParams
setting to adjust the API URL for Address fields. (#18)