Update changelogs

This commit is contained in:
Pig Fang 2019-09-04 23:00:07 +08:00
parent e3483375e0
commit e4685ad649
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
- Allow to disable a plugin by running `php artisan plugin:disable {name}`.
- Allow to cache options by running `php artisan options:cache`.
- Support multiple plugins directories. (Splited by comma in ".env" file.)
- Added "Status" page.
## Tweaked

View File

@ -7,6 +7,7 @@
- 支持以 `php artisan plugin:disable {name}` 的方式关闭插件
- 允许通过 `php artisan options:cache` 命令缓存站点选项
- 支持指定多个插件目录(在 .env 文件中以逗号分隔)
- 新增「运行状态」页面
## 调整