Skip to content

Releases: geocoder-php/GeocoderLaravel

4.3.0

29 Feb 22:04

Choose a tag to compare

Added

  • Laravel 7 compatibility.

4.2.4

17 Oct 00:54

Choose a tag to compare

Changed

  • configuration setting for reader to use array-notation, to allow config caching. Thanks @tooblue !

4.2.3: Don't set logger if it doesn't exist.

15 Oct 16:16

Choose a tag to compare

Fixes

  • logger instantiation to not add logger if it doesn't exist.

4.2.2

02 Oct 15:12

Choose a tag to compare

Added

  • logger injection in chain provider.

4.2.1

02 Oct 15:06

Choose a tag to compare

Added

  • Laravel 6.1 compatibility.

4.2.0: Merge pull request #156 from geocoder-php/feature/update-to-laravel-6

29 Aug 14:56
71f43e2

Choose a tag to compare

4.1.2

23 May 18:35

Choose a tag to compare

Fixed

  • initialization of geocoder adapter.

4.1.1: Tweaked changes from PR, included HTTP Response Factory

12 Mar 23:59

Choose a tag to compare

Added

  • Guzzle HTTP Response Factory out of the box, thanks @trippo for reporting that.

Removed

  • string helper methods to future-proof things, as they are deprecated, thanks @nmfzone for submitting that PR!

4.1.0

04 Mar 17:46

Choose a tag to compare

Added

  • Laravel 5.8 compatibility.

4.0.21: Add tojson method

03 Nov 19:11

Choose a tag to compare

Added

  • ->toJson() method when querying results.