Repository: cordova-plugin-statusbar Updated Branches: refs/heads/master 16ff9b449 -> c3705fe46
Updated version and RELEASENOTES.md for release 2.1.3 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/ef726687 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/tree/ef726687 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/diff/ef726687 Branch: refs/heads/master Commit: ef7266874a8ef52ece0b2319f6198dd437d2683f Parents: 16ff9b4 Author: Steve Gill <[email protected]> Authored: Fri Apr 15 13:08:27 2016 -0700 Committer: Steve Gill <[email protected]> Committed: Fri Apr 15 13:08:27 2016 -0700 ---------------------------------------------------------------------- RELEASENOTES.md | 4 ++++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/ef726687/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index aaa3143..b2dddac 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,10 @@ --> # Release Notes +### 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** + ### 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** http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/ef726687/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 9d8dc71..49f8ef2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-statusbar", - "version": "2.1.3-dev", + "version": "2.1.3", "description": "Cordova StatusBar Plugin", "cordova": { "id": "cordova-plugin-statusbar", http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/ef726687/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 9cd0a33..0e963e9 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.3-dev"> + version="2.1.3"> <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/ef726687/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index d198e18..b56f757 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.3-dev"> + version="2.1.3"> <name>Cordova StatusBar Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
