Skip to content

Tags: ch3ngxuyuan/GeoIP2-php

Tags

v2.9.0

Toggle v2.9.0's commit message
Update for v2.9.0

v2.8.0

Toggle v2.8.0's commit message
Update for v2.8.0

v2.7.0

Toggle v2.7.0's commit message
Update for v2.7.0

v2.6.0

Toggle v2.6.0's commit message
Update for v2.6.0

v2.5.0

Toggle v2.5.0's commit message
Update for v2.5.0

v2.4.5

Toggle v2.4.5's commit message
Update for v2.4.5

v2.4.4

Toggle v2.4.4's commit message
2.4.4

* `isset()` on `mostSpecificSubdivision` attribute now returns the
  correct value. Reported by Juan Francisco Giordana. GitHub maxmind#81.

v2.4.3

Toggle v2.4.3's commit message
2.4.3

* `isset()` on `name` attribute now returns the correct value. Fixes maxmind#79.

v2.4.2

Toggle v2.4.2's commit message
2.4.2

* 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 maxmind#75.
* Improved PHP documentation generation.

v2.4.1

Toggle v2.4.1's commit message
2.4.1

* Corrected type annotations in documentation. GitHub maxmind#66.
* Updated documentation to reflect that the accuracy radius is now included
  in City.
* Upgraded web service client, which supports setting a proxy. GitHub maxmind#59.