Stevebauman Location Versions Save

Detect a users location by their IP Address.

v6.6.1

1 year ago

Added

  • Laravel 10 support

v6.6.0

1 year ago

Fixed

Added

v6.5.0

2 years ago

Added

v6.4.0

2 years ago

Fixed

Added

Changed

  • Migrated PHPUnit test suite to PestPHP - 01a3ffa575c8adccf88f4d0f0b501eb0fe30bd26

v6.3.1

2 years ago

Fixed

  • Properly retrieve timezone from the MaxMind driver - #102

v6.3.0

2 years ago

Added

v6.2.0

2 years ago

Added

  • IpData driver - c7eb8f3...15de260 - #96 -thanks to @Rijoanul-Shanto 🎉

v6.1.0

3 years ago

Changed

  • GeoIP version requirement from v2.8.0 to ^v2.0 - #91

v6.0.0

3 years ago

Changed

  • Actually require PHP 7.0 as mentioned in the readme
  • Stevebauman\Location\Location instance uses Laravel's config Repository instance instead of config() helper

Added

  • Compatibility with Lumen
  • Construct drivers using Laravel's IoC to allow usage of application dependencies in constructor

v5.2.0

3 years ago

Added

  • Laravel 8.0 support - 0246472 - #83
  • Adjusted default curl timeouts for faster response time - 8729944 - #80