Repository: cordova-plugin-statusbar Updated Branches: refs/heads/master 7ca355222 -> 1011b2a16
CB-10820 Updated version and RELEASENOTES.md for release 2.1.2 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/f1aa0625 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/tree/f1aa0625 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/diff/f1aa0625 Branch: refs/heads/master Commit: f1aa062557c7e2965c78b629d7005a615f79fc41 Parents: 7ca3552 Author: Carlos Santana <[email protected]> Authored: Wed Mar 9 14:28:26 2016 -0500 Committer: Carlos Santana <[email protected]> Committed: Wed Mar 9 22:12:41 2016 -0500 ---------------------------------------------------------------------- RELEASENOTES.md | 6 ++++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/f1aa0625/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 56302a1..e4d1082 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,12 @@ --> # Release Notes +### 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 +* [CB-10683](https://issues.apache.org/jira/browse/CB-10683) Fix wrong StatusBar.isVisible initial value on ** Windows ** +* [CB-10636](https://issues.apache.org/jira/browse/CB-10636) Add JSHint for plugins +* [CB-10047](https://issues.apache.org/jira/browse/CB-10047) fix ** iOS ** 8 deprecated warnings + ### 2.1.1 (Feb 09, 2016) * [CB-10102](https://issues.apache.org/jira/browse/CB-10102) The removeObserver code was wrong and it might crash on plugin deallocation http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/f1aa0625/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index c15aed0..60e6676 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-statusbar", - "version": "2.1.2-dev", + "version": "2.1.2", "description": "Cordova StatusBar Plugin", "cordova": { "id": "cordova-plugin-statusbar", http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/f1aa0625/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 5c7a5c2..1b50d99 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.2-dev"> + version="2.1.2"> <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/f1aa0625/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 3f9b587..2d6068c 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.2-dev"> + version="2.1.2"> <name>Cordova StatusBar Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
