Skip to content

Commit

Permalink
Merge branch 'release/1.1.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
hueyl77 committed May 31, 2017
2 parents cdb1d45 + 03d8be0 commit 2994774
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Filestack-php Changelog

## 1.1.5 (May 31, 2017)
- Updated source header to Filestack-Source

## 1.1.4 (May 26, 2017)
- FS-980 modified upload() function to use multiparts upload api
- FS-1039 added getConvertTaskInfo() to client and filelink
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.1.4
1.1.5
2 changes: 1 addition & 1 deletion filestack/mixins/CommonMixin.php
Expand Up @@ -448,7 +448,7 @@ protected function addRequestSourceHeader(&$headers)
{
$source_header = $this->getSourceHeader();
$headers['User-Agent'] = $source_header;
$headers['X-Filestack-Source'] = $source_header;
$headers['Filestack-Source'] = $source_header;
}

/**
Expand Down

0 comments on commit 2994774

Please sign in to comment.