Commit 20ad9d07 by Sebastián Katzer

Release 0.7.8

parent db4b0a28
## ChangeLog ## ChangeLog
#### Version 0.7.7 (03.01.2015) #### Version 0.7.8 (11.01.2015)
- [bugfix:] NSInvalidArgumentException caused on iOS. - [bugfix:] NSInvalidArgumentException caused on iOS.
#### Version 0.7.6 (03.10.2014) #### Version 0.7.6 (03.10.2014)
......
...@@ -47,7 +47,7 @@ cordova plugin add https://github.com/katzer/cordova-plugin-local-notifications. ...@@ -47,7 +47,7 @@ cordova plugin add https://github.com/katzer/cordova-plugin-local-notifications.
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.local-notification@0.7.7 cordova plugin add de.appplant.cordova.plugin.local-notification@0.7.8
``` ```
### Removing the Plugin from your project ### Removing the Plugin from your project
...@@ -69,7 +69,7 @@ More informations can be found [here][PGB_plugin]. ...@@ -69,7 +69,7 @@ More informations can be found [here][PGB_plugin].
## ChangeLog ## ChangeLog
#### Version 0.7.7 (03.01.2015) #### Version 0.7.8 (11.01.2015)
- [bugfix:] NSInvalidArgumentException caused on iOS. - [bugfix:] NSInvalidArgumentException caused on iOS.
#### Version 0.7.6 (03.10.2014) #### Version 0.7.6 (03.10.2014)
......
...@@ -3,7 +3,7 @@ ...@@ -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.local-notification" id="de.appplant.cordova.plugin.local-notification"
version="0.7.7"> version="0.7.8">
<name>LocalNotification</name> <name>LocalNotification</name>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment