diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md index 7ffeb3a58..cdc3ae48d 100644 --- a/docs/INSTALLATION.md +++ b/docs/INSTALLATION.md @@ -28,6 +28,7 @@ | 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 | +| 5.0.0 | 10.0.0 | 12.0.0 | 6.0.0 | 1.8.0 | To install from the command line: @@ -76,7 +77,7 @@ By default, on iOS, the plugin will register with APNS. If you want to use FCM o > Note: You need to specify the SENDER_ID variable in your config.xml if you plan on installing/restoring plugins using the prepare method. The prepare method will skip installing the plugin otherwise. ```xml - + ``` ### Cordova-Android 9.x Specifics diff --git a/docs/PLATFORM_SUPPORT.md b/docs/PLATFORM_SUPPORT.md index a5a4bd921..df1967265 100644 --- a/docs/PLATFORM_SUPPORT.md +++ b/docs/PLATFORM_SUPPORT.md @@ -1,40 +1,47 @@ -## Supported Platforms +# Supported Platforms -### Version 4.x.x +## Version 5.x.x -- Cordova CLI (10.0.0 or newer) -- Android (`cordova-android` 12.0.0 or higher) +- Cordova CLI (10.0.0 or higher) +- Cordova Android (12.0.0 or higher) - Browser -- iOS (`cordova-ios` 6.0.0 or higher) +- Cordova iOS (6.0.0 or higher) -### Version 3.x.x +## Version 4.x.x -- Cordova CLI (10.0.0 or newer) -- Android (`cordova-android` 9.0.0 or higher) +- Cordova CLI (10.0.0 or higher) +- Cordova Android (12.0.0 or higher) - Browser -- iOS (`cordova-ios` 6.0.0 or higher) +- Cordova iOS (6.0.0 or higher) + +## Version 3.x.x + +- Cordova CLI (10.0.0 or higher) +- Cordova Android (9.0.0 or higher) +- Browser +- Cordova iOS (6.0.0 or higher) - Windows Universal (not Windows Phone 8) -### Version 2.x.x +## Version 2.x.x -- Cordova CLI (7.1.0 or newer) -- Android (`cordova-android` 7.1.0 or higher) +- Cordova CLI (7.1.0 or higher) +- Cordova Android (7.1.0 or higher) - Browser -- iOS (`cordova-ios` 4.5.0 or higher) +- Cordova iOS (4.5.0 or higher) - Windows Universal (not Windows Phone 8) -### Version 1.9.x +## Version 1.9.x -- Cordova CLI (6.4.0 or newer) -- Android (`cordova-android` 6.0.0 or higher) +- Cordova CLI (6.4.0 or higher) +- Cordova Android (6.0.0 or higher) - Browser -- iOS (`cordova-ios` 4.3.0 or higher) +- Cordova iOS (4.3.0 or higher) - Windows Universal (not Windows Phone 8) -### Version 1.8.x +## Version 1.8.x -- Cordova CLI (3.6.3 or newer) -- Android (`cordova-android` 4.0.0 or higher) +- Cordova CLI (3.6.3 or higher) +- Cordova Android (4.0.0 or higher) - Browser -- iOS (`cordova-ios` 4.1.0 or higher) +- Cordova iOS (4.1.0 or higher) - Windows Universal (not Windows Phone 8)