Skip to content
This repository has been archived by the owner on Oct 27, 2020. It is now read-only.

Releases: mente/MaxMindGeoIpBundle

symfony 4.0 support

06 Dec 20:22
919f3fa
Compare
Choose a tag to compare

Good news everyone! New release includes #12 symfony 4.0 support, thanks @duxet

bugfix release - when no geo information found about ip

30 Oct 12:42
3448027
Compare
Choose a tag to compare

Includes:

  • #10 - Check indexes when no geo information is available. Thanks @SG5
  • #11 - Drop hhvm support (at least in tests), because phpunit does not support it anymore. Thanks @SG5

fix backwards compatibility broken in 0.2.1

24 Feb 08:29
Compare
Choose a tag to compare

#7 fixes breaking changes introduced in 0.2.1

option which file to download during composer install

11 Feb 21:58
Compare
Choose a tag to compare
  • #6 added the possibility to specify which mmdb to download during composer install (thanks @jaumebosch )

v0.2.0

23 Sep 08:35
Compare
Choose a tag to compare
  • added php7.0 tests
  • fixed symfony yml deprecations (#2 )
  • added support of maxmind-reader v1.0
  • removed deprecated composer CommandEvent usage