Skip to content

Commit e5a09b6

Browse files
committed
upate version
1 parent 400c206 commit e5a09b6

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## 7.0.5 (2015-12-05)
4+
### 修正
5+
* php7.0 Json 对空字符串解析单元测试报错
6+
* 开启安全模式或者设置可操作目录树时,设置CURLOPT_FOLLOWLOCATION报错, by @twocabbages
7+
* fetch 支持不指定key, by @sinkcup
8+
39
## 7.0.4 (2015-07-23)
410
### 修正
511
* 一些地方的严格比较检查

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ composer require qiniu/php-sdk
2121

2222
| Qiniu SDK版本 | PHP 版本 |
2323
|:--------------------:|:---------------------------:|
24-
| 7.x | cURL extension, 5.3 - 5.6 |
24+
| 7.x | cURL extension, 5.3 - 5.6,7.0 |
2525
| 6.x | cURL extension, 5.2 - 5.6 |
2626

2727
## 使用方法

0 commit comments

Comments
 (0)