Skip to content

Commit e188c61

Browse files
committed
android-v10.1.1 Updated version and RELEASENOTES.md for release 10.1.1
1 parent ca19084 commit e188c61

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

RELEASENOTES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
-->
2121
## Release Notes for Cordova (Android)
2222

23+
### 10.1.1 (Sep 13, 2021)
24+
25+
**Fixes:**
26+
27+
* [GH-1349](https://github.com/apache/cordova-android/pull/1349) fix(`PluginManager`): `AllowNavigation` default policy to handle scheme & hostname
28+
* [GH-1342](https://github.com/apache/cordova-android/pull/1342) fix(`AllowListPlugin`): Safely handle default allow navigation policy in allow request
29+
* [GH-1332](https://github.com/apache/cordova-android/pull/1332) fix(`PluginManager`): `AllowBridgeAccess` default policy to handle scheme & hostname
30+
2331
### 10.1.0 (Aug 13, 2021)
2432

2533
**Features:**

framework/src/org/apache/cordova/CordovaWebView.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Licensed to the Apache Software Foundation (ASF) under one
3131
* are not expected to implement it.
3232
*/
3333
public interface CordovaWebView {
34-
public static final String CORDOVA_VERSION = "10.1.1-dev";
34+
public static final String CORDOVA_VERSION = "10.1.1";
3535

3636
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);
3737

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-android",
3-
"version": "10.1.1-dev",
3+
"version": "10.1.1",
44
"description": "cordova-android release",
55
"main": "lib/Api.js",
66
"repository": "github:apache/cordova-android",

0 commit comments

Comments
 (0)