From e445123e4ce7976b9cd93c27fe4917a32bc28e61 Mon Sep 17 00:00:00 2001 From: Steve Gill Date: Tue, 2 Dec 2014 16:07:02 -0800 Subject: [PATCH] CB-8110 Updated version and RELEASENOTES.md for release 0.1.9 --- RELEASENOTES.md | 12 ++++++++++++ plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 49d306a..5d34678 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -51,3 +51,15 @@ * 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 + +### 0.1.9 (Dec 02, 2014) +* Fix onload attribute within to be a +* CB-8010 - Statusbar colour does not change to orange +* added checks for running on windows when StatusBar is NOT available +* CB-7986 Add cordova-plugin-statusbar support for **Windows Phone 8.1** +* CB-7977 Mention `deviceready` in plugin docs +* CB-7979 Each plugin doc should have a ## Installation section +* Inserting leading space after # for consistency +* CB-7549 - (Re-fix) `StatusBar` **iOS 8** Landscape issue (closes #15) +* CB-7700 cordova-plugin-statusbar documentation translation: cordova-plugin-statusbar +* CB-7571 Bump version of nested plugin to match parent plugin diff --git a/plugin.xml b/plugin.xml index 4103f00..c94560e 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.9-dev"> + version="0.1.9"> StatusBar Cordova StatusBar Plugin Apache 2.0 diff --git a/tests/plugin.xml b/tests/plugin.xml index 0bcc96f..ee1cd9b 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.9-dev"> + version="0.1.9"> Cordova StatusBar Plugin Tests Apache 2.0