Skip to content

Commit

Permalink
doc: formatting and including 5.0.0 (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored Nov 21, 2024
1 parent 47cf5fe commit 36f6bc7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 22 deletions.
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
49 changes: 28 additions & 21 deletions docs/PLATFORM_SUPPORT.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 36f6bc7

Please sign in to comment.