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

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

Repository: cordova-plugin-statusbar
Updated Branches:
  refs/heads/master 3bc16d942 -> eb119e718
Updated Tags:  refs/tags/r0.1.9 [created] e445123e4


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


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/commit/e445123e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/tree/e445123e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/diff/e445123e

Branch: refs/heads/master
Commit: e445123e4ce7976b9cd93c27fe4917a32bc28e61
Parents: 3bc16d9
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  | 12 ++++++++++++
 plugin.xml       |  2 +-
 tests/plugin.xml |  2 +-
 3 files changed, 14 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/e445123e/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 49d306a..5d34678 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -51,3 +51,15 @@
 * Renamed test dir, added nested plugin.xml
 * added documentation for manual tests, moved background color test below overlay test
 * CB-7195 ported statusbar tests to framework
+
+### 0.1.9 (Dec 02, 2014)
+* Fix onload attribute within <feature> to be a <param>
+* CB-8010 - Statusbar colour does not change to orange
+* added checks for running on windows when StatusBar is NOT available
+* CB-7986 Add cordova-plugin-statusbar support for **Windows Phone 8.1**
+* CB-7977 Mention `deviceready` in plugin docs
+* CB-7979 Each plugin doc should have a ## Installation section
+* Inserting leading space after # for consistency
+* CB-7549 - (Re-fix) `StatusBar` **iOS 8** Landscape issue (closes #15)
+* CB-7700 cordova-plugin-statusbar documentation translation: cordova-plugin-statusbar
+* CB-7571 Bump version of nested plugin to match parent plugin

http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/e445123e/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 4103f00..c94560e 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.statusbar"
-    version="0.1.9-dev">
+    version="0.1.9">
     <name>StatusBar</name>
     <description>Cordova StatusBar Plugin</description>
     <license>Apache 2.0</license>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/e445123e/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 0bcc96f..ee1cd9b 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.statusbar.tests"
-    version="0.1.9-dev">
+    version="0.1.9">
     <name>Cordova StatusBar 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-statusbar 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-statusbar/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/commit/eb119e71
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/tree/eb119e71
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/diff/eb119e71

Branch: refs/heads/master
Commit: eb119e7180ddb684fe41ce75adb3b28d2ca28cdd
Parents: e445123
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-statusbar/blob/eb119e71/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index c94560e..f93dfff 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.statusbar"
-    version="0.1.9">
+    version="0.1.10-dev">
     <name>StatusBar</name>
     <description>Cordova StatusBar Plugin</description>
     <license>Apache 2.0</license>

http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/eb119e71/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index ee1cd9b..9230524 100644
--- a/tests/plugin.xml
+++ b/tests/plugin.xml
@@ -22,7 +22,7 @@
     xmlns:rim="http://www.blackberry.com/ns/widgets"
     xmlns:android="http://schemas.android.com/apk/res/android"
     id="org.apache.cordova.statusbar.tests"
-    version="0.1.9">
+    version="0.1.10-dev">
     <name>Cordova StatusBar 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