Releases: maxmind/GeoIP2-php
Releases · maxmind/GeoIP2-php
0.7.0
- The web service client API has been updated for the v2.1 release of the web
service. In particular, thecityIspOrg
andomni
methods on
GeoIP2\WebService\Client
should be considered deprecated. Thecity
method now provides all of the data formerly provided bycityIspOrg
, and
theomni
method has been replaced by theinsights
method. - Support was added for GeoIP2 Connection Type, Domain and ISP databases.
0.6.3
0.6.2
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.
0.6.0
0.5.0: Minor API Change
- 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
.
0.4.0: GeoIP2 Database Released
- This is the first release with the GeoIP2 database reader. Please see 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.
0.3.0
0.2.1 Beta
- First official beta release.
- Documentation updates and corrections.
0.2.0 Alpha
GenericException
was renamed toGeoIP2Exception
.- We now support more languages. The new languages are de, es, fr, and pt-BR.
- The REST API now returns a record with data about your account. There is a new geoip.records.MaxMind class for this data.
- The
continentCode
attribute onContinent
was renamed tocode
. - Documentation updates.