From 1113216cb3adb67c48d8f255802e3b4eb3f3576c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Thu, 21 Nov 2024 10:30:29 +0900 Subject: [PATCH] docs: update to include 5.0.0 --- docs/INSTALLATION.md | 3 ++- docs/PLATFORM_SUPPORT.md | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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 7cb3d92f5..df1967265 100644 --- a/docs/PLATFORM_SUPPORT.md +++ b/docs/PLATFORM_SUPPORT.md @@ -1,5 +1,12 @@ # Supported Platforms +## Version 5.x.x + +- Cordova CLI (10.0.0 or higher) +- Cordova Android (12.0.0 or higher) +- Browser +- Cordova iOS (6.0.0 or higher) + ## Version 4.x.x - Cordova CLI (10.0.0 or higher)