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

[8/8] git commit: CB-6452 Updated version and RELEASENOTES.md for release 0.2.7

CB-6452 Updated version and RELEASENOTES.md for release 0.2.7


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

Branch: refs/heads/master
Commit: fa7f9adad78b81407ebc64e4371729b06cb22080
Parents: 913c759
Author: Ian Clelland <ic...@chromium.org>
Authored: Thu Apr 17 10:53:20 2014 -0400
Committer: Ian Clelland <ic...@chromium.org>
Committed: Thu Apr 17 10:53:20 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/fa7f9ada/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index f0b6db2..aed8d0b 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -57,3 +57,11 @@
 ### 0.2.6 (Feb 05, 2014)
 * no need to recreate the manifest.webapp file after each `cordova prepare` for FFOS
 * FFOS description added
+
+### 0.2.7 (Apr 17, 2014)
+* CB-6212: [iOS] fix warnings compiled under arm64 64-bit
+* CB-6411: [BlackBerry10] Work around Audio playback issue
+* CB-6411: [BlackBerry10] Updates to beep
+* CB-6422: [windows8] use cordova/exec/proxy
+* CB-6460: Update license headers
+* Add NOTICE file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/fa7f9ada/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index a005a61..a741997 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
            id="org.apache.cordova.dialogs"
-      version="0.2.7-dev">
+      version="0.2.7">
 
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>