This commit is contained in:
gongfuxiang 2023-04-06 17:21:17 +08:00
parent 1a0c9a597d
commit 840b55b2fe
4 changed files with 4 additions and 3 deletions

View File

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

View File

@ -118,6 +118,7 @@ class ConstService
'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'],
'2.3.3' => ['value' => '2.3.3', 'name' => 'v2.3.3'],
],
// -------------------- 正则 --------------------

View File

@ -1,6 +1,6 @@
<?php
// +----------------------------------------------------------------------
// | ShopXO 国内领先企业级B2C免费开源电商系统
// | ShopXO 国内领先企业级B2C免false费开源电商系统
// +----------------------------------------------------------------------
// | Copyright (c) 2011~2099 http://shopxo.net All rights reserved.
// +----------------------------------------------------------------------

View File

@ -10,7 +10,7 @@
// +----------------------------------------------------------------------
// 系统版本
define('APPLICATION_VERSION', 'v2.3.2');
define('APPLICATION_VERSION', 'v2.3.3');
// 检测PHP环境
if(version_compare(PHP_VERSION,'7.4.0','<'))