Skip to content

Tags: asabirov/GeoIP2-php

Tags

v0.7.0

Toggle v0.7.0's commit message
0.7.0

* The web service client API has been updated for the v2.1 release of the web
  service. In particular, the `cityIspOrg` and `omni` methods on
  `GeoIP2\WebService\Client` should be considered deprecated. The `city`
  method now provides all of the data formerly provided by `cityIspOrg`, and
  the `omni` method has been replaced by the `insights` method.
* Support was added for GeoIP2 Connection Type, Domain and ISP databases.

v0.6.3

Toggle v0.6.3's commit message
0.6.3

* With the previous Phar builds, some users received `phar error: invalid url
  or non-existent phar` errors. The correct alias is now used for the Phar,
  and this should no longer be an issue.

v0.6.2

Toggle v0.6.2's commit message
0.6.2

* The Phar build was broken with Guzzle 3.9.0+. This has been fixed.

v0.6.1

Toggle v0.6.1's commit message
0.6.1

* This API now officially supports HHVM.
* The `maxmind-db/reader` dependency was updated to a version that does not
  require BC Math.
* The Composer compatibility autoload rules are now targeted more narrowly.
* A `box.json` file is included to build a Phar package.

v0.6.0

Toggle v0.6.0's commit message
0.6.0 (2014-02-19)

* This API is now licensed under the Apache License, Version 2.0.
* Model and record classes now implement `JsonSerializable`.
* `isset` now works with model and record classes.

v0.5.0

Toggle v0.5.0's commit message
0.5.0 Release

* Renamed $languages constructor parameters to $locales for both the Client
  and Reader classes.
* Documentation and code clean-up (Ben Morel).
* Added the interface `GeoIp2\ProviderInterface`, which is implemented by both
  `\GeoIp2\Database\Reader` and `\GeoIp2\WebService\Client`.

v0.4.0

Toggle v0.4.0's commit message
* This is the first release with the GeoIP2 database reader. Please s…

…ee the

  `README.md` file and the `\GeoIp2\Database\Reader` class.
* The general exception classes were replaced with specific exception classes
  representing particular types of errors, such as an authentication error.

v0.3.0

Toggle v0.3.0's commit message
Release of 0.3.0 with updated namespace

v0.2.1

Toggle v0.2.1's commit message
Updated change log

v0.2.0

Toggle v0.2.0's commit message
Updated alpha note