diff --git a/README.md b/README.md index b92d80c..9392b6a 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ api上传成功后返回json: #### 更新日志 * 2021-03-23 v2.0.2.1 -- 增加支持 php 7.4 +- 支持php7.4,覆盖class.upload.php和file.php即可 * 2019-6-26 v2.0.2.0 - 精简压缩代码,使得不再压缩后反而变大 diff --git a/config.php b/config.php index 5f3be1d..5614171 100644 --- a/config.php +++ b/config.php @@ -7,7 +7,7 @@ * @Github https://github.com/icret/EasyImages2.0 * @link https://www.545141.com/902.html * @Review 2019-5-21 13:05:20 - * @last 2019-6-29 09:02:19 + * @last 2021-03-24 21:57:10 * 上传后请打开check.php先检查服务器配置,更改密码,更改域名等操作 */ @@ -90,5 +90,5 @@ $config = array( 'ad_top' => false, // 开启底部广告 如果想添加或修改广告修改 public/static/ad_bot.html 'ad_bot' => false, - 'version' => '2.0.2.0', + 'version' => '2.0.2.1', );