From 4f46be6e3a5202d1efc42ab0e671f468ddb3beb5 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Tue, 29 Nov 2022 15:08:56 +0800 Subject: [PATCH] v2.3.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 c5329764d..72b24aab9 100755 --- a/app/index/view/default/config.json +++ b/app/index/view/default/config.json @@ -1,6 +1,6 @@ { "name":"默认主题", - "ver":"2.3.1", + "ver":"2.3.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 3d2d5b6cf..6759c9f7a 100644 --- a/app/service/ConstService.php +++ b/app/service/ConstService.php @@ -117,6 +117,7 @@ class ConstService '2.2.9' => ['value' => '2.2.9', 'name' => 'v2.2.9'], '2.3.0' => ['value' => '2.3.0', 'name' => 'v2.3.0'], '2.3.1' => ['value' => '2.3.1', 'name' => 'v2.3.1'], + '2.3.2' => ['value' => '2.3.2', 'name' => 'v2.3.2'], ], // 用户注册类型列表 diff --git a/public/core.php b/public/core.php index 4ed27cc7d..c0bd810fd 100755 --- a/public/core.php +++ b/public/core.php @@ -10,7 +10,7 @@ // +---------------------------------------------------------------------- // 系统版本 -define('APPLICATION_VERSION', 'v2.3.1'); +define('APPLICATION_VERSION', 'v2.3.2'); // 检测PHP环境 if(version_compare(PHP_VERSION,'7.4.0','<')) -- GitLab