Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EinfachHans committed Jul 24, 2021
1 parent aa33361 commit 719fd66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 1.4.0
- Upgrade iOS dependency ([See changes](https://github.com/Yummypets/YPImagePicker/releases/tag/4.5.0))
- Upgrade default android dependency ([See Changes](https://github.com/ParkSangGwon/TedImagePicker/releases/tag/1.2.2))
- iOS: `PickerCanceled` ErrorCode added

### Breaking
The Change of the android dependency also includes a dependency-name change. This **could** cause old versions to not work anymore. So make sure to update `ANDROID_IMAGE_PICKER_VERSION` in the `package.json` to `1.2.2`
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-advanced-imagepicker",
"version": "1.3.2",
"version": "1.4.0",
"description": "Cordova Plugin for an advanced (multiple) ImagePicker",
"cordova": {
"id": "cordova-plugin-advanced-imagepicker",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<plugin id="cordova-plugin-advanced-imagepicker" version="1.3.2" xmlns="http://apache.org/cordova/ns/plugins/1.0">
<plugin id="cordova-plugin-advanced-imagepicker" version="1.4.0" xmlns="http://apache.org/cordova/ns/plugins/1.0">
<name>AdvancedImagePicker</name>
<description>Cordova Plugin for an advanced (multiple) ImagePicker</description>

Expand Down

0 comments on commit 719fd66

Please sign in to comment.