Skip to content

Commit

Permalink
docs: update to include 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Nov 21, 2024
1 parent d4ffe34 commit 1113216
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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
<plugin name="@havesource/cordova-plugin-push" spec="3.0.0" />
<plugin name="@havesource/cordova-plugin-push" spec="5.0.0" />
```

### Cordova-Android 9.x Specifics
Expand Down
7 changes: 7 additions & 0 deletions docs/PLATFORM_SUPPORT.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 1113216

Please sign in to comment.