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 2014/12/03 01:10:10 UTC

[1/2] cordova-plugin-dialogs git commit: CB-8110 Updated version and RELEASENOTES.md for release 0.2.11

Repository: cordova-plugin-dialogs
Updated Branches:
  refs/heads/master 0a28d1707 -> abe48ce39
Updated Tags:  refs/tags/r0.2.11 [created] d7e34c28b


CB-8110 Updated version and RELEASENOTES.md for release 0.2.11


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

Branch: refs/heads/master
Commit: d7e34c28b7d1f4e0ecf44fddc3ad12fcfc5ea68b
Parents: 0a28d17
Author: Steve Gill <st...@gmail.com>
Authored: Tue Dec 2 16:07:02 2014 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Dec 2 16:07:02 2014 -0800

----------------------------------------------------------------------
 RELEASENOTES.md  | 15 +++++++++++++++
 plugin.xml       |  2 +-
 tests/plugin.xml |  2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/d7e34c28/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 673d15c..a9ca08c 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -95,3 +95,18 @@
 * added documentation for manual tests
 * CB-6965 Added manual tests
 * CB-6965 Port notification tests to test-framework
+
+### 0.2.11 (Dec 02, 2014)
+* [CB-7737] lower min height for alert
+* CB-8038 backslash getting escaped twice in **BB10**
+* CB-8029 test 1-based indexing for confirm
+* CB-7639 Update docs + manual tests
+* CB-7639 Revert back `isAlertShowing` flag in case of exception to prevent queuing of future dialogs.
+* CB-7639 Handle button labels as array on windows
+* CB-7977 Mention `deviceready` in plugin docs
+* Check for `setTextDirection` API level
+* **Android** Make spinner dialog to use `THEME_DEVICE_DEFAULT_LIGHT` (same as the other dialogs)
+* **Android** Unbreak `API` level < `14`
+* CB-7414 **BB10** Document callback parameter for `navigator.notification.alert`
+* CB-7700 cordova-plugin-dialogs documentation translation: cordova-plugin-dialogs
+* CB-7571 Bump version of nested plugin to match parent plugin

http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/d7e34c28/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 4241588..604ad67 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.11-dev">
+      version="0.2.11">
 
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/d7e34c28/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index a50bb72..b9b893c 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="org.apache.cordova.dialogs.tests"
-    version="0.2.11-dev">
+    version="0.2.11">
     <name>Cordova Notification Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] cordova-plugin-dialogs git commit: CB-8110 Incremented plugin version.

Posted by st...@apache.org.
CB-8110 Incremented plugin version.


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

Branch: refs/heads/master
Commit: abe48ce39f0a93c3d0884841fe6c616e88e8b89a
Parents: d7e34c2
Author: Steve Gill <st...@gmail.com>
Authored: Tue Dec 2 16:08:50 2014 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Tue Dec 2 16:08:50 2014 -0800

----------------------------------------------------------------------
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/abe48ce3/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 604ad67..ca1aa21 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.11">
+      version="0.2.12-dev">
 
     <name>Notification</name>
     <description>Cordova Notification Plugin</description>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-dialogs/blob/abe48ce3/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index b9b893c..cb2f740 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -20,7 +20,7 @@
 
 <plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
     id="org.apache.cordova.dialogs.tests"
-    version="0.2.11">
+    version="0.2.12-dev">
     <name>Cordova Notification Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org