Skip to content

Commit 27df376

Browse files
Bump plugin verision to 2.1.1
1 parent 003ccdd commit 27df376

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.1.1](https://github.com/spoonconsulting/cordova-plugin-telerik-imagepicker/compare/2.0.5...2.1.1) (2024-05-21)
2+
3+
* **ios:** Added a method `closeImagePicker` to close the image picker on ios devices.
4+
15
## [2.1.0](https://github.com/spoonconsulting/cordova-plugin-telerik-imagepicker/compare/2.0.5...2.1.0) (2023-11-23)
26

37

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@spoonconsulting/cordova-plugin-telerik-imagepicker",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"cordova_name": "ImagePicker",
55
"description": "This plugin allows selection of multiple images from the camera roll / gallery in a phonegap app",
66
"license": "MIT",

plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="@spoonconsulting/cordova-plugin-telerik-imagepicker"
5-
version="2.1.0">
5+
version="2.1.1">
66

77
<name>ImagePicker</name>
88

0 commit comments

Comments
 (0)