Skip to content

Commit f50f1be

Browse files
committed
Merge pull request #20 from qiniu/develop
Release v6.0.2
2 parents 5ee3833 + 806f153 commit f50f1be

File tree

9 files changed

+717
-7
lines changed

9 files changed

+717
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## CHANGE LOG
22

3+
### v6.0.2
4+
5+
2013-07-04 issue [#20](https://github.com/qiniu/api/pull/20)
6+
7+
- 增加 rsf, batch 支持
8+
- 初步补充文档
9+
10+
311
### v6.0.1
412

513
2013-07-03 issue [#10](https://github.com/qiniu/api/pull/10)

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,25 @@
44

55
[![Qiniu Logo](http://qiniutek.com/images/logo-2.png)](http://qiniu.com/)
66

7+
8+
## 下载
9+
10+
### 从 release 版本下载
11+
12+
下载地址:https://github.com/qiniu/php-sdk/releases
13+
14+
这是我们建议的方式,release 版本有版本号,有 [CHANGELOG](https://github.com/qiniu/php-sdk/blob/develop/CHANGELOG.md),使用规格也会比较稳定。
15+
16+
### 从 git 库下载
17+
18+
你可以直接用 git clone 下载源代码来使用。但是请注意非 master 分支的代码在规格上可能承受变更,应谨慎使用。
19+
20+
721
## 使用
822

923
参考文档:[七牛云存储 PHP SDK 使用指南](https://github.com/qiniu/php-sdk/tree/develop/docs)
1024

25+
1126
## 贡献代码
1227

1328
1. Fork
@@ -16,6 +31,7 @@
1631
4. 将您的修改记录提交到远程 `git` 仓库 (`git push origin my-new-feature`)
1732
5. 然后到 github 网站的该 `git` 远程仓库的 `my-new-feature` 分支下发起 Pull Request
1833

34+
1935
## 许可证
2036

2137
Copyright (c) 2012 qiniu.com

0 commit comments

Comments
 (0)