diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 9027d20..233d519 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -144,3 +144,17 @@ * 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 + +### 0.5.4 (Dec 02, 2014) +* CB-7784 Exit event is not fired after `InAppBrowser` closing +* CB-7697 Add `locationBar` support to `InAppBrowser` **Windows** platform version +* CB-7690 `InAppBrowser` `loadstart/loadstop` events issues +* CB-7695 Fix `InAppBrowser` `injectScriptFile` for **Windows 8.1** / **Windows Phone 8.1** +* CB-7692 `InAppBrowser` local url opening bug in 8.1 +* CB-7688 `Alert` is not supported in `InAppBrowser` on **Windows** platform +* CB-7977 Mention `deviceready` in plugin docs +* CB-7876 change test target to avoid undesired redirects +* CB-7712 remove references to `closebuttoncaption` +* CB-7850 clarify role of whitelist +* CB-7720 check if event is null since OK string from success callback was removed +* CB-7471 cordova-plugin-inappbrowser documentation translation: cordova-plugin-inappbrowser diff --git a/plugin.xml b/plugin.xml index aa02c2d..aa54fb6 100644 --- a/plugin.xml +++ b/plugin.xml @@ -20,7 +20,7 @@ + version="0.5.4"> InAppBrowser Cordova InAppBrowser Plugin diff --git a/tests/plugin.xml b/tests/plugin.xml index 127fc30..745b832 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -20,7 +20,7 @@ + version="0.5.4"> Cordova InAppBrowser Plugin Tests Apache 2.0