Skip to content

Releases: doublesecretagency/craft-googlemaps

5.1.1

11 Jan 04:19
Compare
Choose a tag to compare

Added

  • Added formatted address to geocoding lookup results.

Fixed

  • Patched bug in multisite migration. (#127)
  • Nullify raw [object Object] values.

4.6.1

12 Dec 20:00
Compare
Choose a tag to compare

Fixed

  • Patched bugs in multisite migration. (#124, #125)

5.1.0

03 Dec 16:58
Compare
Choose a tag to compare

Warning

This update runs a significant migration, which may notably increase the size of the googlemaps_addresses table for multisite projects. Please ensure that you have backed up the database before performing this migration.

Added

Fixed

  • Fixed bug in “Test Address Lookup” utility.
  • Fixed small centering bugs in dynamic maps.

4.6.0

03 Dec 16:50
Compare
Choose a tag to compare

Warning

This update runs a significant migration, which may notably increase the size of the googlemaps_addresses table for multisite projects. Please ensure that you have backed up the database before performing this migration.

Added

Fixed

  • Fixed bug in “Test Address Lookup” utility.
  • Fixed small centering bugs in dynamic maps.

5.0.3

11 Nov 22:06
Compare
Choose a tag to compare

Added

  • Added an ACF adapter for Google Map fields. (thanks @brandonkelly)

5.0.2

12 Apr 21:35
Compare
Choose a tag to compare

Fixed

  • Fixed utility icons.

5.0.1

12 Apr 19:00
Compare
Choose a tag to compare

Fixed

  • Patched bug caused by malformed subfield config.

4.5.2

12 Apr 18:55
Compare
Choose a tag to compare

Fixed

  • Patched bug caused by malformed subfield config.

5.0.0

02 Apr 14:44
Compare
Choose a tag to compare

Warning

The default proximity search range has been changed from 500 to null (no distance limit). Proximity searches relying on the default value might now include additional results. If a maximum range is required, specify it manually.

Changed

  • Dropped the default range value. (#68)
  • Requires non-beta version of Craft 5.
  • Determined stable on Craft 5.

4.5.1

01 Apr 05:27
Compare
Choose a tag to compare

Added

  • Added an event for plugins/modules to define search keywords. (#108)

Fixed

  • Added a null check when compiling search keywords. (#108)