Skip to content

Commit

Permalink
Merge pull request #13 from spoonconsulting/update_version_to_2.0.2
Browse files Browse the repository at this point in the history
Bump cordova-plugin-telerik-imagepicker to version 2.0.2
  • Loading branch information
parveshneedhoo authored Nov 30, 2022
2 parents d97220b + 8151ec7 commit b0d878f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOD.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.0.2](https://github.com/spoonconsulting/cordova-plugin-telerik-imagepicker/compare/2.0.1...2.0.2) (2022-11-30)

* **ios:** Fixed the camera swipe down bug by using presentationController.

## [2.0.1](https://github.com/spoonconsulting/cordova-plugin-telerik-imagepicker/compare/1.0.2...2.0.1) (2021-05-18)

* **android:** Added loader after images have been selected to avoid blank screen during transition from file explorer and app's current page
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@spoonconsulting/cordova-plugin-telerik-imagepicker",
"version": "2.0.1",
"version": "2.0.2",
"cordova_name": "ImagePicker",
"description": "This plugin allows selection of multiple images from the camera roll / gallery in a phonegap app",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="@spoonconsulting/cordova-plugin-telerik-imagepicker"
version="2.0.1">
version="2.0.2">

<name>ImagePicker</name>

Expand Down

0 comments on commit b0d878f

Please sign in to comment.