Releases: geocoder-php/GeocoderLaravel
Releases · geocoder-php/GeocoderLaravel
Release list
4.5.0
Added
- Laravel 9 compatibility. Thanks @nabilelmahiri!
4.4.6
Changed
- dependencies to accommodate up-to-date versions.
4.4.5: Merge pull request #186 from IQ-JYe/master
Added
- clearing of empty items from cache using cache store name.
4.4.4
Added
- explicit PHP 8 support.
Reverted
- previous changes back, so that when the dependencies do support PHP 8, this package will be ready.
4.4.3
4.4.2
Adding
- temporary support for PHP 8 until the dependencies officially support it.
4.4.1
4.4.0
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().