release beta12

This commit is contained in:
xiaomlove
2021-06-23 23:05:25 +08:00
parent 6009d656a1
commit 19d7e048df
3 changed files with 5 additions and 3 deletions

View File

@@ -9,6 +9,7 @@ Complete PT website building solution. Based on NexusPHP + Laravel Framework + E
- Request torrent
- Subtitle
- Exam
- H&R
- Attendance
- Forum
- Multi-language
@@ -18,7 +19,7 @@ Complete PT website building solution. Based on NexusPHP + Laravel Framework + E
- ....
## System Requirements
- PHP: 7.3|8.0, must have extensions: ctype, fileinfo, json, mbstring, openssl, pdo_mysql, tokenizer, xml, mysqli, gd
- PHP: 7.3|8.0, must have extensions: bcmath, ctype, fileinfo, json, mbstring, openssl, pdo_mysql, tokenizer, xml, mysqli, gd
- Mysql: 5.7 latest version or above
- Redisoptional

View File

@@ -8,6 +8,7 @@
- 求种
- 字幕
- 考核
- H&R
- 签到
- 论坛
- 多语言
@@ -17,7 +18,7 @@
- ....
## 系统要求
- PHP: 7.3|8.0必须扩展ctype, fileinfo, json, mbstring, openssl, pdo_mysql, tokenizer, xml, mysqli, gd
- PHP: 7.3|8.0,必须扩展:bcmath, ctype, fileinfo, json, mbstring, openssl, pdo_mysql, tokenizer, xml, mysqli, gd
- Mysql: 5.7最新版或以上版本
- Redis可选

View File

@@ -1,6 +1,6 @@
<?php
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.6.0-beta12');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2020-06-22');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2020-06-23');
defined('IN_TRACKER') || define('IN_TRACKER', true);
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");