You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ma...@apache.org on 2014/09/17 21:39:47 UTC

[1/2] git commit: CB-7571 Updated version and RELEASENOTES.md for release 0.1.8

Repository: cordova-plugin-statusbar
Updated Branches:
  refs/heads/master 921daccd2 -> 6481e0fc8
Updated Tags:  refs/tags/r0.1.8 [created] 6cce51323


CB-7571 Updated version and RELEASENOTES.md for release 0.1.8


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

Branch: refs/heads/master
Commit: 6cce5132370a1200e5b402db5fda99e60b667ee3
Parents: 921dacc
Author: Marcel Kinard <cm...@gmail.com>
Authored: Wed Sep 17 15:27:44 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Wed Sep 17 15:27:44 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/6cce5132/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 09bb0a8..49d306a 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -44,3 +44,10 @@
 * ios: Fix hide to adjust webview's frame only when status bar is not overlaying webview
 * CB-6127 Updated translations for docs
 * android: Fix StatusBar.initialize() not running on UI thread
+
+### 0.1.8 (Sep 17, 2014)
+* CB-7549 [StatusBar][iOS 8] Landscape issue
+* CB-7486 Remove StatusBarBackgroundColor intial preference (black background) so background will be initially transparent
+* 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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/6cce5132/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 9c3eae4..5a34595 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.8-dev">
+    version="0.1.8">
     <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/6cce5132/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index a450297..065c90a 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.7-dev">
+    version="0.1.8">
     <name>Cordova StatusBar Plugin Tests</name>
     <license>Apache 2.0</license>
 


[2/2] git commit: CB-7571 Incremented plugin version.

Posted by ma...@apache.org.
CB-7571 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/6481e0fc
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/tree/6481e0fc
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/diff/6481e0fc

Branch: refs/heads/master
Commit: 6481e0fc8a19c13856a4c6521203c1b1b5cff3a8
Parents: 6cce513
Author: Marcel Kinard <cm...@gmail.com>
Authored: Wed Sep 17 15:35:02 2014 -0400
Committer: Marcel Kinard <cm...@gmail.com>
Committed: Wed Sep 17 15:35:02 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/6481e0fc/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 5a34595..ce2e689 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.8">
+    version="0.1.9-dev">
     <name>StatusBar</name>
     <description>Cordova StatusBar Plugin</description>
     <license>Apache 2.0</license>