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/06/05 22:44:23 UTC

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

Repository: cordova-plugin-statusbar
Updated Branches:
  refs/heads/master 55575f540 -> d2f8b0b0a
Updated Tags:  refs/tags/r0.1.6 [created] 11195658a


CB-6877 Updated version and RELEASENOTES.md for release 0.1.6


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

Branch: refs/heads/master
Commit: 11195658af7dc1691893bea818428234b88ed621
Parents: 55575f5
Author: Steven Gill <st...@gmail.com>
Authored: Thu Jun 5 13:39:43 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Jun 5 13:39:43 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/11195658/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index ef3c505..36db3dd 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -26,3 +26,11 @@
 * CB-6316: Moved StatusBar plugin documentation to docs folder
 * CB-6314: [android] Add StatusBar.isVisible support to Android
 * CB-6460: Update license headers
+
+### 0.1.6 (Jun 05, 2014)
+* CB-6783 - added StatusBarStyle config preference,  updated docs (closes #9)
+* CB-6812 Add license
+* CB-6491 add CONTRIBUTING.md
+* CB-6264 minor formatting issue
+* Update docs with recent WP changes, remove 'clear' from the loist of named colors in documentation
+* CB-6513 - Statusbar plugin for Android is not compiling

http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/11195658/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 32790e5..0198cba 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.6-dev">
+    version="0.1.6">
     <name>StatusBar</name>
     <description>Cordova StatusBar Plugin</description>
     <license>Apache 2.0</license>


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

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

Branch: refs/heads/master
Commit: d2f8b0b0a55720282aebb3afd8172e0486318756
Parents: 1119565
Author: Steven Gill <st...@gmail.com>
Authored: Thu Jun 5 13:40:50 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Jun 5 13:40:50 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/d2f8b0b0/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 0198cba..ef7e42e 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.6">
+    version="0.1.7-dev">
     <name>StatusBar</name>
     <description>Cordova StatusBar Plugin</description>
     <license>Apache 2.0</license>