Skip to content

Releases: geocoder-php/GeocoderLaravel

4.1.0

Choose a tag to compare

@mikebronner mikebronner released this 04 Mar 17:46

Added

  • Laravel 5.8 compatibility.

4.0.21: Add tojson method

Choose a tag to compare

@mikebronner mikebronner released this 03 Nov 19:11

Added

  • ->toJson() method when querying results.

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

Choose a tag to compare

@mikebronner mikebronner released this 14 Sep 19:10

Added

  • Laravel 5.7 compatibility.

4.0.10

Choose a tag to compare

@mikebronner mikebronner released this 01 Jul 18:17

Changed

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

4.0.9

Choose a tag to compare

@mikebronner mikebronner released this 28 May 15:47

Added

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

4.0.8: Add work-around for Lumen

Choose a tag to compare

@mikebronner mikebronner released this 25 Mar 23:25

Added

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

4.0.7

Choose a tag to compare

@mikebronner mikebronner released this 25 Mar 23:11

Added

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

4.0.6

Choose a tag to compare

@mikebronner mikebronner released this 09 Feb 14:39

Added

  • Laravel 5.6 compatibiltiy.

4.0.5

Choose a tag to compare

@mikebronner mikebronner released this 14 Jan 22:28

Fixed

  • loading of GeoIP2 provider from within Chain provider.

Changed

  • unit testing to use Orchstral Testbench.

4.0.4

Choose a tag to compare

@mikebronner mikebronner released this 27 Dec 21:13

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.