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
+2 -1
View File
@@ -9,6 +9,7 @@ Complete PT website building solution. Based on NexusPHP + Laravel Framework + E
- Request torrent - Request torrent
- Subtitle - Subtitle
- Exam - Exam
- H&R
- Attendance - Attendance
- Forum - Forum
- Multi-language - Multi-language
@@ -18,7 +19,7 @@ Complete PT website building solution. Based on NexusPHP + Laravel Framework + E
- .... - ....
## System Requirements ## 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 - Mysql: 5.7 latest version or above
- Redisoptional - Redisoptional
+2 -1
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最新版或以上版本 - Mysql: 5.7最新版或以上版本
- Redis:可选 - Redis:可选
+1 -1
View File
@@ -1,6 +1,6 @@
<?php <?php
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.6.0-beta12'); 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('IN_TRACKER') || define('IN_TRACKER', true);
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP"); defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org"); defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");