Skip to content

Commit 17b3963

Browse files
Release 2.2.1
1 parent d57b6cb commit 17b3963

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ChangeLog - Aliyun OSS SDK for PHP
22

3+
## v2.2.1 / 2016-12-01
4+
5+
* 禁止http curl自动填充Accept-Encoding
6+
37
## v2.2.0 / 2016-11-22
48

59
* 修复PutObject/CompleteMultipartUpload的返回值问题(#26)

src/OSS/OssClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2508,8 +2508,8 @@ public function setConnectTimeout($connectTimeout)
25082508
);
25092509
// OssClient版本信息
25102510
const OSS_NAME = "aliyun-sdk-php";
2511-
const OSS_VERSION = "2.2.0";
2512-
const OSS_BUILD = "20161122";
2511+
const OSS_VERSION = "2.2.1";
2512+
const OSS_BUILD = "20161201";
25132513
const OSS_AUTHOR = "";
25142514
const OSS_OPTIONS_ORIGIN = 'Origin';
25152515
const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method';

0 commit comments

Comments
 (0)