Skip to content

Commit

Permalink
1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangwei committed Sep 20, 2019
1 parent 8a25713 commit 9a04007
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ ionic 中使用本插件,需要声明: `declare let ImagePicker:any`
- [GuoZhiQiang/Luban_iOS](https://github.com/GuoZhiQiang/Luban_iOS) (iOS)

## 更新说明
### v1.2.1
- (Android)改进:Glide库4.10.+导致android.support库和androidx冲突的问题
- (Android)改进:先设置单选,再设置多选,选择器却还是单选的问题

### v1.1.9
- (iOS)增加 `takePhoto` 方法,直接进入拍照

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-imagepicker",
"version": "1.2.0",
"version": "1.2.1",
"description": "Cordova ImagePicker Plugin",
"cordova": {
"id": "cordova-plugin-imagepicker",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="cordova-plugin-imagepicker"
version="1.2.0">
version="1.2.1">

<name>ImagePicker</name>
<description>Cordova ImagePicker Plugin</description>
Expand Down

0 comments on commit 9a04007

Please sign in to comment.