diff --git a/resources/misc/changelogs/en/5.0.0.md b/resources/misc/changelogs/en/5.0.0.md index 1471d404..510c16a3 100644 --- a/resources/misc/changelogs/en/5.0.0.md +++ b/resources/misc/changelogs/en/5.0.0.md @@ -18,6 +18,7 @@ - PHP version requirement is increased to 7.2.0. - Use `install.lock` file to detect status of installation. - Load front end i18n text from `lang/front-end.yml` of a plugin automatically. +- Upgraded AdminLTE to v3. ## Fixed @@ -33,3 +34,4 @@ - Removed Artisan commands of migration for v3 to v4. - Dropped support of IIS. - Removed package `swiggles/memcache`. +- Removed `commit` property from `blessing` global. diff --git a/resources/misc/changelogs/zh_CN/5.0.0.md b/resources/misc/changelogs/zh_CN/5.0.0.md index 63e3f75d..3cfa525c 100644 --- a/resources/misc/changelogs/zh_CN/5.0.0.md +++ b/resources/misc/changelogs/zh_CN/5.0.0.md @@ -18,6 +18,7 @@ - PHP 版本最低要求为 7.2.0 - 使用 `install.lock` 文件来检测安装状态 - 插件系统:自动从 `lang/front-end.yml` 中加载前端多语言 +- AdminLTE 升级到 v3 ## 修复 @@ -33,3 +34,4 @@ - 移除为 v3 迁移到 v4 而编写的 Artisan 命令 - 放弃对 IIS 的支持 - 移除扩展包 `swiggles/memcache` +- 从全局变量 `blessing` 中移除 `commit` 属性