Skip to content

Releases: geocoder-php/GeocoderLaravel

4.4.0

09 Sep 13:52
Compare
Choose a tag to compare

Added

  • Laravel 8 compatibility.

4.3.4

21 Jun 16:06
Compare
Choose a tag to compare

Fixed

  • non-caching declaration to only apply to current query.
  • caching to take provider into account.

Changed

  • getProvider() method to no longer be deprecated, and instead return the
    currently set provider, or if none set, the first configured provider.

4.3.3

20 Jun 19:50
Compare
Choose a tag to compare

Added

  • functionality to not cache requests by using doNotCache().

4.3.2

16 Apr 23:28
0c7e3d8
Compare
Choose a tag to compare

Changed

  • region code in provided config file from "en-US" to "us".

4.3.1

01 Apr 13:45
cfa6230
Compare
Choose a tag to compare

Updated config and readme to correctly indicate cache is measured in seconds, rather than minutes.

4.3.0

29 Feb 22:04
Compare
Choose a tag to compare

Added

  • Laravel 7 compatibility.

4.2.4: Update reader configuration to support array notation, so that config…

17 Oct 00:54
Compare
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
Compare
Choose a tag to compare

Fixes

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

4.2.2

02 Oct 15:12
Compare
Choose a tag to compare

Added

  • logger injection in chain provider.

4.2.1

02 Oct 15:06
Compare
Choose a tag to compare

Added

  • Laravel 6.1 compatibility.