Skip to content

Releases: maxmind/GeoIP2-php

2.9.0

10 Apr 15:33

Choose a tag to compare

  • Refer to account IDs using the terminology "account" rather than "user".

2.8.0

18 Jan 21:30

Choose a tag to compare

  • The isInEuropeanUnion property was added to GeoIp2\Record\Country
    and GeoIp2\Record\RepresentedCountry. This property is true if the
    country is a member state of the European Union.

2.7.0

27 Oct 19:20

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

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

Choose a tag to compare

  • Added support for GeoLite2 ASN database.

2.4.5

31 Jan 17:28

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

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

Choose a tag to compare

  • isset() on name attribute now returns the correct value. Fixes #79.

2.4.2

17 Aug 20:45

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

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.