From e4685ad649269a4ca6f7a584723fa438c963bc18 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Wed, 4 Sep 2019 23:00:07 +0800 Subject: [PATCH] Update changelogs --- resources/misc/changelogs/en/next.md | 1 + resources/misc/changelogs/zh_CN/next.md | 1 + 2 files changed, 2 insertions(+) diff --git a/resources/misc/changelogs/en/next.md b/resources/misc/changelogs/en/next.md index 89b35a5e..d5a99633 100644 --- a/resources/misc/changelogs/en/next.md +++ b/resources/misc/changelogs/en/next.md @@ -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 diff --git a/resources/misc/changelogs/zh_CN/next.md b/resources/misc/changelogs/zh_CN/next.md index eb1c1cb3..289b3064 100644 --- a/resources/misc/changelogs/zh_CN/next.md +++ b/resources/misc/changelogs/zh_CN/next.md @@ -7,6 +7,7 @@ - 支持以 `php artisan plugin:disable {name}` 的方式关闭插件 - 允许通过 `php artisan options:cache` 命令缓存站点选项 - 支持指定多个插件目录(在 .env 文件中以逗号分隔) +- 新增「运行状态」页面 ## 调整