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 2016/01/16 02:13:07 UTC

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

Repository: cordova-plugin-statusbar
Updated Branches:
  refs/heads/master a4a1065c4 -> 97f87d36c


CB-10368 Updated version and RELEASENOTES.md for release 2.1.0


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

Branch: refs/heads/master
Commit: e6e8c5be1043b07d3f5236189b5ff07d35bf8f73
Parents: a4a1065
Author: Steve Gill <st...@gmail.com>
Authored: Fri Jan 15 16:35:06 2016 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Jan 15 16:35:06 2016 -0800

----------------------------------------------------------------------
 RELEASENOTES.md  | 5 +++++
 package.json     | 2 +-
 plugin.xml       | 2 +-
 tests/plugin.xml | 2 +-
 4 files changed, 8 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/e6e8c5be/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 7d7d3e7..206ce2e 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,11 @@
 -->
 # Release Notes
 
+### 2.1.0 (Jan 15, 2016)
+* CB-9513 Allow to show/hide status bar in fullscreen mode.
+* CB-8720 Fix status bar position when app started upside down on **iOS 7**.
+* CB-10118 Fixes plugin loading error for **Browser** platform
+
 ### 2.0.0 (Nov 18, 2015)
 * [CB-10035](https://issues.apache.org/jira/browse/CB-10035) Updated `RELEASENOTES` to be newest to oldest
 * Added `weakSelf` reference for block use

http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/e6e8c5be/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 77018db..c37382e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-statusbar",
-  "version": "2.0.1-dev",
+  "version": "2.1.0",
   "description": "Cordova StatusBar Plugin",
   "cordova": {
     "id": "cordova-plugin-statusbar",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/e6e8c5be/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 2d35c4e..e4083b7 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="cordova-plugin-statusbar"
-    version="2.0.1-dev">
+    version="2.1.0">
     <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/e6e8c5be/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index fe1031e..dddfd6f 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="cordova-plugin-statusbar-tests"
-    version="2.0.1-dev">
+    version="2.1.0">
     <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-10368 Incremented plugin version.

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

Branch: refs/heads/master
Commit: 97f87d36c12f7f8693482006e1eaf09bd3ca13cf
Parents: e6e8c5b
Author: Steve Gill <st...@gmail.com>
Authored: Fri Jan 15 16:58:32 2016 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Fri Jan 15 16:58:32 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/97f87d36/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index c37382e..720b5b4 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-statusbar",
-  "version": "2.1.0",
+  "version": "2.1.1-dev",
   "description": "Cordova StatusBar Plugin",
   "cordova": {
     "id": "cordova-plugin-statusbar",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/97f87d36/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index e4083b7..dd7ba8a 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="cordova-plugin-statusbar"
-    version="2.1.0">
+    version="2.1.1-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/97f87d36/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index dddfd6f..b56ea81 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="cordova-plugin-statusbar-tests"
-    version="2.1.0">
+    version="2.1.1-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