From 6cce5132370a1200e5b402db5fda99e60b667ee3 Mon Sep 17 00:00:00 2001 From: Marcel Kinard Date: Wed, 17 Sep 2014 15:27:44 -0400 Subject: [PATCH] CB-7571 Updated version and RELEASENOTES.md for release 0.1.8 --- RELEASENOTES.md | 7 +++++++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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 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"> StatusBar Cordova StatusBar Plugin Apache 2.0 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"> Cordova StatusBar Plugin Tests Apache 2.0