Skip to content

Commit 839f9b8

Browse files
committed
Revert "release(android-v14.0.0): updated version and RELEASENOTES.md"
This reverts commit 2258d33.
1 parent d4eca41 commit 839f9b8

File tree

4 files changed

+4
-51
lines changed

4 files changed

+4
-51
lines changed

RELEASENOTES.md

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

23-
### 14.0.0 (Mar 19, 2025)
24-
25-
**Breaking Changes:**
26-
27-
* [GH-1788](https://github.com/apache/cordova-android/pull/1788) dep!: bump npm packages
28-
29-
30-
31-
32-
33-
34-
35-
36-
* [GH-1789](https://github.com/apache/cordova-android/pull/1789) feat!: bump node engine requirement `>=20.5.0`
37-
* [GH-1784](https://github.com/apache/cordova-android/pull/1784) feat!: bump java default targets to 11
38-
* [GH-1771](https://github.com/apache/cordova-android/pull/1771) feat!: deprecate CordovaPlugin's method initialize
39-
* [GH-1767](https://github.com/apache/cordova-android/pull/1767) feat!: use kotlin-stdlib instead of kotlin-stdlib-jdk*
40-
* [GH-1763](https://github.com/apache/cordova-android/pull/1763) feat!: SDK 35 Support
41-
42-
**Features:**
43-
44-
* [GH-1785](https://github.com/apache/cordova-android/pull/1785) feat: bump gradle to 8.13
45-
* [GH-1779](https://github.com/apache/cordova-android/pull/1779) feat: add `AndroidEdgeToEdge` preference & theme flag
46-
* [GH-1778](https://github.com/apache/cordova-android/pull/1778) feat: Account for Node security patch
47-
* [GH-1768](https://github.com/apache/cordova-android/pull/1768) feat: `androidx.core:[email protected]`
48-
* [GH-1766](https://github.com/apache/cordova-android/pull/1766) feat: `com.google.gms:[email protected]`
49-
* [GH-1765](https://github.com/apache/cordova-android/pull/1765) feat: `androidx.webkit:[email protected]`
50-
* [GH-1764](https://github.com/apache/cordova-android/pull/1764) feat: `androidx.appcompat:[email protected]`
51-
52-
**Fixes:**
53-
54-
* [GH-1781](https://github.com/apache/cordova-android/pull/1781) fix: copy gradle wrapper from tools to platform root dir
55-
* [GH-1770](https://github.com/apache/cordova-android/pull/1770) fix: creation of cdv-gradle-config.json w/ --link flag
56-
* [GH-1739](https://github.com/apache/cordova-android/pull/1739) fix(docs): Incorrect JDK requirement stated in README
57-
* [GH-1718](https://github.com/apache/cordova-android/pull/1718) fix: app restart when BT keyboard is connected in some devices
58-
59-
**Chores & Refactoring:**
60-
61-
* [GH-1786](https://github.com/apache/cordova-android/pull/1786) chore: add AndroidX build test to gitignore
62-
* [GH-1774](https://github.com/apache/cordova-android/pull/1774) style: update & resolve doc block warnings
63-
* [GH-1772](https://github.com/apache/cordova-android/pull/1772) refactor: replace fs-extra with node:fs
64-
* [GH-1769](https://github.com/apache/cordova-android/pull/1769) refactor: prefix node:*
65-
* [GH-1748](https://github.com/apache/cordova-android/pull/1748) chore(deps): bump cross-spawn from 7.0.3 to 7.0.6
66-
* [GH-1750](https://github.com/apache/cordova-android/pull/1750) chore(ci): Fix dependabot PR failures
67-
* [GH-1736](https://github.com/apache/cordova-android/pull/1736) chore(deps): bump micromatch from 4.0.5 to 4.0.8
68-
* [GH-1716](https://github.com/apache/cordova-android/pull/1716) chore(deps): bump braces from 3.0.2 to 3.0.3
69-
7023
### 13.0.0 (May 15, 2024)
7124

7225
**Breaking Changes:**

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 = "14.0.0";
34+
public static final String CORDOVA_VERSION = "14.0.0-dev";
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": "14.0.0",
3+
"version": "14.0.0-dev",
44
"description": "cordova-android release",
55
"types": "./types/index.d.ts",
66
"main": "lib/Api.js",

0 commit comments

Comments
 (0)