Skip to content

Commit 053d7ba

Browse files
committed
Release 2.3.1
1 parent 32d0abd commit 053d7ba

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## v2.3.1 / 2019-011-15
4+
5+
* translate chinese comments into english
6+
* Added: endpoint validity check
7+
38
## v2.3.0 / 2018-01-05
49

510
* Fixed: putObject support creating empty files

src/OSS/OssClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2714,8 +2714,8 @@ public function setConnectTimeout($connectTimeout)
27142714
);
27152715
// OssClient version information
27162716
const OSS_NAME = "aliyun-sdk-php";
2717-
const OSS_VERSION = "2.3.0";
2718-
const OSS_BUILD = "20180105";
2717+
const OSS_VERSION = "2.3.1";
2718+
const OSS_BUILD = "20191115";
27192719
const OSS_AUTHOR = "";
27202720
const OSS_OPTIONS_ORIGIN = 'Origin';
27212721
const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method';

0 commit comments

Comments
 (0)