Skip to content

Commit 98895f7

Browse files
committed
release(android-v11.0.0): updated version and RELEASENOTES.md
1 parent e968cac commit 98895f7

File tree

4 files changed

+40
-4
lines changed

4 files changed

+40
-4
lines changed

RELEASENOTES.md

+36
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,42 @@
2020
-->
2121
## Release Notes for Cordova (Android)
2222

23+
### 11.0.0 (Jun 30, 2022)
24+
25+
**Breaking:**
26+
27+
* [GH-1441](https://github.com/apache/cordova-android/pull/1441) feat!: **Android** 12 splash screen
28+
* [GH-1427](https://github.com/apache/cordova-android/pull/1427) feat!: API 32 support
29+
* [GH-1410](https://github.com/apache/cordova-android/pull/1410) feat!: API 31 support
30+
* [GH-1444](https://github.com/apache/cordova-android/pull/1444) fix!: set & use `ANDROID_HOME` as default
31+
* [GH-1411](https://github.com/apache/cordova-android/pull/1411) chore!: Drop Node 12 support
32+
33+
**Features:**
34+
35+
* [GH-1448](https://github.com/apache/cordova-android/pull/1448) feat: Update `androidx.appcompat` version
36+
* [GH-1446](https://github.com/apache/cordova-android/pull/1446) feat: Update gradle plugin version
37+
* [GH-1447](https://github.com/apache/cordova-android/pull/1447) feat: Update google services pluging
38+
* [GH-1431](https://github.com/apache/cordova-android/pull/1431) feat: support custom `compileSdk` setting
39+
* [GH-1311](https://github.com/apache/cordova-android/pull/1311) feat: added support for BoM imports
40+
41+
**Fixes:**
42+
43+
* [GH-1453](https://github.com/apache/cordova-android/pull/1453) fix: support installing platfrom from local git checkout
44+
* [GH-1449](https://github.com/apache/cordova-android/pull/1449) fix: accept file cookies only if `AndroidInsecureFileModeEnabled`
45+
* [GH-1443](https://github.com/apache/cordova-android/pull/1443) fix: force `hostname` to lowercase
46+
* [GH-1434](https://github.com/apache/cordova-android/pull/1434) fix: restore `checkReqs` in `prepare.js`
47+
* [GH-1154](https://github.com/apache/cordova-android/pull/1154) fix: move `MainActivity.java` to folder that tracks the app package name (widget id)
48+
49+
**Chores, Dependencies & CI:**
50+
51+
* [GH-1451](https://github.com/apache/cordova-android/pull/1451) chore: display warning on deprecated `<splash>` tag usage
52+
* [GH-1430](https://github.com/apache/cordova-android/pull/1430) chore: remove unneeded deprecated annotation
53+
* [GH-1421](https://github.com/apache/cordova-android/pull/1421) chore(npm): bump `@cordova/eslint-config@^4.0.0`
54+
* [GH-1420](https://github.com/apache/cordova-android/pull/1420) chore(npm): bump dependencies
55+
* [GH-1452](https://github.com/apache/cordova-android/pull/1452) dep: bump `jasmine@4.2.1` w/ `package-lock` rebuild
56+
* [GH-1439](https://github.com/apache/cordova-android/pull/1439) ci: update github action workflow
57+
* [GH-1424](https://github.com/apache/cordova-android/pull/1424) ci: Added Node 18 to test matrix
58+
2359
### 10.1.2 (Apr 11, 2022)
2460

2561
**Fixes:**

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

+1-1
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.3-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

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-android",
3-
"version": "11.0.0-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)