Explorar o código

Release v0.7.0beta1

Sebastián Katzer %!s(int64=12) %!d(string=hai) anos
pai
achega
e077ee32cb
Modificáronse 2 ficheiros con 4 adicións e 1 borrados
  1. 3 0
      README.md
  2. 1 1
      plugin.xml

+ 3 - 0
README.md

@@ -47,6 +47,9 @@ More informations can be found [here](https://build.phonegap.com/plugins/356).
 
 ## Release Notes
 #### Version 0.7.0 (not yet released)
+- **Note:** The new way of callback registration will be not compatible with previous versions! See #62
+
+#### Version 0.7.0beta1 (17.01.2014)
 - [bugfix:] App throws an error on iOS if `message` is null.
 - [bugfix:] Removed extra line break on iOS if `title` is null or empty.
 - [bugfix:] Notification on iOS will be canceled if a new one with the same ID was added.

+ 1 - 1
plugin.xml

@@ -3,7 +3,7 @@
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
         xmlns:android="http://schemas.android.com/apk/res/android"
         id="de.appplant.cordova.plugin.local-notification"
-        version="0.7.0dev">
+        version="0.7.0beta1">
 
     <name>LocalNotification</name>