Skip to content

Releases: stevebauman/location

Code reformatting tweaks

06 May 13:31

Choose a tag to compare

v1.1.7

Update changelog

v1.1.6

30 Apr 14:22

Choose a tag to compare

Updated thrown exception

Code formatting and doc tweaks

30 Apr 13:32

Choose a tag to compare

v1.1.5

Exception and code tweaks

v1.1.4

30 Apr 13:16

Choose a tag to compare

Fix configuration path due to PSR changes

PSR Compatibility Update

24 Apr 14:16

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

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

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

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

Choose a tag to compare

v1.0.7

Updated README for configuration options

Bug Fixes

05 Jan 19:43

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');