mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-14 19:44:53 +00:00
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:
|
||||
```bash
|
||||
# ~~ 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:
|
||||
@ -61,14 +61,14 @@ cordova plugin rm de.appplant.cordova.plugin.background-mode
|
||||
### PhoneGap Build
|
||||
Add the following xml to your config.xml to always use the latest version of this plugin:
|
||||
```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].
|
||||
|
||||
|
||||
## ChangeLog
|
||||
#### Version 0.6.2 (not yet released)
|
||||
#### Version 0.6.2 (14.12.2014)
|
||||
- [bugfix:] Type error
|
||||
- [bugfix:] Wrong default values for `isEnabled` and `isActive`.
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
id="de.appplant.cordova.plugin.background-mode"
|
||||
version="0.6.1">
|
||||
version="0.6.2">
|
||||
|
||||
<name>BackgroundMode</name>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user