Skip to content

Commit

Permalink
release(android-v11.0.0): updated version and RELEASENOTES.md (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Jul 4, 2022
1 parent e5b7e8a commit d828785
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion RELEASENOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
-->
## Release Notes for Cordova (Android)

### 11.0.0 (Jun 30, 2022)
### 11.0.0 (Jul 04, 2022)

**Breaking:**

Expand All @@ -40,6 +40,7 @@

**Fixes:**

* [GH-1455](https://github.com/apache/cordova-android/pull/1455) fix(`prepare`): `destFile` path separator
* [GH-1453](https://github.com/apache/cordova-android/pull/1453) fix: support installing platfrom from local git checkout
* [GH-1449](https://github.com/apache/cordova-android/pull/1449) fix: accept file cookies only if `AndroidInsecureFileModeEnabled`
* [GH-1443](https://github.com/apache/cordova-android/pull/1443) fix: force `hostname` to lowercase
Expand Down
2 changes: 1 addition & 1 deletion framework/src/org/apache/cordova/CordovaWebView.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Licensed to the Apache Software Foundation (ASF) under one
* are not expected to implement it.
*/
public interface CordovaWebView {
public static final String CORDOVA_VERSION = "11.0.1-dev";
public static final String CORDOVA_VERSION = "11.0.0";

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

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "11.0.1-dev",
"version": "11.0.0",
"description": "cordova-android release",
"main": "lib/Api.js",
"repository": "github:apache/cordova-android",
Expand Down

0 comments on commit d828785

Please sign in to comment.