Skip to content

Releases: pulkitjalan/ip-geolocation

9.0.0

16 Mar 08:55
d4a2638

Choose a tag to compare

What's Changed

  • Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 by @dependabot[bot] in #73
  • Bump stefanzweifel/git-auto-commit-action from 5 to 7 by @dependabot[bot] in #76
  • Bump actions/checkout from 4 to 5 by @dependabot[bot] in #75
  • Bump actions/checkout from 5 to 6 by @dependabot[bot] in #77
  • Bump dependabot/fetch-metadata from 2.4.0 to 2.5.0 by @dependabot[bot] in #78
  • feat: Align package support with Laravel 11-13 and PHP 8.2+ by @Copilot in #79

New Contributors

  • @Copilot made their first contribution in #79

Full Changelog: 8.1.1...9.0.0

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