From c7bb64add7289b00fb0db21e9abfaa17900f83f4 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Wed, 6 Apr 2022 16:22:15 +0800 Subject: [PATCH] v2.2.6 --- 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 922e8b1a2..d74be8c1e 100755 --- a/app/index/view/default/config.json +++ b/app/index/view/default/config.json @@ -1,6 +1,6 @@ { "name":"默认主题", - "ver":"2.2.5", + "ver":"2.2.6", "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 639a673dd..3bf338f22 100644 --- a/app/service/ConstService.php +++ b/app/service/ConstService.php @@ -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'], ], // 用户注册类型列表 diff --git a/public/core.php b/public/core.php index 715421fc7..34b624a7c 100755 --- a/public/core.php +++ b/public/core.php @@ -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','<')) -- GitLab