mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 20:40:49 +08:00
release beta12
This commit is contained in:
@@ -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
|
||||
- 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最新版或以上版本
|
||||
- Redis:可选
|
||||
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user