Skip to content

Releases: stevebauman/location

PSR Compatibility Update

24 Apr 14:16
Compare
Choose a tag to compare
  • All classes have been merged into the src/ directory
  • All arrays have been changed to short array syntax

Added tests, other small tweaks

21 Mar 22:31
Compare
Choose a tag to compare
  • Added tests
  • Updated readme.md
  • Changed formatting of some functions

MaxMind local database driver with Laravel 5 compatiblity

15 Mar 00:58
Compare
Choose a tag to compare
  • Updated local MaxMind mmdb path to use for Laravel 5
  • Updated geoip2 dependency to the latest 2.1.* version

Laravel 5 Compatibility

13 Feb 17:37
Compare
Choose a tag to compare
  • Updated for Laravel 5 compatibility
  • Updated code documentation
  • Updated all drivers with property/key checking and correct fields

Doc changes and config retrieval changes

13 Feb 14:19
Compare
Choose a tag to compare
v1.0.7

Updated README for configuration options

Bug Fixes

05 Jan 19:43
Compare
Choose a tag to compare
  • 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

05 Jan 02:59
Compare
Choose a tag to compare

Updated Location::get() functionality, added new IP field to the location object, and updated README documentation

Added new driver Telize

29 Dec 00:35
Compare
Choose a tag to compare
v1.0.4

Added new Telize driver, updated config and README

Cleaned up the Location class and added new functions

28 Dec 22:40
Compare
Choose a tag to compare
v1.0.3

Added new 'Driver' property to the location object, added new private…

Added new IpInfo driver

22 Dec 15:16
Compare
Choose a tag to compare

Added a new driver