We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf4b31 commit 9d82ccbCopy full SHA for 9d82ccb
CHANGELOG.md
@@ -1,5 +1,9 @@
1
cos-php-sdk-v5 Upgrade Guide
2
====================
3
+2.6.5 to 2.6.6
4
+---------
5
+修复部分问题
6
+
7
2.6.4 to 2.6.5
8
---------
9
1. 文字水印支持scatype、spcent参数
src/Client.php
@@ -236,7 +236,7 @@
236
* @see \Qcloud\Cos\Service::getService()
237
*/
238
class Client extends GuzzleClient {
239
- const VERSION = '2.6.5';
+ const VERSION = '2.6.6';
240
241
public $httpClient;
242
0 commit comments