You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2021/09/15 13:46:45 UTC

[cordova-docs] branch master updated: doc: add cordova-android 10.1.1 release post (#1205)

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

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 786264a  doc: add cordova-android 10.1.1 release post (#1205)
786264a is described below

commit 786264aa2a0d81db6429a5f4efe71e90931b03ec
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Wed Sep 15 22:46:37 2021 +0900

    doc: add cordova-android 10.1.1 release post (#1205)
---
 .../2021-09-15-cordova-android-release-10.1.1.md   | 40 ++++++++++++++++++++++
 1 file changed, 40 insertions(+)

diff --git a/www/_posts/2021-09-15-cordova-android-release-10.1.1.md b/www/_posts/2021-09-15-cordova-android-release-10.1.1.md
new file mode 100644
index 0000000..00bcdcf
--- /dev/null
+++ b/www/_posts/2021-09-15-cordova-android-release-10.1.1.md
@@ -0,0 +1,40 @@
+---
+layout: post
+author:
+    name: Bryan Ellis
+title:  "Cordova Android 10.1.1 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that we have just released `Cordova Android 10.1.1`! This is one of Cordova's supported platforms for building Android applications.
+
+* [cordova-android@10.1.1](https://www.npmjs.com/package/cordova-android)
+
+## Release Highlights
+
+**To upgrade:**
+
+```bash
+cordova platform remove android
+cordova platform add android@10.1.1
+```
+
+**To install:**
+
+```bash
+cordova platform add android@10.1.1
+```
+
+The notable fixes in this release are around the handling of the default policy for the Allow Navigation & Allow Bridge Access, which also covers the scheme & hostname use cases.
+
+Please report any issues you find at [issues.cordova.io](http://issues.cordova.io/)!
+
+<!--more-->
+# Changes include:
+
+#### Fixes
+
+* [GH-1349](https://github.com/apache/cordova-android/pull/1349) fix(`PluginManager`): `AllowNavigation` default policy to handle scheme & hostname
+* [GH-1342](https://github.com/apache/cordova-android/pull/1342) fix(`AllowListPlugin`): Safely handle default allow navigation policy in allow request
+* [GH-1332](https://github.com/apache/cordova-android/pull/1332) fix(`PluginManager`): `AllowBridgeAccess` default policy to handle scheme & hostname

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