mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-03 14:10:57 +08:00
update readme
This commit is contained in:
@@ -57,9 +57,7 @@ docker run --name my-nexusphp -e DOMAIN=xxx.com -p 80:80 xiaomlove/nexusphp:late
|
||||
## 更多信息
|
||||
博客:[https://nexusphp.org](http://nexusphp.org/)
|
||||
文档:[https://doc.nexusphp.org](http://doc.nexusphp.org/)
|
||||
QQ群: [764452568](https://jq.qq.com/?_wv=1027&k=IbltZcIx)
|
||||
Telegram: [https://t.me/nexusphp](https://t.me/nexusphp)
|
||||
B站: [xiaomlove](https://space.bilibili.com/1319303059)
|
||||
|
||||
## Project supported by JetBrains
|
||||
Many thanks to Jetbrains for kindly providing a license for me to work on this and other open-source projects.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.8.4');
|
||||
defined('RELEASE_DATE') || define('RELEASE_DATE', '2023-06-11');
|
||||
defined('RELEASE_DATE') || define('RELEASE_DATE', '2023-06-12');
|
||||
defined('IN_TRACKER') || define('IN_TRACKER', false);
|
||||
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
|
||||
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");
|
||||
|
||||
Reference in New Issue
Block a user