File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ ### 0.1.14
2
+
3
+ * Fixed browser platform check for config.xml [ Issue #128 ] ( https://github.com/sampart/cordova-plugin-app-version/issues/128 )
4
+ * Fix browser platform xhr error handling missing parameter [ Issue #118 ] ( https://github.com/sampart/cordova-plugin-app-version/issues/118 )
5
+
1
6
### 0.1.13
2
7
3
8
* [ iOS: getAppName to return localized value (like Android)] ( https://github.com/sampart/cordova-plugin-app-version/pull/127 )
Original file line number Diff line number Diff line change 1
- 0.1.13
1
+ 0.1.14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cordova-plugin-app-version" ,
3
- "version" : " 0.1.13 " ,
3
+ "version" : " 0.1.14 " ,
4
4
"description" : " Cordova plugin to return the version number of the current app" ,
5
5
"scripts" : {
6
6
"test" : " echo \" Error: no test specified\" && exit 1"
Original file line number Diff line number Diff line change 2
2
<plugin xmlns =" http://www.phonegap.com/ns/plugins/1.0"
3
3
xmlns : android =" http://schemas.android.com/apk/res/android"
4
4
id =" cordova-plugin-app-version"
5
- version =" 0.1.13 " >
5
+ version =" 0.1.14 " >
6
6
7
7
<name >AppVersion</name >
8
8
<description >
You can’t perform that action at this time.
0 commit comments