Skip to content

Commit 9d15abf

Browse files
author
justinlguo
committed
update version id
1 parent 9ff3e87 commit 9d15abf

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
cos-php-sdk-v5 Upgrade Guide
22
====================
3+
2.6.11 to 2.6.12
4+
---------
5+
1. 盲水印支持版本参数
6+
2. 更新sts-sdk demo
7+
3. 压缩包预览
8+
4. hls加密
9+
5. 视频明水印
10+
6. 图片水印支持spacing参数
11+
312
2.6.10 to 2.6.11
413
---------
514
1. 创建数据集

src/Client.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
* @see \Qcloud\Cos\Service::getService()
281281
*/
282282
class Client extends GuzzleClient {
283-
const VERSION = '2.6.11';
283+
const VERSION = '2.6.12';
284284

285285
public $httpClient;
286286

0 commit comments

Comments
 (0)