diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md index c0c1690ff..7ffeb3a58 100644 --- a/docs/INSTALLATION.md +++ b/docs/INSTALLATION.md @@ -12,7 +12,7 @@ - [Browser details](#browser-details) - [Browser Support](#browser-support) - [iOS details](#ios-details) - - [System & Cordova Requirements](#system--cordova-requirements) + - [System \& Cordova Requirements](#system--cordova-requirements) - [Bitcode](#bitcode) - [CocoaPods](#cocoapods) - [Common CocoaPod Installation issues](#common-cocoapod-installation-issues) @@ -27,6 +27,7 @@ | 1.0.0 | 10.0.0 | 8.0.0 | 5.1.1 | 1.8.0 | | 2.0.0 | 10.0.0 | 8.0.0 | 6.0.0 | 1.8.0 | | 3.0.0 | 10.0.0 | 9.0.0 | 6.0.0 | 1.8.0 | +| 4.0.0 | 10.0.0 | 12.0.0 | 6.0.0 | 1.8.0 | To install from the command line: diff --git a/docs/PLATFORM_SUPPORT.md b/docs/PLATFORM_SUPPORT.md index f6902dae3..9510cf81c 100644 --- a/docs/PLATFORM_SUPPORT.md +++ b/docs/PLATFORM_SUPPORT.md @@ -1,5 +1,13 @@ ## Supported Platforms +### Version 4.x.x + +- Cordova CLI (10.0.0 or newer) +- Android (`cordova-android` 12.0.0 or higher) +- Browser +- iOS (`cordova-ios` 6.0.0 or higher) +- Windows Universal (not Windows Phone 8) + ### Version 3.x.x - Cordova CLI (10.0.0 or newer) diff --git a/package-lock.json b/package-lock.json index d4ca8b356..cafdb0fc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37,6 +37,11 @@ "cordova": ">=10.0.0", "cordova-android": ">=9.0.0", "cordova-ios": ">=6.0.0" + }, + "4.0.0": { + "cordova": ">=10.0.0", + "cordova-android": ">=12.0.0", + "cordova-ios": ">=6.0.0" } } } diff --git a/package.json b/package.json index f7b5bf876..cbc57a47b 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,11 @@ }, "engines": { "cordovaDependencies": { + "4.0.0": { + "cordova": ">=10.0.0", + "cordova-android": ">=12.0.0", + "cordova-ios": ">=6.0.0" + }, "3.0.0": { "cordova": ">=10.0.0", "cordova-android": ">=9.0.0", diff --git a/plugin.xml b/plugin.xml index 33c75c2d7..8e85ddb90 100755 --- a/plugin.xml +++ b/plugin.xml @@ -14,7 +14,7 @@ - +