diff --git a/README.md b/README.md index f24a510..c8985c9 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@ 使用阿里云对象存储 OSS 作为附件存储空间的 WordPress 插件 -[![Latest Version](https://img.shields.io/github/release/sy-records/aliyun-oss-wordpress.svg?style=flat-square)](https://github.com/sy-records/aliyun-oss-wordpress/releases) -[![License](https://img.shields.io/github/license/sy-records/aliyun-oss-wordpress?color=blue)](LICENSE) -[![contact-@Luffy](https://img.shields.io/badge/contact-@Luffy-blue.svg)](https://qq52o.me) +[![Latest Version](https://img.shields.io/github/release/sy-records/aliyun-oss-wordpress.svg)](https://github.com/sy-records/aliyun-oss-wordpress/releases) +[![License](https://img.shields.io/github/license/sy-records/aliyun-oss-wordpress?color=red)](LICENSE) +[![website](https://img.shields.io/badge/website-qq52o.me-blue)](https://qq52o.me) [![contributors](https://img.shields.io/github/contributors/sy-records/aliyun-oss-wordpress?color=blue)](https://github.com/sy-records/aliyun-oss-wordpress/graphs/contributors) +[![plugin stars](https://img.shields.io/wordpress/plugin/stars/oss-aliyun)](https://wordpress.org/plugins/oss-aliyun/) +[![plugin installs](https://img.shields.io/wordpress/plugin/installs/oss-aliyun)](https://wordpress.org/plugins/oss-aliyun/) ## 插件特色 diff --git a/readme.txt b/readme.txt index 701935c..c37492c 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: shenyanzhi Donate link: https://qq52o.me/sponsor.html Tags: oss, 阿里云, 对象存储, aliyun Requires at least: 4.2 -Tested up to: 5.4 +Tested up to: 5.5 Requires PHP: 5.6.0 -Stable tag: 1.1.1 +Stable tag: 1.2.0 License: Apache 2.0 License URI: http://www.apache.org/licenses/LICENSE-2.0.html @@ -70,6 +70,12 @@ License URI: http://www.apache.org/licenses/LICENSE-2.0.html == Changelog == += 1.2.0 = +* 优化同步上传路径获取 +* 修复多站点上传原图失败,缩略图正常问题 +* 优化上传路径获取 +* 增加数据库题图链接替换 + = 1.1.1 = * 修复本地文件夹为根目录时路径错误 * 减少一次获取配置代码...