Releases: DavidePastore/ipinfo
Releases · DavidePastore/ipinfo
Release 0.7.0
Changes:
- use GitHub Actions instead of Travis (#56 and #58);
- add composer.lock file to .gitignore (#57 and #59);
- adding a license (#55 and #60).
v0.6.0
Changes:
- fix style (#51);
- fix the tests (#52);
- add support for PHP 7.2, 7.3, 7.4 and remove 5.4, 5.5, 5.6 (#50);
- improve error handling in case of problems (#49 and #53).
v0.5.0
Changes:
- update tests (#46);
- fix recognition of wrong token (#46);
- update scrutinizer configuration (#46);
- remove php-eye badge (#44 and #45);
- update the instructions used to install the library (#47 and #48).
v0.4.0
Changes:
- add parameter to configure cURL options (#42 and #43).
v0.3.1
Changes:
- update installation docs (#37 and #38);
- include ext-json in composer dependencies (#39);
- add @throws to PHPDoc (#40);
- PHPDoc syntax (#41).
v0.3.0
Changes:
- use HTTPS to contact ipinfo.io instead of HTTP (#32 and #33);
- add the timeout settings (#32 and #36);
- add exception in case of invalid token (#34 and #35).
v0.2.0
Changes
- Ignore HHVM and PHP 5.3 build errors (#25 and #26);
- fix test data (#23 and #24);
- fix string response handling (#22 and #27);
- add documentation regarding rate limit exceed exception (#28 and #30);
- prepare for next release (#29 and #30).
Check the milestone.
v0.1.3
Changes
- Fix HHVM build on Travis (#15 and #16);
- fix test output (#13 and #14);
- $response must be check for NULL value (#12 and #17);
- fix version in README.md (#18 and #19);
- add PHP 7.1 test for Travis (#20 and #21).
Check the milestone.
v0.1.2
Changes
- #8: Fix Readme Code Example;
- #9: Applied fixes from StyleCI;
- #10: Improve code coverage (#11).
Check the milestone.
v0.1.1
Changes
- #3: Added
getIpGeoDetails()
method;
- #5: Fix E_WARNING: array_merge(): Argument #2 is not an array (#6);
- #4: Add the
POSTAL
field.
Check the milestone.