Skip to content

Releases: dynamic/silverstripe-geocoder

4.0.0

19 Nov 01:07
f4411d7

Choose a tag to compare

SilverStripe 6 upgrade. Requires PHP 8.1+ and SilverStripe 6.

Key Changes:

  • Upgrade to SilverStripe 6 (#76)
  • Update PHP requirement to ^8.1
  • Update core dependency silverstripe/recipe-core from ^5 to ^6
  • Update dynamic/silverstripe-country-dropdown-field from ^2 to ^3 (SS6 compatible)
  • Fix Extension namespace (ORM → Core\Extension)
  • Remove obsolete parent::onBeforeWrite() call
  • Change onBeforeWrite() visibility to protected

Full Changelog: 3.0.1...4.0.0

3.0.1

06 Sep 17:31
b84f6ac

Choose a tag to compare

What's Changed

Full Changelog: 3.0.0...3.0.1

3.0.0

26 Aug 20:41

Choose a tag to compare

What's Changed

  • REFACTOR Silverstripe 5 compatibility by @jsirish in #70

Full Changelog: 2.0.4...3.0.0

2.0.4

26 Aug 20:30

Choose a tag to compare

What's Changed

Full Changelog: 2.0.3...2.0.4

2.0.3

11 Nov 23:11

Choose a tag to compare

What's Changed

  • BUGFIX DistanceDataExtension - get coordinates by @jsirish in #66

Full Changelog: 2.0.2...2.0.3

2.0.2

11 Nov 21:47
f1d90d1

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.1...2.0.2

2.0.1

05 Oct 20:49
70a9296

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.0.1

1.3.1

05 Oct 20:50
572f52e

Choose a tag to compare

What's Changed

  • BUGFIX strtoupper null value deprecation by @muskie9 in #63

Full Changelog: 1.3.0...1.3.1

2.0.0

16 Sep 02:42
93476c7

Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...2.0.0

1.2.1

02 Aug 01:38

Choose a tag to compare

Full Changelog: 1.2.0...1.2.1

  • UPDATE allow for setting api keys via env cf01107