You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by na...@apache.org on 2014/04/28 23:27:59 UTC

[15/34] git commit: CB-5980 Updated version and RELEASENOTES.md for release 0.2.6

CB-5980 Updated version and RELEASENOTES.md for release 0.2.6


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/commit/bdc3cd46
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/bdc3cd46
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/bdc3cd46

Branch: refs/heads/dev
Commit: bdc3cd46be9b63b4594173328d4f0acd113c15af
Parents: 85f37ff
Author: Steven Gill <st...@gmail.com>
Authored: Wed Feb 5 17:53:59 2014 -0800
Committer: Archana Naik <na...@lab126.com>
Committed: Thu Mar 20 16:28:55 2014 -0700

----------------------------------------------------------------------
 RELEASENOTES.md | 4 ++++
 plugin.xml      | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/bdc3cd46/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 9dae89d..f0b6db2 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -53,3 +53,7 @@
 * CB-5658 Add doc/index.md for Dialogs plugin
 * CB-3762 Change prompt default to empty string
 * Move images from css to img
+
+### 0.2.6 (Feb 05, 2014)
+* no need to recreate the manifest.webapp file after each `cordova prepare` for FFOS
+* FFOS description added

http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/bdc3cd46/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index dc26596..146e405 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -2,7 +2,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.dialogs"
-      version="0.2.6-dev">
+      version="0.2.6">
 
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>