Update changelog

This commit is contained in:
Pig Fang 2019-11-24 14:42:15 +08:00
parent b085698b01
commit 7aa044324c
2 changed files with 4 additions and 0 deletions

View File

@ -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.

View File

@ -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` 属性