From 77085aa5477fd91d89a8c92ffedddc04463ba0e2 Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Thu, 27 Feb 2014 11:56:29 -0500 Subject: [PATCH] CB-6114 Updated version and RELEASENOTES.md for release 0.3.2 --- RELEASENOTES.md | 5 +++++ plugin.xml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 2b95181..293e125 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -73,3 +73,8 @@ * CB-5756: Android: Use WebView.evaluateJavascript for script injection on Android 4.4+ * Remove alive from InAppBrowser.js since it didn't catch the case where the browser is closed by the user. * CB-5733 Fix IAB.close() not working if called before show() animation is done + +### 0.3.2 (Feb 26, 2014) +* Validate that callbackId is correctly formed +* CB-6035 Move js-module so it is not loaded on unsupported platforms +* Removed some iOS6 Deprecations diff --git a/plugin.xml b/plugin.xml index 57396a7..77adc5c 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="0.3.2"> InAppBrowser Cordova InAppBrowser Plugin