Skip to content

Releases: pulkitjalan/ip-geolocation

Rename Package

22 Aug 05:27
095121c
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
5.1.0

Add php 8.0

Fix IpStackDriver

07 Dec 15:44
6f4e5e3
Compare
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
Compare
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
Compare
Choose a tag to compare
4.1.0

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

Laravel 6 & PHP 7.2

06 Sep 06:07
Compare
Choose a tag to compare
  • Drop support for PHP version < 7.2
  • Add support for Laravel 6

PHP >= 7

10 Oct 10:04
Compare
Choose a tag to compare

Require php 7.0 and higher.

Change from FreeGeoIP to IPStack