CB-5719 Updated version and RELEASENOTES.md for release 0.2.5
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/3030f55c Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/3030f55c Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/3030f55c Branch: refs/heads/dev Commit: 3030f55cd8b8059ca9eac548cdc33079de2b5537 Parents: 48e583a Author: Andrew Grieve <[email protected]> Authored: Thu Jan 2 12:24:02 2014 -0500 Committer: Archana Naik <[email protected]> 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/3030f55c/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 734a1d5..9dae89d 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -47,3 +47,9 @@ * 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 + +### 0.2.5 (Jan 02, 2014) +* CB-4696 Fix compile error for Xcode 4.5. +* CB-5658 Add doc/index.md for Dialogs plugin +* CB-3762 Change prompt default to empty string +* Move images from css to img http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/3030f55c/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index ef45cf5..5f401bf 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.5-dev"> + version="0.2.5"> <name>Notification</name> <description>Cordova Notification Plugin</description>
