You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/10/28 23:12:22 UTC

[14/15] git commit: [CB-5188] Updated version and RELEASENOTES.md for release 0.2.3

[CB-5188] Updated version and RELEASENOTES.md for release 0.2.3


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

Branch: refs/heads/master
Commit: 3c47ff482cfe842e961ed20ffb9a5722267a8767
Parents: 0be2596
Author: Steven Gill <st...@gmail.com>
Authored: Mon Oct 28 11:45:48 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Oct 28 11:45:48 2013 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/3c47ff48/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index fd813a7..ce0cb0b 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -28,3 +28,16 @@
 * Rename CHANGELOG.md -> RELEASENOTES.md
 * [CB-4592] [Blackberry10] Added beep support
 * [CB-4752] Incremented plugin version on dev branch.
+
+ ### 0.2.3 (Oct 28, 2013)
+* CB-5128: added repo + issue tag to plugin.xml for dialogs plugin
+* new plugin execute arguments supported
+* new plugin style
+* smaller fonts styling input
+* img files copied inside plugin
+* style added
+* prompt added
+* styling from James
+* fixed "exec" calls addedd css, but not working yet
+* first (blind) try
+* [CB-4915] Incremented plugin version on dev branch.

http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/3c47ff48/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index aae8a74..d554456 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.3-dev">
+      version="0.2.3">
 
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>