forked from github/cordova-android
android-v10.1.1 Updated version and RELEASENOTES.md for release 10.1.1
This commit is contained in:
parent
ca19084b1c
commit
e188c61c86
@ -20,6 +20,14 @@
|
|||||||
-->
|
-->
|
||||||
## Release Notes for Cordova (Android)
|
## 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)
|
### 10.1.0 (Aug 13, 2021)
|
||||||
|
|
||||||
**Features:**
|
**Features:**
|
||||||
|
@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
|
|||||||
* are not expected to implement it.
|
* are not expected to implement it.
|
||||||
*/
|
*/
|
||||||
public interface CordovaWebView {
|
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);
|
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);
|
||||||
|
|
||||||
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-android",
|
"name": "cordova-android",
|
||||||
"version": "10.1.1-dev",
|
"version": "10.1.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cordova-android",
|
"name": "cordova-android",
|
||||||
"version": "10.1.1-dev",
|
"version": "10.1.1",
|
||||||
"description": "cordova-android release",
|
"description": "cordova-android release",
|
||||||
"main": "lib/Api.js",
|
"main": "lib/Api.js",
|
||||||
"repository": "github:apache/cordova-android",
|
"repository": "github:apache/cordova-android",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user