Skip to content

Releases: doublesecretagency/craft-googlemaps

4.1.1

24 Dec 22:25
Compare
Choose a tag to compare

Changed

  • Improved support for using Google Maps JavaScript API constants within Twig/PHP.

Fixed

  • Fixed namespacing bug when an Address field is nested within a Matrix field. (#43)

4.1.0

01 Dec 17:49
Compare
Choose a tag to compare

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 to getMarkerClusterer for accuracy.

4.0.11

18 Jun 18:43
Compare
Choose a tag to compare

Added

4.0.10

08 Jun 18:52
Compare
Choose a tag to compare

Added

Changed

  • Ensure static map marker options are set as strings. (#29)

4.0.9

22 May 20:15
Compare
Choose a tag to compare

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

10 May 17:24
Compare
Choose a tag to compare

Fixed

  • Reverted field alias, to be reinstated with upcoming Craft release.

4.0.8

08 May 23:56
Compare
Choose a tag to compare

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

26 Apr 16:26
Compare
Choose a tag to compare

Added

Changed

  • Allow Address field map to stay open if the field already contains coordinates.

4.0.6

18 Apr 23:17
Compare
Choose a tag to compare

Added

Changed

  • Improved error messaging for when a map ID conflicts with the ID of another DOM element. (#23)

4.0.5

27 Mar 23:05
Compare
Choose a tag to compare

Added