File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ' ;
You can’t perform that action at this time.
0 commit comments