This commit is contained in:
gongfuxiang 2022-04-06 16:22:15 +08:00
parent bd128fca7a
commit c7bb64add7
3 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name":"默认主题",
"ver":"2.2.5",
"ver":"2.2.6",
"author":"Devil",
"home":"https://shopxo.net/"
}

View File

@ -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'],
],
// 用户注册类型列表

View File

@ -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','<'))