Releases: stevebauman/location
Releases · stevebauman/location
v6.3.1
v6.3.0
v6.2.0
Added
- IpData driver - c7eb8f3...15de260 - #96 -thanks to @Rijoanul-Shanto 🎉
v6.1.0
v6.0.0
Changed
- Actually require PHP 7.0 as mentioned in the readme
Stevebauman\Location\Location
instance uses Laravel's configRepository
instance instead ofconfig()
helper
Added
- Compatibility with Lumen
- Construct drivers using Laravel's IoC to allow usage of application dependencies in constructor
v5.2.0
v5.1.0
v5.0.2
Added
- Laravel 7.0 support
v5.0.1
Fixed
- Invalid configuration path for IpApiPro - #65 - Thanks to @callumMcComisky