mirror of
https://bitbucket.org/TheBosZ/cordova-plugin-run-in-background
synced 2024-11-22 07:14:54 +00:00
Release version 0.6.1
This commit is contained in:
parent
1c98058aea
commit
63b78aa109
@ -1,5 +1,5 @@
|
|||||||
## ChangeLog
|
## ChangeLog
|
||||||
#### Version 0.6.1 (not yet released)
|
#### Version 0.6.1 (14.12.2014)
|
||||||
- [enhancement:] Set default settings through `setDefaults`.
|
- [enhancement:] Set default settings through `setDefaults`.
|
||||||
- [enhancement:] New method `isEnabled` to receive if mode is enabled.
|
- [enhancement:] New method `isEnabled` to receive if mode is enabled.
|
||||||
- [enhancement:] New method `isActive` to receive if mode is active.
|
- [enhancement:] New method `isActive` to receive if mode is active.
|
||||||
|
@ -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.0
|
cordova plugin add de.appplant.cordova.plugin.background-mode@0.6.1
|
||||||
```
|
```
|
||||||
|
|
||||||
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.0" source="plugins.cordova.io" />
|
<gap:plugin name="de.appplant.cordova.plugin.background-mode" version="0.6.1" />
|
||||||
```
|
```
|
||||||
|
|
||||||
More informations can be found [here][PGB_plugin].
|
More informations can be found [here][PGB_plugin].
|
||||||
|
|
||||||
|
|
||||||
## ChangeLog
|
## ChangeLog
|
||||||
#### Version 0.6.1 (not yet released)
|
#### Version 0.6.1 (14.12.2014)
|
||||||
- [enhancement:] Set default settings through `setDefaults`.
|
- [enhancement:] Set default settings through `setDefaults`.
|
||||||
- [enhancement:] New method `isEnabled` to receive if mode is enabled.
|
- [enhancement:] New method `isEnabled` to receive if mode is enabled.
|
||||||
- [enhancement:] New method `isActive` to receive if mode is active.
|
- [enhancement:] New method `isActive` to receive if mode is active.
|
||||||
|
@ -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-dev">
|
version="0.6.1">
|
||||||
|
|
||||||
<name>BackgroundMode</name>
|
<name>BackgroundMode</name>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user