Skip to content

Commit 0c9d902

Browse files
committed
Release 2.4.2
1 parent ffa8033 commit 0c9d902

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## v2.4.2 / 2021-06-04
4+
* Compatible with PHP8.
5+
* Fixed: compatible with PHP5.4.
6+
* Fixed: the signature is incorrect in some scenarios
7+
* Update: change $requestUrl from a member variable to a local variable.
8+
39
## v2.4.1 / 2020-09-29
410
* Fixed: the getBucketPolicy bug.
511

src/OSS/OssClient.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3508,8 +3508,8 @@ public function setConnectTimeout($connectTimeout)
35083508
);
35093509
// OssClient version information
35103510
const OSS_NAME = "aliyun-sdk-php";
3511-
const OSS_VERSION = "2.4.1";
3512-
const OSS_BUILD = "20200929";
3511+
const OSS_VERSION = "2.4.2";
3512+
const OSS_BUILD = "20210604";
35133513
const OSS_AUTHOR = "";
35143514
const OSS_OPTIONS_ORIGIN = 'Origin';
35153515
const OSS_OPTIONS_REQUEST_METHOD = 'Access-Control-Request-Method';

0 commit comments

Comments
 (0)