Skip to content

Releases: maxmind/GeoIP2-php

0.6.3

12 May 17:55
Compare
Choose a tag to compare
0.6.3 Pre-release
Pre-release
  • 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.

0.6.2

08 May 22:32
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release
  • The Phar build was broken with Guzzle 3.9.0+. This has been fixed.

0.6.1

01 May 14:30
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release
  • 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

19 Feb 16:40
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release
  • 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.

0.5.0: Minor API Change

21 Oct 18:17
Compare
Choose a tag to compare
Pre-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.

0.4.0: GeoIP2 Database Released

16 Jul 19:42
Compare
Choose a tag to compare
Pre-release
  • 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

12 Jul 14:05
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • API Change: GeoIP2 was renamed to GeoIp2 in namespace and class names to improve consistency.

0.2.1 Beta

06 Jul 15:51
Compare
Choose a tag to compare
0.2.1 Beta Pre-release
Pre-release
  • First official beta release.
  • Documentation updates and corrections.

0.2.0 Alpha

06 Jul 15:52
Compare
Choose a tag to compare
0.2.0 Alpha Pre-release
Pre-release
  • GenericException was renamed to GeoIP2Exception.
  • 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 on Continent was renamed to code.
  • Documentation updates.

0.1.1 Alpha

06 Jul 15:53
Compare
Choose a tag to compare
0.1.1 Alpha Pre-release
Pre-release
  • Updated Guzzle version requirement
  • Fixed Composer example in README.md