diff --git a/app/function.php b/app/function.php index 31eebce..da109a2 100644 --- a/app/function.php +++ b/app/function.php @@ -32,7 +32,7 @@ define('APP_ROOT', str_replace('\\', '/', realpath(dirname(__FILE__) . '/../'))) // 判断当前的系统类型是否为windows define('IS_WIN', strstr(PHP_OS, 'WIN') ? 1 : 0); // 定义当前版本 -define('APP_VERSION', '2.8.3'); +define('APP_VERSION', '2.8.2'); /*---------------基础配置结束-------------------*/ diff --git a/docs/update.md b/docs/update.md index 995a4b2..98b5b25 100644 --- a/docs/update.md +++ b/docs/update.md @@ -1,10 +1,8 @@ -* 2023-05-14 v2.8.3 +* 2023-05-14 v2.8.2 +- 增加uPic教程 - Fix [#115](https://github.com/icret/EasyImages2.0/issues/115) - Fix [#114](https://github.com/icret/EasyImages2.0/issues/114) -* 2023-04-23 v2.8.2 -- 增加uPic教程 - * 2023-04-12 v2.8.1 - 修改上传签名生成方式 - 修复一处绕过代码