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/b9363d97 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/b9363d97 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/b9363d97 Branch: refs/heads/dev Commit: b9363d971629ff8d6306a0d491bc53675e4e1f55 Parents: 9ccce8c Author: Ian Clelland <[email protected]> Authored: Thu Apr 17 10:53:20 2014 -0400 Committer: Archana Naik <[email protected]> Committed: Mon Apr 28 12:17:00 2014 -0700 ---------------------------------------------------------------------- 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/b9363d97/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/b9363d97/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 5389ba2..42394db 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>
