Release version 0.6.2
This commit is contained in:
parent
c4a1a412d1
commit
0b9854e1bc
@ -50,7 +50,7 @@ cordova plugin add de.appplant.cordova.plugin.background-mode --searchpath path
|
|||||||
or to use the last stable version:
|
or to use the last stable version:
|
||||||
```bash
|
```bash
|
||||||
# ~~ stable version ~~
|
# ~~ stable version ~~
|
||||||
cordova plugin add de.appplant.cordova.plugin.background-mode@0.6.1
|
cordova plugin add de.appplant.cordova.plugin.background-mode@0.6.2
|
||||||
```
|
```
|
||||||
|
|
||||||
To remove the plug-in, run the following command:
|
To remove the plug-in, run the following command:
|
||||||
@ -61,14 +61,14 @@ cordova plugin rm de.appplant.cordova.plugin.background-mode
|
|||||||
### PhoneGap Build
|
### PhoneGap Build
|
||||||
Add the following xml to your config.xml to always use the latest version of this plugin:
|
Add the following xml to your config.xml to always use the latest version of this plugin:
|
||||||
```xml
|
```xml
|
||||||
<gap:plugin name="de.appplant.cordova.plugin.background-mode" version="0.6.1" />
|
<gap:plugin name="de.appplant.cordova.plugin.background-mode" version="0.6.2" />
|
||||||
```
|
```
|
||||||
|
|
||||||
More informations can be found [here][PGB_plugin].
|
More informations can be found [here][PGB_plugin].
|
||||||
|
|
||||||
|
|
||||||
## ChangeLog
|
## ChangeLog
|
||||||
#### Version 0.6.2 (not yet released)
|
#### Version 0.6.2 (14.12.2014)
|
||||||
- [bugfix:] Type error
|
- [bugfix:] Type error
|
||||||
- [bugfix:] Wrong default values for `isEnabled` and `isActive`.
|
- [bugfix:] Wrong default values for `isEnabled` and `isActive`.
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
id="de.appplant.cordova.plugin.background-mode"
|
id="de.appplant.cordova.plugin.background-mode"
|
||||||
version="0.6.1">
|
version="0.6.2">
|
||||||
|
|
||||||
<name>BackgroundMode</name>
|
<name>BackgroundMode</name>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user