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 文件中以逗号分隔) +- 新增「运行状态」页面 ## 调整