Skip to content

Commit

Permalink
Merge pull request #165 from longbai/fixed_scrutinizer_issue
Browse files Browse the repository at this point in the history
fixed_scrutinizer_issue
  • Loading branch information
longbai committed Dec 5, 2015
2 parents d33d89b + 2d1477b commit 798ae55
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
#Changelog

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

## 7.0.5 (2015-10-29)
### 增加
* 增加上传策略最小文件大小限制 fsizeMin
* 增加常见examples

## 7.0.4 (2015-07-23)
### 修正
* 一些地方的严格比较检查
Expand Down
2 changes: 1 addition & 1 deletion src/Qiniu/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

final class Config
{
const SDK_VER = '7.0.5';
const SDK_VER = '7.0.6';

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

Expand Down

0 comments on commit 798ae55

Please sign in to comment.