Skip to content

Releases: geocoder-php/GeocoderLaravel

4.0.6

09 Feb 14:39
Compare
Choose a tag to compare

Added

  • Laravel 5.6 compatibiltiy.

4.0.5

14 Jan 22:28
Compare
Choose a tag to compare

Fixed

  • loading of GeoIP2 provider from within Chain provider.

Changed

  • unit testing to use Orchstral Testbench.

4.0.4

27 Dec 21:13
Compare
Choose a tag to compare

Added

  • environment variable configuration option in default config to set Google Maps Locale.
  • documentation comments in configuration file.

Changed

  • composer dependency version constraints for Laravel to be within a specific range, instead of open-ended.

4.0.3

27 Oct 21:28
Compare
Choose a tag to compare

Fixed

  • cache duration to work on 32-bit systems.
  • geocoder to not cache if no results are provided.

4.0.2

03 Sep 00:29
Compare
Choose a tag to compare

Fixed

  • erroneous method getProvider() and marked it as deprecated.

4.0.1

07 Aug 20:05
Compare
Choose a tag to compare

Fixed

  • missing PSR-7 dependency.

4.0.0

03 Aug 23:54
Compare
Choose a tag to compare

Fixed

  • typo which caused cache to be in-effective.

Changed

  • implemented geocoder-php 4.0.0.
  • version to 4.0.0 instead of 2.0.0 to maintain major version parity with
    parent package.
  • composer dependencies to release versions.
  • unit tests to pass.
  • updated readme with some clarifying notes. May have to completely rewrite it
    if it ends up being unclear.

1.1.2

13 Jul 01:27
Compare
Choose a tag to compare

Fixed

  • calls to cache by replacing cache helper function with IOC instance of cache.

1.1.1

22 Jun 14:46
Compare
Choose a tag to compare

Fixed

  • cache key generation to work with UTF8 characters (Japanese, for example). Thanks @nguyenhaiphan!

2.0.0-RC1

18 Jun 18:14
Compare
Choose a tag to compare
2.0.0-RC1 Pre-release
Pre-release

Added

  • compatibility with Geocoder 4.0-dev.
  • caching to geocodeQuery() and reverseQuery() methods.

Updated

  • the geocoder all() method to be deprecated. Use get().