Skip to content

Commit 798ae55

Browse files
committed
Merge pull request #165 from longbai/fixed_scrutinizer_issue
fixed_scrutinizer_issue
2 parents d33d89b + 2d1477b commit 798ae55

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
#Changelog
22

3-
## 7.0.5 (2015-12-05)
3+
## 7.0.6 (2015-12-05)
44
### 修正
55
* php7.0 Json 对空字符串解析单元测试报错
66
* 开启安全模式或者设置可操作目录树时,设置CURLOPT_FOLLOWLOCATION报错, by @twocabbages
77
* fetch 支持不指定key, by @sinkcup
88

9+
## 7.0.5 (2015-10-29)
10+
### 增加
11+
* 增加上传策略最小文件大小限制 fsizeMin
12+
* 增加常见examples
13+
914
## 7.0.4 (2015-07-23)
1015
### 修正
1116
* 一些地方的严格比较检查

src/Qiniu/Config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
final class Config
55
{
6-
const SDK_VER = '7.0.5';
6+
const SDK_VER = '7.0.6';
77

88
const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改
99

0 commit comments

Comments
 (0)