diff --git a/CHANGELOG.md b/CHANGELOG.md index 0664cc4..db79ce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index ca80056..423a398 100644 --- a/package.json +++ b/package.json @@ -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" } diff --git a/plugin.xml b/plugin.xml index 802dd43..3cca02a 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="0.5.9"> Instagram