Skip to content

Commit

Permalink
release: πŸ”– version bump 0.5.9
Browse files Browse the repository at this point in the history
βœ… Closes: #111
  • Loading branch information
rodrigograca31 committed Aug 31, 2020
1 parent 5f419d4 commit f789cf9
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 34 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
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
62 changes: 31 additions & 31 deletions package.json
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"
}
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="cordova-instagram-plugin"
version="0.5.8">
version="0.5.9">

<name>Instagram</name>

Expand Down

0 comments on commit f789cf9

Please sign in to comment.