android-v10.1.1 Updated version and RELEASENOTES.md for release 10.1.1

This commit is contained in:
Erisu
2021-09-13 15:56:27 +09:00
parent ca19084b1c
commit e188c61c86
4 changed files with 11 additions and 3 deletions

View File

@@ -20,6 +20,14 @@
-->
## Release Notes for Cordova (Android)
### 10.1.1 (Sep 13, 2021)
**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
### 10.1.0 (Aug 13, 2021)
**Features:**