diff --git a/app/index/view/default/config.json b/app/index/view/default/config.json index 922e8b1a212bcfff64f39e46dad4e71b4e6e1eaf..d74be8c1e93ff7d955c649b38ed291997a208275 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 639a673ddacc6c78ee6ff6c41e5af74604749fdb..3bf338f22b67f1defdd0a93ec8803c8c3a3fbe04 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 715421fc757f054082b7e8df0283aba9820e10d7..34b624a7ca8ced56cce0a68a21072045da0bf4aa 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','<'))