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/f8e1e9e5 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/tree/f8e1e9e5 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/diff/f8e1e9e5 Branch: refs/heads/master Commit: f8e1e9e51ac6e60bc08cf9a72e3043704f95730d Parents: 57670fe Author: Andrew Grieve <[email protected]> Authored: Thu Jan 2 12:24:02 2014 -0500 Committer: Andrew Grieve <[email protected]> Committed: Thu Jan 2 12:24:02 2014 -0500 ---------------------------------------------------------------------- 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/f8e1e9e5/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/f8e1e9e5/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>
