From 003f0fd3cd27d7fffdd41802d83f2a0ec465a806 Mon Sep 17 00:00:00 2001 From: Steven Gill Date: Fri, 3 Oct 2014 16:10:13 -0700 Subject: [PATCH] Updated version and RELEASENOTES.md for release 0.5.3 --- RELEASENOTES.md | 15 +++++++++++++-- plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 1e2e980..9027d20 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -130,6 +130,17 @@ * CB-7133 fix up the tests for Android * Add just a bit more logging * CB-7133 port inappbrowser to plugin-test-framework -* phonegap events supported for _blank target -* inappbrowser _blank target position is fixed +* phonegap events supported for \_blank target +* inappbrowser \_blank target position is fixed * amazon-fireos related changes. + +### 0.5.3 (Oct 03, 2014) +* Windows implementation fixes and improvements +* zIndex fixed +* renamed InAppBrowser back to inappbrowser for case sensitive operating systems +* Update french translation +* Update doc to add Windows 8 +* Update windows proxy to be both compatible with windows 8 and 8.1 +* Rename windows81 by windows8 in src directory +* Append Windows 8.1 platform configuration in plugin.xml +* Append Windows 8.1 proxy using x-ms-webview diff --git a/plugin.xml b/plugin.xml index 1983990..6904744 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="0.5.3"> InAppBrowser Cordova InAppBrowser Plugin diff --git a/tests/plugin.xml b/tests/plugin.xml index 04669d4..35f0d68 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="0.5.3"> Cordova InAppBrowser Plugin Tests Apache 2.0