Repository: cordova-plugin-statusbar Updated Branches: refs/heads/master 921daccd2 -> 6481e0fc8 Updated Tags: refs/tags/r0.1.8 [created] 6cce51323
CB-7571 Updated version and RELEASENOTES.md for release 0.1.8 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/6cce5132 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/tree/6cce5132 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/diff/6cce5132 Branch: refs/heads/master Commit: 6cce5132370a1200e5b402db5fda99e60b667ee3 Parents: 921dacc Author: Marcel Kinard <[email protected]> Authored: Wed Sep 17 15:27:44 2014 -0400 Committer: Marcel Kinard <[email protected]> Committed: Wed Sep 17 15:27:44 2014 -0400 ---------------------------------------------------------------------- RELEASENOTES.md | 7 +++++++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/6cce5132/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 09bb0a8..49d306a 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -44,3 +44,10 @@ * ios: Fix hide to adjust webview's frame only when status bar is not overlaying webview * CB-6127 Updated translations for docs * android: Fix StatusBar.initialize() not running on UI thread + +### 0.1.8 (Sep 17, 2014) +* CB-7549 [StatusBar][iOS 8] Landscape issue +* CB-7486 Remove StatusBarBackgroundColor intial preference (black background) so background will be initially transparent +* Renamed test dir, added nested plugin.xml +* added documentation for manual tests, moved background color test below overlay test +* CB-7195 ported statusbar tests to framework http://git-wip-us.apache.org/repos/asf/cordova-plugin-statusbar/blob/6cce5132/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 9c3eae4..5a34595 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="org.apache.cordova.statusbar" - version="0.1.8-dev"> + version="0.1.8"> <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/6cce5132/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index a450297..065c90a 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="org.apache.cordova.statusbar.tests" - version="0.1.7-dev"> + version="0.1.8"> <name>Cordova StatusBar Plugin Tests</name> <license>Apache 2.0</license>
