Skip to content

Releases: stevebauman/location

v5.0.0

13 Sep 14:33
Compare
Choose a tag to compare

Changed

  • $ip parameter to Driver::url() method to allow easier URL building - 1008328

Added

  • IpApiPro driver - 14e19b9
  • ip public property to returned Position objects - 6369091
  • isoCode is now set when using the MaxMind driver - 1924c29

v4.0.1

07 Sep 19:33
Compare
Choose a tag to compare

Added

  • Location facade method annotations (get() & setDriver()) - 08f20e9
  • isEmpty() method to Position class - 0f38b93
  • Position now implements the Illuminate\Contracts\Support\Arrayable interface for the toArray() method - 0957049

Changed

  • All Position attributes are now null by default instead of empty strings - 4edf26a

Fixed

  • Drivers that return empty JSON responses will now fallback to another driver - edab47d
  • Drivers that return an empty Position will now fallback to another driver - edab47d

v4.0.0

07 Sep 17:40
Compare
Choose a tag to compare

Added

  • Laravel 6.0 support - cd24972 - #62
  • IpInfo premium support via token in configuration file - 4deb0da - #56

Changed

  • Removed FreeGeoIp driver (no longer online) - c900d44 - #51, #55

v3.0.1

17 Apr 01:10
9affbc6
Compare
Choose a tag to compare

Fixed

  • Fallback drivers not being called properly - 5dc72ec - #35, #45

v3.0.0

02 Mar 14:58
Compare
Choose a tag to compare

Fixed

  • Calling Location::get() will now always request a new location, not from session

Removed

  • Locations are no longer stored in session. You will now need to cache locations manually

v2.0.1

26 Jan 14:58
Compare
Choose a tag to compare
  • Small formatting tweaks.

v2.0.0

20 Sep 15:42
Compare
Choose a tag to compare
  • Rebuilt. Please view the readme for more information.

v1.3.1: Merge pull request #24 from dpgover/patch-1

02 Dec 17:16
Compare
Choose a tag to compare
Update MaxMind driver: Missing longitude.

Small changes

01 Dec 21:45
Compare
Choose a tag to compare

v1.3.0

16 Nov 16:22
Compare
Choose a tag to compare
  • Fixed #23
  • Removed Telize driver due to public API being shutdown