From d1bca450b56d85beb7ba21f374a47bfeb59c288b Mon Sep 17 00:00:00 2001 From: longbai Date: Tue, 19 Jul 2016 14:18:08 +0800 Subject: [PATCH] [ci skip] changelog --- CHANGELOG.md | 12 ++++++++++++ src/Qiniu/Config.php | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 697c81e0..627bea73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ #Changelog +## 7.0.8 (2016-07-19) +### 增加 +* demo +* https url 支持 +* deleteAfterDays 策略 +* 添加图片处理链接统一拼接方法 by @SherlockRen + +## 7.0.7 (2016-01-12) +### 修正 +* PersistentFop参数pipeline和notify_url失效 +* resume 模式 close file inputstream + ## 7.0.6 (2015-12-05) ### 修正 * php7.0 Json 对空字符串解析单元测试报错 diff --git a/src/Qiniu/Config.php b/src/Qiniu/Config.php index 025d64af..fa0664f4 100644 --- a/src/Qiniu/Config.php +++ b/src/Qiniu/Config.php @@ -3,7 +3,7 @@ final class Config { - const SDK_VER = '7.0.7'; + const SDK_VER = '7.0.8'; const BLOCK_SIZE = 4194304; //4*1024*1024 分块上传块大小,该参数为接口规格,不能修改