-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
3 changed files
with
38 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
# 0.5.9 / 2020-08-31 | ||
|
||
- fix sharing on iOS #111 | ||
|
||
# 0.5.8 / 2019-03-29 | ||
|
||
* fix for low memory devices | ||
- fix for low memory devices | ||
|
||
# 0.5.7 / 2018-05-29 | ||
|
||
* fixed support for Android 8 | ||
- fixed support for Android 8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
{ | ||
"name": "cordova-instagram-plugin", | ||
"version": "0.5.8", | ||
"description": "Share the content of a canvas element or a dataUrl encoded image using the Instagram application for iOS and Android.", | ||
"cordova": { | ||
"id": "cordova-instagram-plugin", | ||
"platforms": [ | ||
"android", | ||
"ios" | ||
] | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/vstirbu/InstagramPlugin.git" | ||
}, | ||
"keywords": [ | ||
"ecosystem:cordova", | ||
"cordova-android", | ||
"cordova-ios" | ||
], | ||
"engines": [ | ||
{ | ||
"name": "cordova", | ||
"version": ">=3.0.0" | ||
} | ||
], | ||
"author": "Vlad Stirbu", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/vstirbu/InstagramPlugin/issues" | ||
}, | ||
"homepage": "https://github.com/vstirbu/InstagramPlugin#readme" | ||
"name": "cordova-instagram-plugin", | ||
"version": "0.5.9", | ||
"description": "Share the content of a canvas element or a dataUrl encoded image using the Instagram application for iOS and Android.", | ||
"cordova": { | ||
"id": "cordova-instagram-plugin", | ||
"platforms": [ | ||
"android", | ||
"ios" | ||
] | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/vstirbu/InstagramPlugin.git" | ||
}, | ||
"keywords": [ | ||
"ecosystem:cordova", | ||
"cordova-android", | ||
"cordova-ios" | ||
], | ||
"engines": [ | ||
{ | ||
"name": "cordova", | ||
"version": ">=3.0.0" | ||
} | ||
], | ||
"author": "Vlad Stirbu", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/vstirbu/InstagramPlugin/issues" | ||
}, | ||
"homepage": "https://github.com/vstirbu/InstagramPlugin#readme" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters