Releases: maxmind/GeoIP2-php
Releases · maxmind/GeoIP2-php
2.4.0: Support for the GeoIP2 Enterprise database
Added support for the GeoIP2 Enterprise database.
2.3.3
2.3.2: Autoloading, Documentation, and Phar Fixes
JsonSerializablecompatibility interface was moved toGeoIp2\Compat
rather than the global namespace to prevent autoloading issues. Reported by
Tomas Buteler. GitHub #54.- Missing documentation for the
$postalproperty was added to the
GeoIp2\Model\Cityclass. 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.
2.3.1: PHP 5.3 and 5.4 fixes
- Updated
maxmind/web-service-commonto version with fixes for PHP 5.3 and
5.4.
2.3.0: Demographics Fields Addition and Anonymous IP Deprecations
- Support for demographics fields
averageIncomeandpopulationDensityin
theLocationrecord, returned by the Insights endpoint. - The
isAnonymousProxyandisSatelliteProviderproperties on
GeoIP2\Record\Traitshave been deprecated. Please use our GeoIP2
Anonymous IP database
to determine whether an IP address is used by an anonymizing service. - Incorporates replace Guzzle with internal curl API from 2.2.0-beta1
2.2.0-beta1: Replace Guzzle with internal curl API
v2.2.0-beta1 2.2.0-beta1: Replace Guzzle
2.1.1: Phar build fix
- The 2.1.0 Phar builds included a shebang line, causing issues when loading it as a library. This has been corrected. GitHub #33.
2.1.0
- Update ApiGen dependency to version that isn't broken on case sensitive
file systems. - Added support for the GeoIP2 Anonymous IP database. The
GeoIP2\Database\Readerclass now has ananonymousIpmethod which returns
aGeoIP2\Model\AnonymousIpobject. - Boolean attributes like those in the
GeoIP2\Record\Traitsclass now return
falseinstead ofnullwhen they were not true.