You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2022/07/04 14:13:39 UTC

[cordova-android] 01/02: release(android-v11.0.0): updated version and RELEASENOTES.md (2)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git

commit d8287854354806f16f0b1bf3b93997780c4626d0
Author: Erisu <er...@apache.org>
AuthorDate: Mon Jul 4 22:37:49 2022 +0900

    release(android-v11.0.0): updated version and RELEASENOTES.md (2)
---
 RELEASENOTES.md                                      | 3 ++-
 framework/src/org/apache/cordova/CordovaWebView.java | 2 +-
 package-lock.json                                    | 4 ++--
 package.json                                         | 2 +-
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index e85fe30a..7717c6b1 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,7 +20,7 @@
 -->
 ## Release Notes for Cordova (Android)
 
-### 11.0.0 (Jun 30, 2022)
+### 11.0.0 (Jul 04, 2022)
 
 **Breaking:**
 
@@ -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
diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java
index 2b6a8545..c7f119ab 100644
--- a/framework/src/org/apache/cordova/CordovaWebView.java
+++ b/framework/src/org/apache/cordova/CordovaWebView.java
@@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
  * 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);
 
diff --git a/package-lock.json b/package-lock.json
index 58855abd..6ffbfbea 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova-android",
-  "version": "11.0.1-dev",
+  "version": "11.0.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova-android",
-      "version": "11.0.1-dev",
+      "version": "11.0.0",
       "license": "Apache-2.0",
       "dependencies": {
         "android-versions": "^1.7.0",
diff --git a/package.json b/package.json
index d135571d..d55bff26 100644
--- a/package.json
+++ b/package.json
@@ -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",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org