Releases: InteractionDesignFoundation/laravel-geoip
Releases · InteractionDesignFoundation/laravel-geoip
3.7.2
What's changes:
- Fixed a type issue on attempting to cache a result for null $ipAddress @alies-dev
Full Changelog: 3.7.1...3.7.2
3.7.1
What's Changed
- Make
monolog/monolog
dependency really optional @alies-dev - Update contributors list @alies-dev
Full Changelog: 3.7.0...3.7.1
3.7.0
What's Changed
- 🐛 UserId interpreted as string issue by @Pythagus in #37
- Add a custom exception on configuration issue by @Pythagus in #38
- Add Rector and apply changes from it (add PHP parameter, property and return types where it's safe) @alies-dev
New Contributors
Full Changelog: 3.6.0...3.7.0
3.6.0
What's changed:
- minor BC break: service/driver is
null
by default (required to be specified usingGEOIP_SERVICE
env var) @alies-dev - Updates to comply with MaxMind and their use of GeoIP™ (changes from upstream Torann/laravel-geoip@3.0.7...3.0.8)
- Add
localizations
for MaxMindDatabase and MaxMindWebService
Full Changelog: 3.5.2...3.6.0
3.5.2
What's Changed
- Use CURL when
allow_url_fopen
is disabled by @alies-dev in #35
Full Changelog: 3.5.1...3.5.2
3.5.1
3.5.0
What's Changed
- MaxMindDatabase: Fix type issue caused by strict mode by @alies-dev in #29
- Upgrade geoip2/geoip2 to the v3.0 (dev dependency) by @alies-dev
Full Changelog: 3.4.6...3.5.0
3.4.5
What's Changed
- Fix failure when directory exists by @mithredate in #28
New Contributors
- @mithredate made their first contribution in #28
Full Changelog: 3.4.4...3.4.5
3.4.4
What's changed
- Prevent failure while booting the MaxMindDatabase @mithredate
Full Changelog: 3.4.3...3.4.4
3.4.3
What's Changed
- Better exceptions for ip-api.com by @alies-dev in #27
- Process
HTTP_X_FORWARDED_IP
header to get Client IP by @piotrchludzinski and @alies-dev
Full Changelog: 3.4.2...3.4.3