Skip to content

Releases: InteractionDesignFoundation/laravel-geoip

3.6.0

07 Aug 12:14
8f95e87
Compare
Choose a tag to compare

What's changed:

  • minor BC break: service/driver is null by default (required to be specified using GEOIP_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

31 May 21:47
a1df8ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.5.1...3.5.2

3.5.1

12 Mar 18:45
c4b73d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.5.0...3.5.1

3.5.0

27 Feb 03:55
a04d7af
Compare
Choose a tag to compare

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

26 Feb 07:51
dfdcdae
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.4.4...3.4.5

3.4.4

25 Feb 17:18
75aed1a
Compare
Choose a tag to compare

What's changed

  • Prevent failure while booting the MaxMindDatabase @mithredate

Full Changelog: 3.4.3...3.4.4

3.4.3

24 Feb 10:13
876a4ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.2...3.4.3

3.4.2

24 Feb 09:52
3749acd
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.1...3.4.2

3.4.1

24 Feb 07:28
6e60fd8
Compare
Choose a tag to compare

What's Changed

Improvements:

  • Improve PHPDoc to help IDE and static analysis tools @alies-dev

Full Changelog: 3.4.0...3.4.1

3.4.0 - Laravel 11

20 Feb 11:43
d560be7
Compare
Choose a tag to compare

What's Changed

Features:

  • Allow specifying cache prefix (cache_prefix config variable) by @alies-dev in #22

Changes:

  • Update dependencies @alies-dev in #21
    • Support Laravel 11
    • Drop Laravel 9.x support
    • Drop Lumen support
    • Drop PHP 8.0 support
    • Run tests over 8.3

New Contributors

Full Changelog: 3.3.0...3.4.0