Releases: InteractionDesignFoundation/laravel-geoip
Releases · InteractionDesignFoundation/laravel-geoip
4.0.0
The same as 4.0.0 RC1
What's changed
- BC break: use PHP types for properties, parameters and return values
- BC break: set the default service / driver to null (can be set by
GEOIP_SERVICE
env var) @alies-dev
Full changelog: 3.7.4...4.0.0
4.0.0 RC1
What's changed
- Use PHP types for properties, parameters and return values
- BC break: set the default service / driver to null (can be set by
GEOIP_SERVICE
env var) @alies-dev
Full changelog: 3.7.4...4.0.0-rc1
3.7.4 - Laravel 12
3.7.3
What's changed:
- Back to use
ipapi
service as default to avoid BC breaks introduced in v3.6.0 #44 @alies-dev
Full Changelog: 3.7.2...3.7.3
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