Skip to content

Releases: geocoder-php/GeocoderLaravel

4.0.20: Merge branch 'master' of github.com:geocoder-php/GeocoderLaravel

14 Sep 19:10

Choose a tag to compare

4.0.10

01 Jul 18:17

Choose a tag to compare

Changed

  • service provider to register singleton and alias in register() method.

4.0.9

28 May 15:47

Choose a tag to compare

Added

  • class-name resolution from Service container, allowing for dependency injection. Thanks @anam-hossain!

4.0.8: Add work-around for Lumen

25 Mar 23:25

Choose a tag to compare

Added

  • work-around for missing config_path() function in Lumen.

4.0.7

25 Mar 23:11

Choose a tag to compare

Added

  • optional dedicated cache store.
  • hashed cache keys and hash collision prevention.
  • custom cache store configuration instructions.

4.0.6

09 Feb 14:39

Choose a tag to compare

Added

  • Laravel 5.6 compatibiltiy.

4.0.5

14 Jan 22:28

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

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

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

Choose a tag to compare

Fixed

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