Update README

pull/6/head v1.2.0
sy-records 2020-08-14 08:41:16 +08:00
parent a0d8724e1e
commit 0c48843357
2 changed files with 13 additions and 5 deletions

View File

@ -2,10 +2,12 @@
使用阿里云对象存储 OSS 作为附件存储空间的 WordPress 插件 使用阿里云对象存储 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) [![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=blue)](LICENSE) [![License](https://img.shields.io/github/license/sy-records/aliyun-oss-wordpress?color=red)](LICENSE)
[![contact-@Luffy](https://img.shields.io/badge/contact-@Luffy-blue.svg)](https://qq52o.me) [![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) [![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/)
## 插件特色 ## 插件特色

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.4 Tested up to: 5.5
Requires PHP: 5.6.0 Requires PHP: 5.6.0
Stable tag: 1.1.1 Stable tag: 1.2.0
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
@ -70,6 +70,12 @@ License URI: http://www.apache.org/licenses/LICENSE-2.0.html
== Changelog == == Changelog ==
= 1.2.0 =
* 优化同步上传路径获取
* 修复多站点上传原图失败,缩略图正常问题
* 优化上传路径获取
* 增加数据库题图链接替换
= 1.1.1 = = 1.1.1 =
* 修复本地文件夹为根目录时路径错误 * 修复本地文件夹为根目录时路径错误
* 减少一次获取配置代码... * 减少一次获取配置代码...