Releases: geocoder-php/GeocoderLaravel
Releases · geocoder-php/GeocoderLaravel
4.0.6
Added
- Laravel 5.6 compatibiltiy.
4.0.5
Fixed
- loading of GeoIP2 provider from within Chain provider.
Changed
- unit testing to use Orchstral Testbench.
4.0.4
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
Fixed
- cache duration to work on 32-bit systems.
- geocoder to not cache if no results are provided.
4.0.2
Fixed
- erroneous method
getProvider()
and marked it as deprecated.
4.0.1
Fixed
- missing PSR-7 dependency.
4.0.0
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
Fixed
- calls to cache by replacing cache helper function with IOC instance of cache.
1.1.1
Fixed
- cache key generation to work with UTF8 characters (Japanese, for example). Thanks @nguyenhaiphan!
2.0.0-RC1
Added
- compatibility with Geocoder 4.0-dev.
- caching to
geocodeQuery()
andreverseQuery()
methods.
Updated
- the geocoder
all()
method to be deprecated. Useget()
.