Releases: stevebauman/location
Releases · stevebauman/location
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');
Updated get functionality
Updated Location::get() functionality, added new IP field to the location object, and updated README documentation
Added new driver Telize
v1.0.4 Added new Telize driver, updated config and README
Cleaned up the Location class and added new functions
v1.0.3 Added new 'Driver' property to the location object, added new private…
Added new IpInfo driver
Added a new driver