mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
release beta12
This commit is contained in:
+2
-1
@@ -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
|
||||||
- Redis:optional
|
- Redis:optional
|
||||||
|
|
||||||
|
|||||||
@@ -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,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");
|
||||||
|
|||||||
Reference in New Issue
Block a user