From 2ba62cb92c3548bb5bac539af8a0941b889afa90 Mon Sep 17 00:00:00 2001 From: Steven Gill Date: Wed, 6 Aug 2014 18:58:24 -0700 Subject: [PATCH] CB-7244 Updated version and RELEASENOTES.md for release 0.1.7 --- RELEASENOTES.md | 10 ++++++++++ plugin.xml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 36db3dd..09bb0a8 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -34,3 +34,13 @@ * CB-6264 minor formatting issue * Update docs with recent WP changes, remove 'clear' from the loist of named colors in documentation * CB-6513 - Statusbar plugin for Android is not compiling + +### 0.1.7 (Aug 06, 2014) +* Add LICENSE and NOTICE +* Update statusbar.js +* Update backgroundColorByHexString function +* ios: Use a persistent callbackId instead of calling sendJs +* CB-6626 ios: Add a JS event for tapping on statusbar +* 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 diff --git a/plugin.xml b/plugin.xml index ef7e42e..404a971 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.7-dev"> + version="0.1.7"> StatusBar Cordova StatusBar Plugin Apache 2.0