Releases: geocoder-php/GeocoderLaravel
Releases · geocoder-php/GeocoderLaravel
4.0.20: Merge branch 'master' of github.com:geocoder-php/GeocoderLaravel
Added
- Laravel 5.7 compatibility.
4.0.10
Changed
- service provider to register singleton and alias in
register()method.
4.0.9
Added
- class-name resolution from Service container, allowing for dependency injection. Thanks @anam-hossain!
4.0.8: Add work-around for Lumen
Added
- work-around for missing
config_path()function in Lumen.
4.0.7
Added
- optional dedicated cache store.
- hashed cache keys and hash collision prevention.
- custom cache store configuration instructions.
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.