Releases: stevebauman/location
Releases · stevebauman/location
Code reformatting tweaks
v1.1.7 Update changelog
v1.1.6
Updated thrown exception
Code formatting and doc tweaks
v1.1.5 Exception and code tweaks
v1.1.4
Fix configuration path due to PSR changes
PSR Compatibility Update
- All classes have been merged into the
src/directory - All arrays have been changed to short array syntax
Added tests, other small tweaks
- Added tests
- Updated
readme.md - Changed formatting of some functions
MaxMind local database driver with Laravel 5 compatiblity
- Updated local MaxMind mmdb path to use for Laravel 5
- Updated geoip2 dependency to the latest 2.1.* version
Laravel 5 Compatibility
- Updated for Laravel 5 compatibility
- Updated code documentation
- Updated all drivers with property/key checking and correct fields
Doc changes and config retrieval changes
v1.0.7 Updated README for configuration options
Bug Fixes
- Fixed Telize driver. If a property wasn't available it would cause an exception and automatically rolled over to a fallback driver.
- Fixed Fallback drivers never using the specified IP address in
Location::get('192.168.1.1');