Releases: geocoder-php/GeocoderLaravel
Releases · geocoder-php/GeocoderLaravel
4.3.0
29 Feb 22:04
Compare
Sorry, something went wrong.
No results found
4.2.4
17 Oct 00:54
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixes
logger instantiation to not add logger if it doesn't exist.
4.2.2
02 Oct 15:12
Compare
Sorry, something went wrong.
No results found
Added
logger injection in chain provider.
4.2.1
02 Oct 15:06
Compare
Sorry, something went wrong.
No results found
Added
Laravel 6.1 compatibility.
4.2.0: Merge pull request #156 from geocoder-php/feature/update-to-laravel-6
29 Aug 14:56
Compare
Sorry, something went wrong.
No results found
Added
Laravel 6.0 compatibility.
4.1.2
23 May 18:35
Compare
Sorry, something went wrong.
No results found
Fixed
initialization of geocoder adapter.
4.1.1: Tweaked changes from PR, included HTTP Response Factory
12 Mar 23:59
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added
Laravel 5.8 compatibility.
4.0.21: Add tojson method
03 Nov 19:11
Compare
Sorry, something went wrong.
No results found
Added
->toJson() method when querying results.