发行:3.9.0 & 版本封存

This commit is contained in:
celaraze 2023-08-16 09:34:02 +08:00
parent 290136a534
commit e475c9a6ef
3 changed files with 6 additions and 3 deletions

View File

@ -7,12 +7,16 @@
</p>
<p align="center">
<img src="https://img.shields.io/badge/Latest Release-3.7.1-orange" />
<img src="https://img.shields.io/badge/Latest Release-3.9.0-orange" />
<img src="https://img.shields.io/badge/PHP-8+-green" />
<img src="https://img.shields.io/badge/MySQL-5.7+-blueviolet" />
<img src="https://img.shields.io/badge/License-GPL3.0-blue" />
</p>
## 生命周期说明
Chemex 3.9.0 是经典版本的最终形态后续将不再维护。与此同时采用新架构和设计思路的新版本已经在开发中dev分支我将全身心的投入到新架构的设计中去。
## 仓库托管
Github `https://github.com/celaraze/chemex`

View File

@ -33,7 +33,6 @@
"orangehill/iseed": "^3.0",
"overtrue/laravel-pinyin": "~4.0",
"spipu/html2pdf": "^5.2",
"spiral/roadrunner": "^2.0",
"tecnickcom/tcpdf": "^6.3",
"tymon/jwt-auth": "^2.0"
},

View File

@ -324,5 +324,5 @@ return [
*/
'demo' => env('ADMIN_DEMO', false),
'chemex_version' => '3.7.1',
'chemex_version' => '3.9.0',
];