Skip to content

Commit 8853812

Browse files
Release 2.2.3
1 parent 290442c commit 8853812

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.3 / 2017-04-14
4+
5+
* fix md5 check
6+
37
## v2.2.2 / 2017-01-18
48

59
* 解决在php7上运行连接数和内存bug

src/OSS/OssClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2520,8 +2520,8 @@ public function setConnectTimeout($connectTimeout)
25202520
);
25212521
// OssClient版本信息
25222522
const OSS_NAME = "aliyun-sdk-php";
2523-
const OSS_VERSION = "2.2.2";
2524-
const OSS_BUILD = "20170118";
2523+
const OSS_VERSION = "2.2.3";
2524+
const OSS_BUILD = "20170414";
25252525
const OSS_AUTHOR = "";
25262526
const OSS_OPTIONS_ORIGIN = 'Origin';
25272527
const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method';

0 commit comments

Comments
 (0)