Repository: cordova-plugin-statusbar
Updated Branches:
  refs/heads/master dbc7b2968 -> 53d0b04ed


CB-11832 Updated version and RELEASENOTES.md for release 2.2.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/ad5f7d91
Tree: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/tree/ad5f7d91
Diff: 
http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/diff/ad5f7d91

Branch: refs/heads/master
Commit: ad5f7d912c3bc29eaee40dd9d83bcce597e07acc
Parents: dbc7b29
Author: Steve Gill <[email protected]>
Authored: Thu Sep 8 23:38:55 2016 -0700
Committer: Steve Gill <[email protected]>
Committed: Thu Sep 8 23:38:55 2016 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/ad5f7d91/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index b2dddac..0abff40 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,9 +20,22 @@
 -->
 # Release Notes
 
+### 2.2.0 (Sep 08, 2016)
+* [CB-11795](https://issues.apache.org/jira/browse/CB-11795) Add 'protective' 
entry to cordovaDependencies
+* Handle extended status bar on **iOS**
+* Plugin uses `Android Log class` and not `Cordova LOG class`
+* [CB-11287](https://issues.apache.org/jira/browse/CB-11287) (**ios**) - fix 
webview resize after modal on **iPhones**
+* [CB-11485](https://issues.apache.org/jira/browse/CB-11485) fix resize on 
rotation with popover
+* Add badges for paramedic builds on Jenkins
+* [CB-11197](https://issues.apache.org/jira/browse/CB-11197) Keep status bar 
hidden when keyboard pops up
+* Add pull request template.
+* [CB-10866](https://issues.apache.org/jira/browse/CB-10866) Adding engine 
info to `package.json`
+* patched missing `_ready` method, and changed the way the proxy is installed
+* [CB-10996](https://issues.apache.org/jira/browse/CB-10996) Adding front 
matter to `README.md`
+
 ### 2.1.3 (Apr 15, 2016)
-* CB-11018 Fix statusbar with `inappbrowser` causing incorrect orientation on 
**iOS8**
-* CB-10884 `Inappbrowser` breaks UI while Screen orientation changes from 
landscape to portrait on **iOS**
+* [CB-11018](https://issues.apache.org/jira/browse/CB-11018) Fix statusbar 
with `inappbrowser` causing incorrect orientation on **iOS8**
+* [CB-10884](https://issues.apache.org/jira/browse/CB-10884) `Inappbrowser` 
breaks UI while Screen orientation changes from landscape to portrait on **iOS**
 
 ### 2.1.2 (Mar 09, 2016)
 * [CB-10752](https://issues.apache.org/jira/browse/CB-10752) for for status 
bar overlays the webview on **iOS** 6 in some cases
@@ -34,9 +47,9 @@
 * [CB-10102](https://issues.apache.org/jira/browse/CB-10102) The 
removeObserver code was wrong and it might crash on plugin deallocation
 
 ### 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
+* [CB-9513](https://issues.apache.org/jira/browse/CB-9513) Allow to show/hide 
status bar in fullscreen mode.
+* [CB-8720](https://issues.apache.org/jira/browse/CB-8720) Fix status bar 
position when app started upside down on **iOS 7**.
+* [CB-10118](https://issues.apache.org/jira/browse/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

http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/ad5f7d91/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 545205c..19f2274 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-plugin-statusbar",
-  "version": "2.1.4-dev",
+  "version": "2.2.0",
   "description": "Cordova StatusBar Plugin",
   "cordova": {
     "id": "cordova-plugin-statusbar",

http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/ad5f7d91/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 3e9b826..1bd0973 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.4-dev">
+    version="2.2.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/ad5f7d91/tests/plugin.xml
----------------------------------------------------------------------
diff --git a/tests/plugin.xml b/tests/plugin.xml
index 329a7d6..c5be4e7 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.4-dev">
+    version="2.2.0">
     <name>Cordova StatusBar Plugin Tests</name>
     <license>Apache 2.0</license>
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to