Skip to content

Releases: stevebauman/location

v6.3.1

16 Feb 13:53
Compare
Choose a tag to compare

Fixed

  • Properly retrieve timezone from the MaxMind driver - #102

v6.3.0

09 Feb 04:03
Compare
Choose a tag to compare

Added

  • Laravel 9.0 compatibility
  • Timezone support - #98 - Thanks to @mohkoma

v6.2.0

13 Aug 19:21
Compare
Choose a tag to compare

Added

v6.1.0

07 Feb 14:48
7f5085f
Compare
Choose a tag to compare

Changed

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

v6.0.0

03 Jan 22:56
d6f8b3d
Compare
Choose a tag to compare

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

14 Sep 14:36
Compare
Choose a tag to compare

Added

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

v5.1.0

08 Jun 19:37
Compare
Choose a tag to compare

Added

  • Ability to customize Position instance created and returned by drivers via configuration - 668fff3 - #74

v5.0.2

03 Mar 18:21
9858b9a
Compare
Choose a tag to compare

Added

  • Laravel 7.0 support

v5.0.1

19 Dec 15:26
e422975
Compare
Choose a tag to compare

Fixed

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