We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1f5ae commit c63dd43Copy full SHA for c63dd43
RELEASENOTES.md
@@ -53,3 +53,7 @@
53
* CB-5658 Add doc/index.md for Dialogs plugin
54
* CB-3762 Change prompt default to empty string
55
* Move images from css to img
56
+
57
+### 0.2.6 (Feb 05, 2014)
58
+* no need to recreate the manifest.webapp file after each `cordova prepare` for FFOS
59
+* FFOS description added
plugin.xml
@@ -2,7 +2,7 @@
2
3
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
4
id="org.apache.cordova.dialogs"
5
- version="0.2.6-dev">
+ version="0.2.6">
6
7
<name>Notification</name>
8
<description>Cordova Notification Plugin</description>
0 commit comments