Skip to content

Commit

Permalink
Merge pull request #2 from nvisionative/issue-1
Browse files Browse the repository at this point in the history
Resolve inappbrower issue
  • Loading branch information
nvisionative authored Sep 9, 2018
2 parents 1bef307 + 5fa4f22 commit bbc55d2
Show file tree
Hide file tree
Showing 4 changed files with 72 additions and 62 deletions.
3 changes: 2 additions & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.nvisionative.nvquickpulse" version="1.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.nvisionative.nvquickpulse" version="1.0.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>nvQuickPulse</name>
<description>Quickly get the pulse of the great DNN open-source community</description>
<author email="info@nvisionative.com" href="https://www.nvisionative.com/">nvisionative</author>
Expand Down Expand Up @@ -89,4 +89,5 @@
</plugin>
<engine name="android" spec="~7.0.0" />
<engine name="ios" spec="~4.5.5" />
<plugin name="cordova-plugin-inappbrowser" spec="^3.0.0" />
</widget>
118 changes: 62 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nvquickpulse",
"version": "1.0.1",
"version": "1.0.2",
"author": "nvisionative",
"homepage": "https://www.nvquickpulse.com/",
"private": true,
Expand All @@ -22,17 +22,19 @@
"@angular/platform-browser-dynamic": "5.2.11",
"@ionic-native/camera": "4.3.3",
"@ionic-native/core": "~4.11.0",
"@ionic-native/in-app-browser": "^4.12.2",
"@ionic-native/splash-screen": "~4.11.0",
"@ionic-native/status-bar": "~4.11.0",
"@ionic/pro": "^2.0.3",
"@ionic/storage": "2.1.3",
"@ngx-translate/core": "8.0.0",
"@ngx-translate/http-loader": "^2.0.0",
"@swimlane/ngx-charts": "^7.4.0",
"cordova-android": "7.0.0",
"cordova-android": "^7.1.1",
"cordova-ios": "4.5.5",
"cordova-plugin-device": "^2.0.2",
"cordova-plugin-file": "^6.0.1",
"cordova-plugin-inappbrowser": "^3.0.0",
"cordova-plugin-ionic": "^5.1.3",
"cordova-plugin-ionic-keyboard": "^2.1.2",
"cordova-plugin-ionic-webview": "^2.0.0",
Expand Down Expand Up @@ -62,11 +64,12 @@
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-ionic-webview": {},
"cordova-plugin-ionic-keyboard": {}
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-inappbrowser": {}
},
"platforms": [
"android",
"ios"
]
}
}
}
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { Repos, Searches, Settings, User, Api } from '../providers';
import { MyApp } from './app.component';

Pro.init('ba1d760e', {
appVersion: '1.0.1'
appVersion: '1.0.2'
})

@Injectable()
Expand Down

0 comments on commit bbc55d2

Please sign in to comment.