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:48 UTC

[04/34] git commit: [CB-5565] Updated version and RELEASENOTES.md for release 0.2.4

[CB-5565] Updated version and RELEASENOTES.md for release 0.2.4


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/b655a557
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/b655a557
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/b655a557

Branch: refs/heads/dev
Commit: b655a5577f125a7797bf8216fb85ca85a5568b0d
Parents: 67e380e
Author: Steven Gill <st...@gmail.com>
Authored: Wed Dec 4 15:16:30 2013 -0800
Committer: Archana Naik <na...@lab126.com>
Committed: Thu Mar 20 16:28:54 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/b655a557/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index ce0cb0b..734a1d5 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -41,3 +41,9 @@
 * fixed "exec" calls addedd css, but not working yet
 * first (blind) try
 * [CB-4915] Incremented plugin version on dev branch.
+
+ 
+### 0.2.4 (Dec 4, 2013)
+* add ubuntu platform
+* 1. Added amazon-fireos platform. 2. Change to use amazon-fireos as a platform if user agent string contains 'cordova-amazon-fireos'.
+* added beep funtionality using ms-winsoundevent:Notfication.Default

http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/b655a557/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 8cf2f25..613420d 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.4-dev">
+      version="0.2.4">
 
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>