Skip to content

Commit

Permalink
Release 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
huiguangjun committed Nov 15, 2019
1 parent 32d0abd commit 053d7ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# ChangeLog - Aliyun OSS SDK for PHP

## v2.3.1 / 2019-011-15

* translate chinese comments into english
* Added: endpoint validity check

## v2.3.0 / 2018-01-05

* Fixed: putObject support creating empty files
Expand Down
4 changes: 2 additions & 2 deletions src/OSS/OssClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -2714,8 +2714,8 @@ public function setConnectTimeout($connectTimeout)
);
// OssClient version information
const OSS_NAME = "aliyun-sdk-php";
const OSS_VERSION = "2.3.0";
const OSS_BUILD = "20180105";
const OSS_VERSION = "2.3.1";
const OSS_BUILD = "20191115";
const OSS_AUTHOR = "";
const OSS_OPTIONS_ORIGIN = 'Origin';
const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method';
Expand Down

0 comments on commit 053d7ba

Please sign in to comment.