GeoIP2 Php Versions Save

PHP API for GeoIP2 webservice client and database reader

v2.6.0

6 years ago
  • 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.

v2.5.0

7 years ago
  • Added support for GeoLite2 ASN database.

v2.4.5

7 years ago
  • Additional error checking on the data returned from MaxMind\Db\Reader was added to help detect corrupt databases. GitHub #83.

v2.4.4

7 years ago
  • isset() on mostSpecificSubdivision attribute now returns the correct value. Reported by Juan Francisco Giordana. GitHub #81.

v2.4.3

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

v2.4.2

7 years ago
  • 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.

v2.4.1

8 years ago
  • 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.

v2.4.0

8 years ago

Added support for the GeoIP2 Enterprise database.

v2.3.3

8 years ago
  • Corrected case on JsonSerializable interface. Reported by Axel Etcheverry. Fixes #56.

v2.3.2

8 years ago
  • 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.