Skip to content

Commit d828785

Browse files
committed
release(android-v11.0.0): updated version and RELEASENOTES.md (2)
1 parent e5b7e8a commit d828785

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

RELEASENOTES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
-->
2121
## Release Notes for Cordova (Android)
2222

23-
### 11.0.0 (Jun 30, 2022)
23+
### 11.0.0 (Jul 04, 2022)
2424

2525
**Breaking:**
2626

@@ -40,6 +40,7 @@
4040

4141
**Fixes:**
4242

43+
* [GH-1455](https://github.com/apache/cordova-android/pull/1455) fix(`prepare`): `destFile` path separator
4344
* [GH-1453](https://github.com/apache/cordova-android/pull/1453) fix: support installing platfrom from local git checkout
4445
* [GH-1449](https://github.com/apache/cordova-android/pull/1449) fix: accept file cookies only if `AndroidInsecureFileModeEnabled`
4546
* [GH-1443](https://github.com/apache/cordova-android/pull/1443) fix: force `hostname` to lowercase

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 = "11.0.1-dev";
34+
public static final String CORDOVA_VERSION = "11.0.0";
3535

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

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "11.0.1-dev",
3+
"version": "11.0.0",
44
"description": "cordova-android release",
55
"main": "lib/Api.js",
66
"repository": "github:apache/cordova-android",

0 commit comments

Comments
 (0)