From 5040e5ef0ebf00292e9fc530885d41cc9f946c0e Mon Sep 17 00:00:00 2001 From: devil_gong Date: Thu, 14 Feb 2019 12:43:36 +0800 Subject: [PATCH] =?UTF-8?q?1.3=E7=89=88=E6=9C=AC=E6=A0=87=E8=AE=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- public/core.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3d6be2e2..33bc20b7d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ ![微信小程序](https://images.gitee.com/uploads/images/2019/0125/111858_88b945a6_488475.jpeg "微信小程序") ### 安装教程 -* v1.2.0安装教程:https://ask.shopxo.net/article/5 +* 安装教程:https://ask.shopxo.net/article/5 ### 官方QQ群 * 群号:833531593 @@ -25,7 +25,7 @@ * 腾讯云开发者:https://dev.tencent.com/u/gongfuxiang/p/shopxo/git ### 扩展性 -* 独立模块式开发,完善的注释,易扩展。 +* 独立模块式开发,完善的注释,易扩展,应用管理。 ### 安全性 * 防止sql注入,代码高安全性。 diff --git a/public/core.php b/public/core.php index 0d024aea4..5294315ce 100755 --- a/public/core.php +++ b/public/core.php @@ -13,7 +13,7 @@ if(version_compare(PHP_VERSION,'5.6.0','<')) die('PHP版本最低 5.6.0'); // 系统版本 -define('APPLICATION_VERSION', 'v1.2.0'); +define('APPLICATION_VERSION', 'v1.3.0'); // 定义系统目录分隔符 define('DS', '/');