Commit b7b7b13b by Sebastián Katzer

Release version 0.8.1

parent 744b513c
...@@ -3,7 +3,7 @@ ChangeLog ...@@ -3,7 +3,7 @@ ChangeLog
Please also read the [Upgrade Guide](https://github.com/katzer/cordova-plugin-local-notifications/wiki/Upgrade-Guide) for more information. Please also read the [Upgrade Guide](https://github.com/katzer/cordova-plugin-local-notifications/wiki/Upgrade-Guide) for more information.
#### Version 0.8.1 (not yet released) #### Version 0.8.1 (08.03.2015)
- Fix incompatibility with cordova version 3.5-3.0 - Fix incompatibility with cordova version 3.5-3.0
- Fire `clear` instead of `cancel` event when clicked on repeating notifications - Fire `clear` instead of `cancel` event when clicked on repeating notifications
......
...@@ -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.8.1dev"> version="0.8.1">
<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