Skip to content

Releases: doublesecretagency/craft-googlemaps

4.3.0

31 Jan 22:16
Compare
Choose a tag to compare

Added

Changed

  • Completely refactored how Vue powers the Address field. Now updated to use Vue 3 and Pinia.

Fixed

  • Set a default noop callback to prevent a Google Maps API console error.
  • Fixed styles option for static maps. (#70)
  • Fixed minor bug in migration from Smart Map. (thanks @bencroker)
  • Fixed bug which occurred when "Geolocation Service" was set to "None". (#72)
  • Fixed a bug which prevented multiple maps from having info windows at the same time.
  • Removed an old symlink which could cause conflicts with rsync. (#63)

4.2.5

25 Jul 05:06
Compare
Choose a tag to compare

{tip} If using Sprig, enable the inline option in the Twig/PHP tag method.

Added

Changed

  • JavaScript will no longer be injected inline automatically when Sprig is installed.

4.2.4

23 Jul 21:51
Compare
Choose a tag to compare

Changed

  • All required JavaScript assets now load with defer attribute. (#61)

Fixed

  • Fixed a minor conflict from recent clustering changes.

4.2.3

13 May 16:52
Compare
Choose a tag to compare

Fixed

  • Load JavaScript inline when using Sprig. (#52)

4.2.2

09 May 23:44
Compare
Choose a tag to compare

Fixed

  • Fixed bug affecting zoom level of a single marker. (#53)

4.2.1

25 Apr 16:09
Compare
Choose a tag to compare

Fixed

  • Fixed typecasting of event parameters. (#54)

4.2.0

18 Apr 19:21
Compare
Choose a tag to compare

Added

  • Craft 4 compatibility.

4.1.9

16 Apr 05:19
Compare
Choose a tag to compare

Fixed

  • Allow range to be a float between 0 and 1.

4.1.8

11 Apr 17:36
Compare
Choose a tag to compare

Fixed

  • Fixed minor bug in JavaScript tag method.

4.1.7

10 Apr 18:25
Compare
Choose a tag to compare

Changed

  • Prevents the name subfield from being just a copy of street1 subfield.
  • Prevents the map from appearing as a grey box when zoom or center are missing.
  • Changed the default zoom level to 11.

Fixed

  • Actually fixed info window regression. (#49)
  • Fixed a bug which occurs when getting coordinates from a custom Address model.
  • Fixed a bug which occurs when using only a single Address model on a static map.