From f4f524e19b4ca49c3b7e3878c49d4bd83e88b205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Filipe=20Sim=C3=B5es?= Date: Tue, 31 Mar 2020 13:56:15 +0100 Subject: [PATCH 1/3] Test out removing parametrization for UIWebView. --- src/ios/RareloopAppVersion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ios/RareloopAppVersion.h b/src/ios/RareloopAppVersion.h index 326271e..f46e157 100644 --- a/src/ios/RareloopAppVersion.h +++ b/src/ios/RareloopAppVersion.h @@ -22,7 +22,7 @@ #import -@interface RareloopAppVersion : CDVPlugin +@interface RareloopAppVersion : CDVPlugin { } From 35cf2e75fa2dc5bebc9b8948308a936907cafb32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Filipe=20Sim=C3=B5es?= Date: Tue, 31 Mar 2020 15:12:47 +0100 Subject: [PATCH 2/3] Bumped versions and changed repositories, to better reflect this fork. --- package.json | 8 ++++---- plugin.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 3cd18ff..80c2e28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-appversion", - "version": "1.0.0", + "version": "1.1.0", "description": "Access the native app version & build number in JavaScript", "cordova": { "id": "cordova-plugin-appversion", @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/Rareloop/cordova-plugin-app-version.git" + "url": "https://github.com/davipcruz/cordova-plugin-app-version.git" }, "keywords": [ "cordova", @@ -23,7 +23,7 @@ "author": "Rareloop (http://rareloop.com)", "license": "MIT", "bugs": { - "url": "https://github.com/Rareloop/cordova-plugin-app-version/issues" + "url": "https://github.com/davidpcruz/cordova-plugin-app-version/issues" }, - "homepage": "https://github.com/Rareloop/cordova-plugin-app-version" + "homepage": "https://github.com/davidpcruz/cordova-plugin-app-version" } diff --git a/plugin.xml b/plugin.xml index be914fb..c691198 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,6 +1,6 @@ + id="cordova-plugin-appversion" version="1.1"> App Version Expose the native app version to JavaScript MIT @@ -26,4 +26,4 @@ - \ No newline at end of file + From 2f2fcf30bfd4fba4e8d76cd0e0e9b43e524d52bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Filipe=20Sim=C3=B5es?= Date: Tue, 31 Mar 2020 15:14:52 +0100 Subject: [PATCH 3/3] Further bumped versions to reflect new tag. --- package.json | 2 +- plugin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 80c2e28..74712e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-appversion", - "version": "1.1.0", + "version": "1.1.1", "description": "Access the native app version & build number in JavaScript", "cordova": { "id": "cordova-plugin-appversion", diff --git a/plugin.xml b/plugin.xml index c691198..bb6064b 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,6 +1,6 @@ + id="cordova-plugin-appversion" version="1.1.1"> App Version Expose the native app version to JavaScript MIT