Skip to content

Commit

Permalink
task#49 add support http status 301 moved permanently
Browse files Browse the repository at this point in the history
  • Loading branch information
mesilov committed Sep 3, 2016
1 parent 7c85019 commit 812dcfd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# bitrix24-php-sdk change log
## 0.5.0 (4.09.2016)
* add class `Bitrix24\CRM\Quote` see pr [Added support for Quote API calls](https://github.com/mesilov/bitrix24-php-sdk/pull/53/)
* add support http status 301 moved permanently in class `Bitrix24` see issue [301 Moved Permanently #49](https://github.com/mesilov/bitrix24-php-sdk/issues/49)
* fixed bug in class `Bitrix24` see pr [Issue in the isAccessTokenExpire method](https://github.com/mesilov/bitrix24-php-sdk/pull/54)

## 0.4.1 (4.08.2016)
* add new events in class `Bitrix24\Presets\Event\Event` see issue [Add new bitrix24 events #44](https://github.com/mesilov/bitrix24-php-sdk/issues/44)
* add new scope in class `Bitrix24\Presets\Scope` see issue [Update scope presets class #47](https://github.com/mesilov/bitrix24-php-sdk/issues/47)
Expand Down
1 change: 1 addition & 0 deletions src/bitrix24.php
Original file line number Diff line number Diff line change
Expand Up @@ -500,6 +500,7 @@ protected function executeRequest($url, array $additionalParameters = array())
);

$curlOptions = array(
CURLOPT_FOLLOWLOCATION => true,
CURLOPT_RETURNTRANSFER => true,
CURLINFO_HEADER_OUT => true,
CURLOPT_VERBOSE => true,
Expand Down

0 comments on commit 812dcfd

Please sign in to comment.