mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-02 03:48:47 +08:00
v2.2.6
This commit is contained in:
parent
bd128fca7a
commit
c7bb64add7
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name":"默认主题",
|
||||
"ver":"2.2.5",
|
||||
"ver":"2.2.6",
|
||||
"author":"Devil",
|
||||
"home":"https://shopxo.net/"
|
||||
}
|
@ -91,6 +91,7 @@ class ConstService
|
||||
'2.2.3' => ['value' => '2.2.3', 'name' => 'v2.2.3'],
|
||||
'2.2.4' => ['value' => '2.2.4', 'name' => 'v2.2.4'],
|
||||
'2.2.5' => ['value' => '2.2.5', 'name' => 'v2.2.5'],
|
||||
'2.2.6' => ['value' => '2.2.6', 'name' => 'v2.2.6'],
|
||||
],
|
||||
|
||||
// 用户注册类型列表
|
||||
|
@ -10,7 +10,7 @@
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
// 系统版本
|
||||
define('APPLICATION_VERSION', 'v2.2.5');
|
||||
define('APPLICATION_VERSION', 'v2.2.6');
|
||||
|
||||
// 检测PHP环境
|
||||
if(version_compare(PHP_VERSION,'7.4.0','<'))
|
||||
|
Loading…
Reference in New Issue
Block a user