From 6ba4361bbfa25c67ae629d5efcd9db1c957f2779 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Mon, 22 Nov 2021 15:35:34 +0800 Subject: [PATCH] v2.2.2 --- app/index/view/default/config.json | 2 +- app/service/ConstService.php | 1 + public/core.php | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/app/index/view/default/config.json b/app/index/view/default/config.json index 803ca5cd3..134037b62 100755 --- a/app/index/view/default/config.json +++ b/app/index/view/default/config.json @@ -1,6 +1,6 @@ { "name":"默认主题", - "ver":"2.2.1", + "ver":"2.2.2", "author":"Devil", "home":"https://shopxo.net/" } \ No newline at end of file diff --git a/app/service/ConstService.php b/app/service/ConstService.php index 5f692fe17..67db9d50a 100644 --- a/app/service/ConstService.php +++ b/app/service/ConstService.php @@ -87,6 +87,7 @@ class ConstService '2.1.0' => ['value' => '2.1.0', 'name' => 'v2.1.0'], '2.2.0' => ['value' => '2.2.0', 'name' => 'v2.2.0'], '2.2.1' => ['value' => '2.2.1', 'name' => 'v2.2.1'], + '2.2.2' => ['value' => '2.2.2', 'name' => 'v2.2.2'], ], // 用户注册类型列表 diff --git a/public/core.php b/public/core.php index b32ea7a15..82ba1937d 100755 --- a/public/core.php +++ b/public/core.php @@ -10,7 +10,7 @@ // +---------------------------------------------------------------------- // 系统版本 -define('APPLICATION_VERSION', 'v2.2.1'); +define('APPLICATION_VERSION', 'v2.2.2'); // 检测PHP环境 if(version_compare(PHP_VERSION,'7.2.5','<'))