Skip to content

Releases: pulkitjalan/ip-geolocation

8.1.1

22 Feb 08:35
54a72b9

Choose a tag to compare

What's Changed

Full Changelog: 8.1.0...8.1.1

Laravel 12

22 Feb 08:29
2c9c922

Choose a tag to compare

What's Changed

Full Changelog: 8.0.0...8.1.0

Rename Package

22 Aug 05:27
095121c

Choose a tag to compare

Package was renamed from geoip to ip-geolocation

Upgrade instructions

  • Update composer reference from pulkitjalan/geoip to pulkitjalan/ip-geolocation
  • Rename config file from geoip.php to ip-geolocation.php
  • Replace all namespaces from PulkitJalan\GeoIP to PulkitJalan\IPGeolocation
  • Replace all class names and aliases from GeoIP to IPGeolocation
  • Update console command reference from geoip:update to ip-geolocation:update
  • Update helper function calls from geoip to ipGeolocation

7.1.0

30 May 06:17
a1b3994

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.0.0...7.1.0

Laravel 11

29 Mar 07:57
900b21f

Choose a tag to compare

What's Changed

Drops Laravel 9 and below

New Contributors

Full Changelog: 6.0.0...7.0.0

Laravel 10

10 Apr 07:33
10824dc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.1.0...6.0.0

Add PHP 8.0

07 Dec 16:28
765c286

Choose a tag to compare

5.1.0

Add php 8.0

Fix IpStackDriver

07 Dec 15:44
6f4e5e3

Choose a tag to compare

5.0.1

The parenthesis was in the wrong place, so the exception never occurr…

Add Laravel 8 Support

07 Oct 16:34
9783966

Choose a tag to compare

refactor: tests (#39)

* refactor: tests

* Fix styling

* add test

* add test

* more improovements

* Fix styling

* format

* test

* update

* disable codecov on older tests

Laravel 7 support

04 Mar 10:21
cfa2a82

Choose a tag to compare

4.1.0

chore(deps): Add laravel 7 support (#34)