Repository: cordova-plugin-statusbar Updated Branches: refs/heads/master a46452647 -> 64ec9ffb1
CB-10557 Updated version and RELEASENOTES.md for release 2.1.1 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/d8f470c2 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/tree/d8f470c2 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/diff/d8f470c2 Branch: refs/heads/master Commit: d8f470c2d50fb69a3abf2337e6cd7d7c5d8790a6 Parents: a464526 Author: Sergey Dobrodeev <[email protected]> Authored: Tue Feb 9 11:43:38 2016 +0300 Committer: Sergey Dobrodeev <[email protected]> Committed: Tue Feb 9 11:43:38 2016 +0300 ---------------------------------------------------------------------- RELEASENOTES.md | 3 +++ package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/d8f470c2/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 206ce2e..56302a1 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,6 +20,9 @@ --> # Release Notes +### 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 + ### 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**. http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/d8f470c2/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index 720b5b4..00660f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cordova-plugin-statusbar", - "version": "2.1.1-dev", + "version": "2.1.1", "description": "Cordova StatusBar Plugin", "cordova": { "id": "cordova-plugin-statusbar", http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/d8f470c2/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index dd7ba8a..ddfe431 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.1-dev"> + version="2.1.1"> <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/d8f470c2/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index b56ea81..a5124d3 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.1-dev"> + version="2.1.1"> <name>Cordova StatusBar Plugin Tests</name> <license>Apache 2.0</license> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
