Skip to content

Releases: maxmind/GeoIP2-php

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.

2.3.2: Autoloading, Documentation, and Phar Fixes

23 Sep 16:31
Compare
Choose a tag to compare
  • JsonSerializable compatibility interface was moved to GeoIp2\Compat
    rather than the global namespace to prevent autoloading issues. Reported by
    Tomas Buteler. GitHub #54.
  • Missing documentation for the $postal property was added to the
    GeoIp2\Model\City class. Fix by Roy Sindre Norangshol. GitHub #51.
  • In the Phar distribution, source files for this module no longer have their
    documentation stripped, allowing IDE introspection to work properly.
    Reported by Dominic Black. GitHub #52.