forked from dirkgroenen/pinterest-api-php
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
39 changed files
with
1,148 additions
and
444 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
/demo/ | ||
README.html | ||
/vendor/ | ||
/tests/Pinterest/env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
filter: | ||
excluded_paths: | ||
- 'tests/*' | ||
checks: | ||
php: true | ||
coding_style: | ||
php: { } | ||
build: | ||
tests: | ||
override: | ||
- | ||
command: 'phpunit --coverage-clover=.coverage-report.xml' | ||
coverage: | ||
file: '.coverage-report.xml' | ||
format: 'php-clover' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
### 0.2.10 (11-02-2016) | ||
|
||
- Fixed missing `http_build_query` in post requests [#39](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/39) | ||
|
||
### 0.2.9 (10-02-2016) | ||
|
||
- Add autoload.php as Composer alternative [#37](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/37) | ||
- Add board update endpoint [#34](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/34) | ||
- Fix patch requests | ||
- Add `$field` to update requests | ||
|
||
### 0.2.8 (02-02-2016) | ||
|
||
- Fix Curl execFollow and error handling [#31](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/31) | ||
|
||
### 0.2.7 (01-02-2016) | ||
|
||
- Fix wrong variable name | ||
[#30](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/30) | ||
|
||
### 0.2.6 (01-02-2016) | ||
|
||
- A lot of code cleanup based on Scruntinizer | ||
- Added `original_url` attribute to Pin model [#24](https://github.com/dirkgroenen/Pinterest-API-PHP/pull/24) | ||
- Fixed typo in header [#27](https://github.com/dirkgroenen/Pinterest-API-PHP/pull/27) | ||
|
||
### 0.2.5 (09-01-2016) | ||
|
||
- Fixed disabling CURL safe_mode issue in PHP 7.0 [#21](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/21) | ||
|
||
### 0.2.3 (03-01-2016) | ||
|
||
- Add error codes to PinterestException ( [#17](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/17) ) | ||
- Remove `whoops` as dependency | ||
|
||
### 0.2.2 (31-12-2015) | ||
|
||
- Add error codes to PinterestException ( [#17](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/17) ) | ||
|
||
### 0.2.1 (23-12-2015) | ||
|
||
- Add `setState` and `getState` methods ( [#15](https://github.com/dirkgroenen/Pinterest-API-PHP/issues/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 ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.