Skip to content

Releases: dynamic/silverstripe-geocoder

1.2.0

03 Aug 19:19
f1897a6
Compare
Choose a tag to compare

1.2.0 (2020-08-03)

Full Changelog

Closed issues:

  • FEATURE Allow user to override lat and lng #53

Merged pull requests:

1.1.1

09 Jan 20:20
Compare
Choose a tag to compare

1.1.1 (2020-01-09)

Full Changelog

Implemented enhancements:

  • REFACTOR Geocoding - don't attempt to generate coordinates if geocoding key is missing #47

Merged pull requests:

  • BUGFIX AddressDataExtension onBeforeWrite - check if geocoding key is… #52 (jsirish)

1.1.0

19 Nov 17:33
Compare
Choose a tag to compare

1.1.0 (2019-11-19)

Full Changelog

Implemented enhancements:

  • REFACTOR Remove StateDropdownField as a default in CMS #45

Fixed bugs:

  • REFACTOR AddressDataExtension::hasAddress() - allow for State, PostalCode or Country #46

Closed issues:

  • 1.2.0 #48
  • FEATURE Github Issue templates #44

Merged pull requests:

  • REFACTOR AddressDataExtension - remove StateDropdownField #51 (jsirish)
  • DOCS add Github templates #50 (jsirish)
  • REFACTOR AddressDataExtension::hasAddress() #49 (jsirish)

1.0.2

29 Oct 19:37
Compare
Choose a tag to compare

1.0.2 (2019-10-29)

Full Changelog

Fixed bugs:

  • BUG Coordinates are not calculated if Location is missing postal code. Not all cities have postal codes #42

Merged pull requests:

  • BUGFIX AddressDataExtension - hasAddress() #43 (jsirish)

1.0.1

28 Aug 15:52
Compare
Choose a tag to compare

Changed front end maps to use a different api key (#36)

  • Changed front end maps to use a different api key

    • due to google changing how restrictions worked
  • UPDATE travis.yml

1.0.0

13 May 20:33
Compare
Choose a tag to compare
Updated docs (#33)

  - Better explanation of address map
  - Added info about the extension point in DistanceDataExtension

* Documented disabling geocoding on model basis