From 1c98bc5b3f1757e1ed6c7686aa055715f9bf9372 Mon Sep 17 00:00:00 2001 From: Ian Clelland Date: Thu, 17 Apr 2014 10:53:20 -0400 Subject: [PATCH] CB-6452 Updated version and RELEASENOTES.md for release 0.4.0 --- RELEASENOTES.md | 14 ++++++++++++++ plugin.xml | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 364f4e9..3d6cd70 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -83,3 +83,17 @@ * CB-5534 Fix video/audio does not stop playing when browser is closed * CB-6172 Fix broken install on case-sensitive file-systems + +### 0.4.0 (Apr 17, 2014) +* CB-6360: [ios] Fix for crash on iOS < 6.0 (closes #37) +* CB-3324: [WP8] Add support for back-button inappbrowser [WP8] if there is no history -> InAppBrowser is closed +* [WP] await async calls, resolve warnings +* [WP] Make InAppBrowser work with embedded files, using system behavior +* CB-6402: [WP8] pass empty string instead of null for [optional] windowFeatures string +* CB-6422: [windows8] use cordova/exec/proxy +* CB-6389 CB-3617: Add clearcache and clearsessioncache options to iOS (like Android) +* Doc update: event name and example param (closes #31) +* CB-6253: [WP] Add Network Capability to WMAppManifest.xml +* CB-6212: [iOS] fix warnings compiled under arm64 64-bit +* CB-6218: Update docs for BB10 +* CB-6460: Update license headers diff --git a/plugin.xml b/plugin.xml index 9eea784..c9e0169 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="0.4.0"> InAppBrowser Cordova InAppBrowser Plugin