Skip to content

Commit

Permalink
Updated for minimal Capacitor 4 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
suchorski authored Sep 18, 2022
1 parent 8f9edf0 commit 1c13f9c
Show file tree
Hide file tree
Showing 4 changed files with 6,258 additions and 1,719 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [4.0.0] - 2022-08-24

### Breaking
* Minimum Capacitor version is **4.0.0**. Only this plugin version supports Capacitor `4.x`!

## [3.0.1] - 2021-08-11

### Docs
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@ See [identity providers](#list-of-providers) the community has already used this

## How to install

For Capacitor v3
For Capacitor v4
```bash
npm i @byteowls/capacitor-oauth2
npx cap sync
```
For Capacitor v3
```bash
npm i @byteowls/capacitor-oauth2@3.0.1
npx cap sync
```
For Capacitor v2 use `2.1.0`
```bash
npm i @byteowls/capacitor-oauth2@2.1.0
Expand All @@ -26,7 +31,8 @@ npx cap sync

| Plugin | For Capacitor | Docs | Notes |
|--------|-------------------|----------------------------------------------------------------------------------------|--------------------------------|
| 3.x | 3.x.x | [README](https://github.com/moberwasserlechner/capacitor-oauth2/blob/main/README.md) | Breaking changes see Changelog. XCode 12.0 needs this version |
| 4.x | 4.x.x | [README](https://github.com/moberwasserlechner/capacitor-oauth2/blob/main/README.md) | Breaking changes see Changelog. XCode 12.0 needs this version |
| 3.x | 3.x.x | [README](https://github.com/moberwasserlechner/capacitor-oauth2/tree/release/3.x/README.md) | Breaking changes see Changelog. XCode 12.0 needs this version |
| 2.x | 2.x.x | [README](https://github.com/moberwasserlechner/capacitor-oauth2/tree/release/2.x/README.md) | Breaking changes see Changelog. XCode 11.4 needs this version |
| 1.x | 1.x.x | [README](https://github.com/moberwasserlechner/capacitor-oauth2/blob/1.1.0/README.md) | |

Expand Down
Loading

0 comments on commit 1c13f9c

Please sign in to comment.