From 833c3f96450f5ab2f5f214b4f96cd4fb69afaa3d Mon Sep 17 00:00:00 2001 From: sy-records <52o@qq52o.cn> Date: Thu, 18 Feb 2021 11:23:15 +0800 Subject: [PATCH] Update version to 1.2.3 --- aliyun-oss-wordpress.php | 4 ++-- readme.txt | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/aliyun-oss-wordpress.php b/aliyun-oss-wordpress.php index 66fa57b..a777937 100644 --- a/aliyun-oss-wordpress.php +++ b/aliyun-oss-wordpress.php @@ -3,7 +3,7 @@ Plugin Name: OSS Aliyun Plugin URI: https://github.com/sy-records/aliyun-oss-wordpress Description: 使用阿里云对象存储 OSS 作为附件存储空间。(This is a plugin that uses Aliyun Object Storage Service for attachments remote saving.) -Version: 1.2.2 +Version: 1.2.3 Author: 沈唁 Author URI: https://qq52o.me License: Apache 2.0 @@ -14,7 +14,7 @@ require_once 'sdk/vendor/autoload.php'; use OSS\OssClient; use OSS\Core\OssException; -define('OSS_VERSION', '1.2.2'); +define('OSS_VERSION', '1.2.3'); define('OSS_BASEFOLDER', plugin_basename(dirname(__FILE__))); // 初始化选项 diff --git a/readme.txt b/readme.txt index d7afd8d..d8ceb4d 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: oss, 阿里云, 对象存储, aliyun Requires at least: 4.2 Tested up to: 5.6 Requires PHP: 5.6.0 -Stable tag: 1.2.2 +Stable tag: 1.2.3 License: Apache 2.0 License URI: http://www.apache.org/licenses/LICENSE-2.0.html @@ -71,6 +71,9 @@ License URI: http://www.apache.org/licenses/LICENSE-2.0.html == Changelog == += 1.2.3 = +* 支持删除非图片类型文件 + = 1.2.2 = * 支持 WordPress 5.6 版本 * 升级 OSS SDK