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 cd02fa6 commit e5605b2Copy full SHA for e5605b2
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 7.2.4 (2018-05-09)
4
+### 增加
5
+* 连麦功能
6
+
7
## 7.2.3 (2018-01-20)
8
### 增加
9
* 新加坡机房
src/Qiniu/Config.php
@@ -3,7 +3,7 @@
final class Config
{
- const SDK_VER = '7.2.3';
+ const SDK_VER = '7.2.4';
const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改
0 commit comments