From f789cf9083462f00c4d74485f1ea9f39a353f60e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodrigo=20Gra=C3=A7a?= Date: Mon, 31 Aug 2020 09:31:33 +0100 Subject: [PATCH] =?UTF-8?q?release:=20=F0=9F=94=96=20version=20bump=200.5.?= =?UTF-8?q?9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✅ Closes: #111 --- CHANGELOG.md | 8 +++++-- package.json | 62 ++++++++++++++++++++++++++-------------------------- plugin.xml | 2 +- 3 files changed, 38 insertions(+), 34 deletions(-) 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