Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
peinhu committed Jun 3, 2019
1 parent 8bd41ff commit 5354456
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
**2019-06-03 v2.0.6**
添加额外Mime-Type自定义配置
添加解析和生成资源保存地址方法
添加文件完整性校验
更换可能被弃用的ajax同步方式
优化请求参数验证方式

**2019-04-10 v2.0.5**
添加自定义路由支持
添加反996许可证
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,12 +167,12 @@ AetherUpload在上传前使用白名单+黑名单的形式进行文件后缀名
虽然做了诸多安全工作,但恶意文件上传是防不胜防的,建议正确设置上传目录权限,确保相关程序对资源文件没有执行权限。

# 更新日志
**2019-04-10 v2.0.5**
添加自定义路由支持
添加反996许可证
自定义资源储存路径填充位置
修正spark-md5文件未引入时报错问题
修正php5.6兼容问题[#48](https://github.com/peinhu/AetherUpload-Laravel/issues/48)
**2019-06-03 v2.0.6**
添加额外Mime-Type自定义配置
添加解析和生成资源保存地址方法
添加文件完整性校验
更换可能被弃用的ajax同步方式
优化请求参数验证方式

详见[CHANGELOG.md](https://github.com/peinhu/AetherUpload-Laravel/blob/master/CHANGELOG.md)

Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"require": {
"php": ">=5.5.9"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
},
"suggest": {
"predis/predis": "Needed to support instant completion"
},
Expand Down

0 comments on commit 5354456

Please sign in to comment.