GeoIP2-php/CHANGELOG.md

25 lines
588 B
Markdown
Raw Normal View History

2013-05-14 13:49:36 +00:00
CHANGELOG
=========
2013-05-29 14:40:18 +00:00
0.2.0 (2013-05-29)
------------------
* `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.
2013-05-14 22:18:34 +00:00
0.1.1 (2013-05-14)
2013-05-14 13:49:36 +00:00
------------------
* Updated Guzzle version requirement
2013-05-14 22:18:34 +00:00
* Fixed Composer example in README.md
2013-05-14 13:49:36 +00:00
0.1.0 (2013-05-13)
------------------
* Initial release