Skip to content

Commit d1bca45

Browse files
committed
[ci skip] changelog
1 parent f27b219 commit d1bca45

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
#Changelog
22

3+
## 7.0.8 (2016-07-19)
4+
### 增加
5+
* demo
6+
* https url 支持
7+
* deleteAfterDays 策略
8+
* 添加图片处理链接统一拼接方法 by @SherlockRen
9+
10+
## 7.0.7 (2016-01-12)
11+
### 修正
12+
* PersistentFop参数pipeline和notify_url失效
13+
* resume 模式 close file inputstream
14+
315
## 7.0.6 (2015-12-05)
416
### 修正
517
* php7.0 Json 对空字符串解析单元测试报错

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.7';
6+
const SDK_VER = '7.0.8';
77

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

0 commit comments

Comments
 (0)