- added pagination to collection #118
- Fix Notice: Array to string conversion #115
- Upgrade PHPunit and add tests for PHP 7.4
- Fix paths which return redirect errors #106 #107 #108 #109
- 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
- Add extra exception when response is empty #45
- Merge pull request #43
- Merge pull request #46
- Fix broken image upload #47
- Fixed missing
http_build_query
in post requests #39
- Add autoload.php as Composer alternative #37
- Add board update endpoint #34
- Fix patch requests
- Add
$field
to update requests
- Fix Curl execFollow and error handling #31
- Fix wrong variable name #30
- A lot of code cleanup based on Scruntinizer
- Added
original_url
attribute to Pin model #24 - Fixed typo in header #27
- Fixed disabling CURL safe_mode issue in PHP 7.0 #21
- Add error codes to PinterestException ( #17 )
- Remove
whoops
as dependency
- Add error codes to PinterestException ( #17 )
- Add
setState
andgetState
methods ( #15 )
- Changed default authentication response_type to
code
( #4 / #7 / #14 ) - Fixed
getAccessToken()
path - Added fallback for servers using open_basedir ( #9 )