Skip to content

Commit

Permalink
fix Readme & Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jepiqueau committed Sep 5, 2022
1 parent 2858cae commit c8e0062
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@

- Update to Capacitor 4.0.1

## 3.7.5 (2022-09-05)

### Bug Fixes

- Android Fix bug in initPlayer with permissions

## 3.7.4 (2022-09-03)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion android/.settings/org.eclipse.buildship.core.prefs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
arguments=--init-script /var/folders/jz/m6091z2x6yn18q_qgnsy42lm0000gn/T/init10560823489990595342.gradle --init-script /var/folders/jz/m6091z2x6yn18q_qgnsy42lm0000gn/T/init13374914143806251596.gradle
arguments=--init-script /var/folders/jz/m6091z2x6yn18q_qgnsy42lm0000gn/T/init12484989191574167869.gradle --init-script /var/folders/jz/m6091z2x6yn18q_qgnsy42lm0000gn/T/init5718432896269751373.gradle
auto.sync=false
build.scans.enabled=false
connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER)
Expand Down
10 changes: 9 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ the normal videos not requiring permissions are not displayed

Fix in 4.1.0-1

## FOR CAPACITOR 3 (v3.7.4)
## LAST3 FOR CAPACITOR 3 (3.7.x)

🚨 Since release 3.7.2 ->> 🚨

Expand Down Expand Up @@ -82,6 +82,14 @@ meaning that it will not work in IE11 without additional JavaScript transformati

## Installation

### Release 3.7.5

```bash
npm install --save capacitor-video-player@last3
npx cap sync
npx cap sync @capacitor-community/electron
```

### Release 2.4.7

```bash
Expand Down

0 comments on commit c8e0062

Please sign in to comment.