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:04 UTC

[1/4] git commit: Merge branch 'dev'

Updated Branches:
  refs/heads/dev 0be2596e4 -> 20a7dc556


Merge branch 'dev'


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

Branch: refs/heads/dev
Commit: c8b0f9539b4e3fc1584b782b531893f4513ea928
Parents: 8eab453 7ec5fd6
Author: Steven Gill <st...@gmail.com>
Authored: Wed Sep 25 18:17:50 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Wed Sep 25 18:17:50 2013 -0700

----------------------------------------------------------------------
 CHANGELOG.md                      | 23 -----------------------
 RELEASENOTES.md                   | 30 ++++++++++++++++++++++++++++++
 plugin.xml                        |  4 ++--
 src/windows8/NotificationProxy.js |  2 +-
 src/wp/Notification.cs            |  2 +-
 5 files changed, 34 insertions(+), 27 deletions(-)
----------------------------------------------------------------------



[3/4] git commit: Merge branch 'dev'

Posted by st...@apache.org.
Merge branch 'dev'


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

Branch: refs/heads/dev
Commit: 439fd253c069facc6d66c490bb48c9c5e7f0d3e4
Parents: c8b0f95 3c47ff4
Author: Steven Gill <st...@gmail.com>
Authored: Mon Oct 28 12:11:14 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Oct 28 12:11:14 2013 -0700

----------------------------------------------------------------------
 RELEASENOTES.md                |  13 +++
 plugin.xml                     |  24 +++-
 src/firefoxos/notification.js  | 107 +++++++++++++++++
 www/firefoxos/danger-press.png | Bin 0 -> 1015 bytes
 www/firefoxos/danger.png       | Bin 0 -> 1031 bytes
 www/firefoxos/default.png      | Bin 0 -> 1014 bytes
 www/firefoxos/gradient.png     | Bin 0 -> 3713 bytes
 www/firefoxos/notification.css | 227 ++++++++++++++++++++++++++++++++++++
 www/firefoxos/pattern.png      | Bin 0 -> 6851 bytes
 www/firefoxos/recommend.png    | Bin 0 -> 1020 bytes
 www/notification.js            |   2 +-
 11 files changed, 371 insertions(+), 2 deletions(-)
----------------------------------------------------------------------



[4/4] git commit: CB-5188:

Posted by st...@apache.org.
CB-5188:


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

Branch: refs/heads/dev
Commit: 20a7dc5567727d45a24ade3d7a73384a25409454
Parents: 439fd25
Author: Steven Gill <st...@gmail.com>
Authored: Mon Oct 28 12:27:14 2013 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Oct 28 12:27:14 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


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


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

Posted by st...@apache.org.
[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/dev
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>