You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2020/01/04 09:43:47 UTC

[cordova-docs] branch inappbrowser-release-3.2.0 created (now 8b0f927)

This is an automated email from the ASF dual-hosted git repository.

niklasmerz pushed a change to branch inappbrowser-release-3.2.0
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git.


      at 8b0f927  plugin-inappbrowser@3.2.0 (minor) release notes

This branch includes the following new commits:

     new 8b0f927  plugin-inappbrowser@3.2.0 (minor) release notes

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[cordova-docs] 01/01: plugin-inappbrowser@3.2.0 (minor) release notes

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

niklasmerz pushed a commit to branch inappbrowser-release-3.2.0
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git

commit 8b0f92729d67e994543c3cd67e9cfff2d9879a0a
Author: Niklas Merz <ni...@linux.com>
AuthorDate: Sat Jan 4 10:42:53 2020 +0100

    plugin-inappbrowser@3.2.0 (minor) release notes
---
 .../2020-01-07-inappbrowser-release-3.2.0.md       | 31 ++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/www/_posts/2020-01-07-inappbrowser-release-3.2.0.md b/www/_posts/2020-01-07-inappbrowser-release-3.2.0.md
new file mode 100644
index 0000000..ad7a701
--- /dev/null
+++ b/www/_posts/2020-01-07-inappbrowser-release-3.2.0.md
@@ -0,0 +1,31 @@
+---
+layout: post
+author:
+    name: Niklas Merz
+title:  "Cordova Plugin InAppBrowser 3.2.0 Released!"
+categories: announcements
+tags: news releases plugins
+---
+
+We are happy to announce that we have just released an update to `cordova-plugin-inappbrowser`! 
+
+* [cordova-plugin-inappbrowser@3.2.0](https://www.npmjs.com/package/cordova-plugin-inappbrowser)
+
+## Release Highlights
+
+The most notable improvements in this minor release are:
+
+* The support of the `WKWebViewOnly` preference.
+* A patch for an [issue](https://github.com/apache/cordova-plugin-inappbrowser/issues/492) with WKWebView introduced with **iOS 13**.
+
+Please report any issues you find at [issues.cordova.io](http://issues.cordova.io/)!
+
+<!--more-->
+# Changes include:
+
+* [GH-503](https://github.com/apache/cordova-plugin-inappbrowser/pull/503) Defensive code to prevent NULL reference exceptions for async
+* [GH-584](https://github.com/apache/cordova-plugin-inappbrowser/pull/584) Add compile-time decision for disabling UIWebView
+* [GH-524](https://github.com/apache/cordova-plugin-inappbrowser/pull/524) Replace "beforeload" with BEFORELOAD
+* [GH-568](https://github.com/apache/cordova-plugin-inappbrowser/pull/568) Update missing closed brace to the insert.CSS
+* [GH-401](https://github.com/apache/cordova-plugin-inappbrowser/pull/401) Move createIframeBridge to injectDeferredObject
+* [GH-534](https://github.com/apache/cordova-plugin-inappbrowser/pull/534) Fix `InAppBrowser` not opening on **iOS** 13


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org