Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rockuw committed Nov 22, 2016
1 parent 7410a4a commit 7678dad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog - Aliyun OSS SDK for PHP

## v2.2.0 / 2016-11-22

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

## v2.1.0 / 2016-11-12

* 增加[RTMP](https://help.aliyun.com/document_detail/44297.html)接口
Expand Down
4 changes: 2 additions & 2 deletions src/OSS/OssClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -2500,8 +2500,8 @@ public function setConnectTimeout($connectTimeout)
);
// OssClient版本信息
const OSS_NAME = "aliyun-sdk-php";
const OSS_VERSION = "2.1.0";
const OSS_BUILD = "20161112";
const OSS_VERSION = "2.2.0";
const OSS_BUILD = "20161122";
const OSS_AUTHOR = "";
const OSS_OPTIONS_ORIGIN = 'Origin';
const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method';
Expand Down

0 comments on commit 7678dad

Please sign in to comment.