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 122142e commit ff9a15dCopy full SHA for ff9a15d
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 7.2.2 (2017-11-06
4
+### 增加
5
+* Qiniu算法的鉴权方法
6
+
7
## 7.1.4 (2017-06-21)
8
### 增加
9
* cdn 文件/目录 刷新
src/Qiniu/Config.php
@@ -3,7 +3,7 @@
final class Config
{
- const SDK_VER = '7.2.1';
+ const SDK_VER = '7.2.2';
const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改
0 commit comments