Skip to content

Releases: dirkgroenen/pinterest-api-php

0.2.14

08 Sep 06:56
01c0af7
Compare
Choose a tag to compare
  • added pagination to collection #118
  • Fix Notice: Array to string conversion #115

0.2.13

27 Jan 07:55
Compare
Choose a tag to compare
  • Upgrade PHPunit and add tests for PHP 7.4
  • Fix paths which return redirect errors #106 #107 #108 #109

0.2.12

14 Jun 08:30
a090fef
Compare
Choose a tag to compare
  • Fix getRateLimitRemaining() issue #100 #99
  • drop testing support for <=7.0 #97
  • Add note about Rate Limiting #96
  • Add info about pagination property #94
  • Fix instructions to match actual name #93
  • Add sections #95

0.2.11

10 May 15:37
Compare
Choose a tag to compare
  • Add extra exception when response is empty #45
  • Merge pull request #43
  • Merge pull request #46
  • Fix broken image upload #47

0.2.10

11 Feb 09:42
Compare
Choose a tag to compare
  • Fixed missing http_build_query in post requests #39

0.2.9

10 Feb 21:18
Compare
Choose a tag to compare
  • Add autoload.php as Composer alternative #37
  • Add board update endpoint #34
  • Fix patch requests
  • Add $field to update requests

0.2.2

31 Dec 10:37
Compare
Choose a tag to compare
  • Add error codes to PinterestException ( #17 )

0.2.0

18 Dec 00:02
Compare
Choose a tag to compare
  • Changed default authentication response_type to code ( #4 / #7 / #14 )
  • Fixed getAccessToken() path
  • Added fallback for servers using open_basedir ( #9 )

Fixed pagination

14 Dec 10:06
Compare
Choose a tag to compare
0.1.6

Fixed checking existance of pagination

Fix collection pagination

14 Dec 09:41
Compare
Choose a tag to compare
0.1.5

Changed isset to is_array, fixed #13