release(android-v11.0.0): updated version and RELEASENOTES.md (2)

This commit is contained in:
Erisu 2022-07-04 22:37:49 +09:00
parent e5b7e8ab26
commit d828785435
No known key found for this signature in database
GPG Key ID: 2E5FF17FB26AF7F2
4 changed files with 6 additions and 5 deletions

View File

@ -20,7 +20,7 @@
--> -->
## Release Notes for Cordova (Android) ## Release Notes for Cordova (Android)
### 11.0.0 (Jun 30, 2022) ### 11.0.0 (Jul 04, 2022)
**Breaking:** **Breaking:**
@ -40,6 +40,7 @@
**Fixes:** **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-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-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 * [GH-1443](https://github.com/apache/cordova-android/pull/1443) fix: force `hostname` to lowercase

View File

@ -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 = "11.0.1-dev"; public static final String CORDOVA_VERSION = "11.0.0";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences); void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "cordova-android", "name": "cordova-android",
"version": "11.0.1-dev", "version": "11.0.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "cordova-android", "name": "cordova-android",
"version": "11.0.1-dev", "version": "11.0.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"android-versions": "^1.7.0", "android-versions": "^1.7.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "cordova-android", "name": "cordova-android",
"version": "11.0.1-dev", "version": "11.0.0",
"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",