Skip to content

Commit

Permalink
bump 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yiichou committed Feb 4, 2018
1 parent bb31a85 commit ba224f6
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 9 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,16 @@
## ChangeLog - 阿里云附件存储
____________________

### 版本号: 3.1.6

修正日期:2018-02-04

#### 修订内容:

1. 升级 aliyun-oss-php-sdk 到 2.3.0
2. 新增「图片保护」和「自定义分割符」选项
3. 增加三个自定义 filter/action, 方便在其他地方调用插件功能

### 版本号: 3.1.5

修正日期:2017-10-11
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,6 +1,6 @@
(The BSD License)

Copyright (c) 2014-2016, Ivan Chou, yiichou@gmail.com
Copyright (c) 2013-2018, Ivan Chou, yiichou@gmail.com
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
Expand Down
10 changes: 8 additions & 2 deletions README.md
Expand Up @@ -5,6 +5,7 @@
## 当前版本

Stable: [`3.1.5`](https://github.com/IvanChou/aliyun-oss-support/releases/latest)
Alpha: 3.1.6

## 插件特色

Expand All @@ -15,9 +16,10 @@ Stable: [`3.1.5`](https://github.com/IvanChou/aliyun-oss-support/releases/latest
6. 全格式附件支持,不仅仅是图片
7. 支持 wordpress 4.4+ 新功能 srcset,在不同分辨率设备上加载不同大小图片
8. 支持在 WordPress 后台编辑图片
9. 图片服务支持预设图片样式,可用于图片打水印的需求
9. 支持预设图片样式,图片保护,自定义分割符
9. 中英文双语支持,方便使用英文为默认语言的同学
10. 代码遵循 PSR-4 规则编写
10. 支持在其他插件/主题中通过系统钩子调用插件功能
11. 代码遵循 PSR-4 规则编写

## 插件使用

Expand Down Expand Up @@ -74,6 +76,10 @@ https://github.com/IvanChou/aliyun-oss-support/blob/master/CHANGELOG.md
- BuddyPress
- WP-AutoPost

## 依赖

- https://github.com/aliyun/aliyun-oss-php-sdk

## 贡献代码

1. Fork 这个仓库
Expand Down
14 changes: 8 additions & 6 deletions readme.txt
Expand Up @@ -18,12 +18,14 @@ This is a plugin that used Aliyun Cloud Storage(Aliyun OSS) for attachments remo
1. 支持 Aliyun OSS 的图片服务(根据参数获得不同尺寸的图片)
2. 自定义文件在 Bucket 上的存储位置
3. 支持 Https 站点
4. 全格式附件支持,不仅仅是图片
5. 支持 wordpress 4.4+ 新功能 srcset,在不同分辨率设备上加载不同大小图片
6. 支持在 WordPress 后台编辑图片
7. 图片服务支持预设图片样式,可用于图片打水印的需求
8. 中英文双语支持,方便使用英文为默认语言的同学
9. 代码遵循 PSR-4 规则编写,并使用 phar 文件作为 release 版本
4. 支持阿里云内网和 VPC 网络
6. 全格式附件支持,不仅仅是图片
7. 支持 wordpress 4.4+ 新功能 srcset,在不同分辨率设备上加载不同大小图片
8. 支持在 WordPress 后台编辑图片
9. 支持预设图片样式,图片保护,自定义分割符
9. 中英文双语支持,方便使用英文为默认语言的同学
10. 支持在其他插件/主题中通过系统钩子调用插件功能
11. 代码遵循 PSR-4 规则编写

== Installation ==

Expand Down

0 comments on commit ba224f6

Please sign in to comment.