Releases: dirkgroenen/pinterest-api-php
Releases · dirkgroenen/pinterest-api-php
0.2.14
- added pagination to collection #118
- Fix Notice: Array to string conversion #115
0.2.13
- Upgrade PHPunit and add tests for PHP 7.4
- Fix paths which return redirect errors #106 #107 #108 #109
0.2.12
- 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
- Add extra exception when response is empty #45
- Merge pull request #43
- Merge pull request #46
- Fix broken image upload #47
0.2.10
- Fixed missing
http_build_query
in post requests #39
0.2.9
- Add autoload.php as Composer alternative #37
- Add board update endpoint #34
- Fix patch requests
- Add
$field
to update requests
0.2.2
- Add error codes to PinterestException ( #17 )
0.2.0
- Changed default authentication response_type to
code
( #4 / #7 / #14 )
- Fixed
getAccessToken()
path
- Added fallback for servers using open_basedir ( #9 )
Fixed pagination
0.1.6
Fixed checking existance of pagination
Fix collection pagination
0.1.5
Changed isset to is_array, fixed #13