Skip to content

Releases: maxmind/GeoIP2-php

2.7.0

27 Oct 19:20
Compare
Choose a tag to compare
  • The following new anonymizer properties were added to GeoIp2\Record\Traits
    for use with GeoIP2 Precision Insights: isAnonymous, isAnonymousVpn,
    isHostingProvider, isPublicProxy, and isTorExitNode.

2.6.0

10 Jul 17:59
Compare
Choose a tag to compare
  • Code clean-up and tidying.
  • Set minimum required PHP version to 5.4 in composer.json. Previously,
    5.3 would work but was not tested. Now 5.4 is hard minimum version.

2.5.0

08 May 20:05
Compare
Choose a tag to compare
  • Added support for GeoLite2 ASN database.

2.4.5

31 Jan 17:28
Compare
Choose a tag to compare
  • Additional error checking on the data returned from MaxMind\Db\Reader
    was added to help detect corrupt databases. GitHub #83.

2.4.4: Fix isset on mostSpecificSubdivision

11 Oct 22:00
Compare
Choose a tag to compare
  • isset() on mostSpecificSubdivision attribute now returns the
    correct value. Reported by Juan Francisco Giordana. GitHub #81.

2.4.3: Fix broken isset on name attribute

11 Oct 14:35
Compare
Choose a tag to compare
  • isset() on name attribute now returns the correct value. Fixes #79.

2.4.2

17 Aug 20:45
Compare
Choose a tag to compare
  • Updated documentation to clarify what the accuracy radius refers to.
  • Upgraded maxmind/web-service-common to 0.3.0. This version uses
    composer/ca-bundle rather than our own CA bundle. Fixes #75.
  • Improved PHP documentation generation.

2.4.1: Proxy Support. Improved Type Annocations.

10 Jun 22:41
Compare
Choose a tag to compare
  • Corrected type annotations in documentation. GitHub #66.
  • Updated documentation to reflect that the accuracy radius is now included
    in City.
  • Upgraded web service client, which supports setting a proxy. GitHub #59.

2.4.0: Support for the GeoIP2 Enterprise database

15 Apr 19:52
Compare
Choose a tag to compare

Added support for the GeoIP2 Enterprise database.

2.3.3

24 Sep 17:30
Compare
Choose a tag to compare
  • Corrected case on JsonSerializable interface. Reported by Axel Etcheverry.
    Fixes #56.