Releases: pulkitjalan/ip-geolocation
Releases · pulkitjalan/ip-geolocation
8.1.1
Laravel 12
What's Changed
- feat: Add iplocation driver by @pulkitjalan in #68
- feat: Add ipinfo driver by @pulkitjalan in #67
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #69
- chore: laravel 12 by @pulkitjalan in #71
Full Changelog: 8.0.0...8.1.0
Rename Package
Package was renamed from geoip to ip-geolocation
Upgrade instructions
- Update composer reference from
pulkitjalan/geoiptopulkitjalan/ip-geolocation - Rename config file from
geoip.phptoip-geolocation.php - Replace all namespaces from
PulkitJalan\GeoIPtoPulkitJalan\IPGeolocation - Replace all class names and aliases from
GeoIPtoIPGeolocation - Update console command reference from
geoip:updatetoip-geolocation:update - Update helper function calls from
geoiptoipGeolocation
7.1.0
What's Changed
- Add IPStack support by @MarcEspiard in #62
New Contributors
- @MarcEspiard made their first contribution in #62
Full Changelog: 7.0.0...7.1.0
Laravel 11
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #55
- Bump stefanzweifel/git-auto-commit-action from 4 to 5 by @dependabot in #56
- Support Laravel 11 by @ahmadabuaysheh in #60
- Bump actions/cache from 3 to 4 by @dependabot in #57
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #58
- feat!: Use pest and remove Laravel 9 by @pulkitjalan in #61
Drops Laravel 9 and below
New Contributors
- @dependabot made their first contribution in #55
- @ahmadabuaysheh made their first contribution in #60
Full Changelog: 6.0.0...7.0.0
Laravel 10
What's Changed
- Support for Laravel 9 by @darthsoup in #50
- Adds host and locales config variables to enable support for the free… by @nathancall in #44
- Apply fixes from StyleCI by @pulkitjalan in #51
- Laravel 10.x Compatibility by @laravel-shift in #52
- Updates guzzle request options by @michellaurent in #40
- refactor: Remove older versions by @pulkitjalan in #53
- refactor: drop ipstack and telize by @pulkitjalan in #54
New Contributors
- @darthsoup made their first contribution in #50
- @nathancall made their first contribution in #44
- @laravel-shift made their first contribution in #52
- @michellaurent made their first contribution in #40
Full Changelog: 5.1.0...6.0.0
Add PHP 8.0
5.1.0 Add php 8.0
Fix IpStackDriver
5.0.1 The parenthesis was in the wrong place, so the exception never occurr…
Add Laravel 8 Support
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
4.1.0 chore(deps): Add laravel 7 support (#34)