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
No known key found for this signature in database
GPG Key ID: 2E5FF17FB26AF7F2
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:**

View File

@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
* are not expected to implement it.
*/
public interface CordovaWebView {
public static final String CORDOVA_VERSION = "10.1.1-dev";
public static final String CORDOVA_VERSION = "10.1.1";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "10.1.1-dev",
"version": "10.1.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "10.1.1-dev",
"version": "10.1.1",
"description": "cordova-android release",
"main": "lib/Api.js",
"repository": "github:apache/cordova-android",