update version to 1.2.6

pull/6/head v1.2.6
sy-records 2021-07-31 20:20:31 +08:00
parent 9fcb7ebbb2
commit bb66e991c6
No known key found for this signature in database
GPG Key ID: C3BB4FF13CD72ACE
2 changed files with 9 additions and 4 deletions

View File

@ -3,7 +3,7 @@
Plugin Name: OSS Aliyun Plugin Name: OSS Aliyun
Plugin URI: https://github.com/sy-records/aliyun-oss-wordpress 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. Description: 使用阿里云对象存储 OSS 作为附件存储空间。This is a plugin that uses Aliyun Object Storage Service for attachments remote saving.
Version: 1.2.5 Version: 1.2.6
Author: 沈唁 Author: 沈唁
Author URI: https://qq52o.me Author URI: https://qq52o.me
License: Apache 2.0 License: Apache 2.0
@ -14,7 +14,7 @@ require_once 'sdk/vendor/autoload.php';
use OSS\OssClient; use OSS\OssClient;
use OSS\Core\OssException; use OSS\Core\OssException;
define('OSS_VERSION', '1.2.5'); define('OSS_VERSION', '1.2.6');
define('OSS_BASEFOLDER', plugin_basename(dirname(__FILE__))); define('OSS_BASEFOLDER', plugin_basename(dirname(__FILE__)));
if (!function_exists('get_home_path')) { if (!function_exists('get_home_path')) {

View File

@ -3,9 +3,9 @@ Contributors: shenyanzhi
Donate link: https://qq52o.me/sponsor.html Donate link: https://qq52o.me/sponsor.html
Tags: oss, 阿里云, 对象存储, aliyun Tags: oss, 阿里云, 对象存储, aliyun
Requires at least: 4.2 Requires at least: 4.2
Tested up to: 5.7 Tested up to: 5.8
Requires PHP: 5.6.0 Requires PHP: 5.6.0
Stable tag: 1.2.5 Stable tag: 1.2.6
License: Apache 2.0 License: Apache 2.0
License URI: http://www.apache.org/licenses/LICENSE-2.0.html License URI: http://www.apache.org/licenses/LICENSE-2.0.html
@ -71,6 +71,11 @@ License URI: http://www.apache.org/licenses/LICENSE-2.0.html
== Changelog == == Changelog ==
= 1.2.6 =
* 升级 oss sdk
* 修复删除文件的request id异常
* 支持 WordPress 5.8 版本
= 1.2.5 = = 1.2.5 =
* 修复当文章图片重复时导致添加多个样式 * 修复当文章图片重复时导致添加多个样式