Releases: geocoder-php/GeocoderLaravel
Releases · geocoder-php/GeocoderLaravel
4.4.1
Fixed
- TravisCI configuration.
4.4.0
Added
- Laravel 8 compatibility.
4.3.4
Fixed
- non-caching declaration to only apply to current query.
- caching to take provider into account.
Changed
getProvider()method to no longer be deprecated, and instead return the
currently set provider, or if none set, the first configured provider.
4.3.3
Added
- functionality to not cache requests by using
doNotCache().
4.3.2
Changed
- region code in provided config file from "en-US" to "us".
4.3.1
Updated config and readme to correctly indicate cache is measured in seconds, rather than minutes.
4.3.0
Added
- Laravel 7 compatibility.
4.2.4
4.2.3: Don't set logger if it doesn't exist.
Fixes
- logger instantiation to not add logger if it doesn't exist.
4.2.2
Added
- logger injection in chain provider.