parent
558e6d4668
commit
0de2c73cff
|
@ -17,6 +17,7 @@
|
||||||
* [x] 支持替换数据库中旧的资源链接地址
|
* [x] 支持替换数据库中旧的资源链接地址
|
||||||
* [x] 支持阿里云对象存储OSS完整地域使用
|
* [x] 支持阿里云对象存储OSS完整地域使用
|
||||||
* [x] 支持同步历史附件到阿里云对象存储OSS
|
* [x] 支持同步历史附件到阿里云对象存储OSS
|
||||||
|
* [x] 支持阿里云OSS图片处理
|
||||||
|
|
||||||
## 安装
|
## 安装
|
||||||
|
|
||||||
|
@ -26,9 +27,9 @@ WordPress 后台安装插件页面搜索`OSS Aliyun`,点击安装
|
||||||
|
|
||||||
### 下载源码
|
### 下载源码
|
||||||
|
|
||||||
从 Github 下载源码,通过 WordPress 后台上传安装,或者直接将源码上传到 WordPress 插件目录`wp-content/plugins`,然后在后台启用
|
从 GitHub 下载源码,通过 WordPress 后台上传安装,或者直接将源码上传到 WordPress 插件目录`wp-content/plugins`,然后在后台启用
|
||||||
|
|
||||||
Github 下载节点:[https://github.com/sy-records/aliyun-oss-wordpress/releases/latest](https://github.com/sy-records/aliyun-oss-wordpress/releases/latest)
|
GitHub 下载节点:[https://github.com/sy-records/aliyun-oss-wordpress/releases/latest](https://github.com/sy-records/aliyun-oss-wordpress/releases/latest)
|
||||||
|
|
||||||
## 修改配置
|
## 修改配置
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ Tags: oss, 阿里云, 对象存储, aliyun
|
||||||
Requires at least: 4.2
|
Requires at least: 4.2
|
||||||
Tested up to: 5.5
|
Tested up to: 5.5
|
||||||
Requires PHP: 5.6.0
|
Requires PHP: 5.6.0
|
||||||
Stable tag: 1.2.0
|
Stable tag: 1.2.1
|
||||||
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
|
||||||
|
|
||||||
|
@ -25,7 +25,8 @@ License URI: http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
4. 支持替换数据库中旧的资源链接地址
|
4. 支持替换数据库中旧的资源链接地址
|
||||||
5. 支持阿里云对象存储OSS完整地域使用
|
5. 支持阿里云对象存储OSS完整地域使用
|
||||||
6. 支持同步历史附件到阿里云对象存储OSS
|
6. 支持同步历史附件到阿里云对象存储OSS
|
||||||
7. 插件更多详细介绍和安装:[https://github.com/sy-records/aliyun-oss-wordpress](https://github.com/sy-records/aliyun-oss-wordpress)
|
7. 支持阿里云OSS图片处理
|
||||||
|
8. 插件更多详细介绍和安装:[https://github.com/sy-records/aliyun-oss-wordpress](https://github.com/sy-records/aliyun-oss-wordpress)
|
||||||
|
|
||||||
## 其他插件
|
## 其他插件
|
||||||
|
|
||||||
|
@ -70,6 +71,9 @@ License URI: http://www.apache.org/licenses/LICENSE-2.0.html
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 1.2.1 =
|
||||||
|
* 支持阿里云OSS图片处理
|
||||||
|
|
||||||
= 1.2.0 =
|
= 1.2.0 =
|
||||||
* 优化同步上传路径获取
|
* 优化同步上传路径获取
|
||||||
* 修复多站点上传原图失败,缩略图正常问题
|
* 修复多站点上传原图失败,缩略图正常问题
|
||||||
|
|
Loading…
Reference in New Issue