Skip to content

Releases: DavidePastore/ipinfo

Release 0.7.0

20 Dec 19:22
620fb7b
Compare
Choose a tag to compare

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

10 Sep 11:09
Compare
Choose a tag to compare

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

01 Jun 18:42
f41d72d
Compare
Choose a tag to compare

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

03 Feb 13:30
Compare
Choose a tag to compare

Changes:

  • add parameter to configure cURL options (#42 and #43).

v0.3.1

04 Nov 17:38
b5c3c0c
Compare
Choose a tag to compare

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

01 Nov 17:28
fc00fdf
Compare
Choose a tag to compare

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

14 Aug 09:58
331a398
Compare
Choose a tag to compare

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

13 Jul 18:50
Compare
Choose a tag to compare

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

28 Nov 22:29
Compare
Choose a tag to compare

Changes

  • #8: Fix Readme Code Example;
  • #9: Applied fixes from StyleCI;
  • #10: Improve code coverage (#11).

Check the milestone.

v0.1.1

06 Feb 14:52
Compare
Choose a tag to compare

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.