Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

48 lines (29 loc) · 1.67 KB

0.2.10 (11-02-2016)

  • Fixed missing http_build_query in post requests #39

0.2.9 (10-02-2016)

  • Add autoload.php as Composer alternative #37
  • Add board update endpoint #34
  • Fix patch requests
  • Add $field to update requests

0.2.8 (02-02-2016)

  • Fix Curl execFollow and error handling #31

0.2.7 (01-02-2016)

  • Fix wrong variable name #30

0.2.6 (01-02-2016)

  • A lot of code cleanup based on Scruntinizer
  • Added original_url attribute to Pin model #24
  • Fixed typo in header #27

0.2.5 (09-01-2016)

  • Fixed disabling CURL safe_mode issue in PHP 7.0 #21

0.2.3 (03-01-2016)

  • Add error codes to PinterestException ( #17 )
  • Remove whoops as dependency

0.2.2 (31-12-2015)

  • Add error codes to PinterestException ( #17 )

0.2.1 (23-12-2015)

  • Add setState and getState methods ( #15 )

0.2.0 (18-12-2015)

  • Changed default authentication response_type to code ( #4 / #7 / #14 )
  • Fixed getAccessToken() path
  • Added fallback for servers using open_basedir ( #9 )