Commit 638db3e3 by Sebastián Katzer

Update README.md

parent 2a189289
...@@ -48,10 +48,10 @@ More informations can be found [here](https://build.phonegap.com/plugins/356). ...@@ -48,10 +48,10 @@ More informations can be found [here](https://build.phonegap.com/plugins/356).
## Release Notes ## Release Notes
#### Version 0.7.0 (22.01.2014) #### Version 0.7.0 (22.01.2014)
**Note:** The new way of callback registration will be not compatible with previous versions! See #62 **Note:** The new way of callback registration will be not compatible with previous versions! See #62
- [feature:] Added new callback registration interface and new callback types. - **[feature:]** Added new callback registration interface and new callback types.
- [feature:] Added the ability to override notifications default properties. - [feature:] Added the ability to override notifications default properties.
- [bugfix:] Fixed build failure if iOS/MacOS/Xcode were to old (#68). - [bugfix:] Fixed build failure if iOS/MacOS/Xcode were to old (#68).
- [chance] The message and not the title will be used as the ticker text. - **[change]** The message and not the title will be used as the ticker text.
#### Version 0.7.0beta1 (17.01.2014) #### Version 0.7.0beta1 (17.01.2014)
- [bugfix:] App throws an error on iOS if `message` is null. - [bugfix:] App throws an error on iOS if `message` is null.
...@@ -61,7 +61,7 @@ More informations can be found [here](https://build.phonegap.com/plugins/356). ...@@ -61,7 +61,7 @@ More informations can be found [here](https://build.phonegap.com/plugins/356).
- [bugfix:] `cancel` on iOS did not work. - [bugfix:] `cancel` on iOS did not work.
- [enhancement:] Added 'hourly' as a new repeat time aliase. - [enhancement:] Added 'hourly' as a new repeat time aliase.
- [enhancement:] Repeat with custom intervals on Android. - [enhancement:] Repeat with custom intervals on Android.
- **[bugfix:]** Callbacks are called with the ID as a number and not as a string. - **[change:]** Callbacks are called with the ID as a number and not as a string.
- [enhancement:] The background callback on Android is called, even the app is not running when the notification is tapped. - [enhancement:] The background callback on Android is called, even the app is not running when the notification is tapped.
- [enhancement:] Notifications are repeated more precisely. - [enhancement:] Notifications are repeated more precisely.
- [feature:] Added `json` property to pass custom data through the notification. - [feature:] Added `json` property to pass custom data through the notification.
......
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