Update README.md

This commit is contained in:
Sebastián Katzer 2014-02-13 14:15:12 +01:00
parent 1e12ae1884
commit c8ceb783ee

View File

@ -11,8 +11,12 @@ by Sebastián Katzer ([github.com/katzer](https://github.com/katzer))
## Adding the Plugin to your project ## Adding the Plugin to your project
Through the [Command-line Interface](http://cordova.apache.org/docs/en/3.0.0/guide_cli_index.md.html#The%20Command-line%20Interface): Through the [Command-line Interface](http://cordova.apache.org/docs/en/3.0.0/guide_cli_index.md.html#The%20Command-line%20Interface):
``` ```bash
# from master:
cordova plugin add https://github.com/katzer/cordova-plugin-background-mode.git cordova plugin add https://github.com/katzer/cordova-plugin-background-mode.git
# last version:
cordova plugin add de.appplant.cordova.plugin.background-mode
``` ```
## Removing the Plugin from your project ## Removing the Plugin from your project
@ -22,9 +26,10 @@ cordova plugin rm de.appplant.cordova.plugin.background-mode
``` ```
## Release Notes ## Release Notes
#### Version 0.4.1 (not yet released) #### Version 0.4.1 (13.02.2014)
- Release under the Apache 2.0 license. - Release under the Apache 2.0 license.
- [enhancement:] Location tracking is only activated on WP8 if the location service is available. - [enhancement:] Location tracking is only activated on WP8 if the location service is available.
- [bigfix:] Nullpointer exception on WP8.
#### Version 0.4.0 (10.10.2013) #### Version 0.4.0 (10.10.2013)
- Added WP8 support<br> - Added WP8 support<br>
@ -119,7 +124,7 @@ to
``` ```
### TypeError: Cannot read property 'currentVersion' of null ### TypeError: Cannot read property 'currentVersion' of null
Along with Cordova 3.2 and Windows Phone 8 the `version.bat` script has to be renamed to `version`. The error occurs while trying to install the plugin from master. As a workaround the **version.bat** script has to be renamed to **version**.
On Mac or Linux On Mac or Linux
``` ```