Version bump

This commit is contained in:
Sam Potts 2019-01-26 16:42:58 +11:00
parent 52be5ae889
commit fe536252aa
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
## v3.5.0
- Preview seek/scrubbing thumbnails (thanks @jamesoflol)
- Fixes for proxy listeners (thanks @gurupras)
- Fix for buffer progress transition on WebKit (thanks @samuelgozi)
- Fix for error when mime type not specified (fixes #1274)
- support Youtube noCookie Mode (thanks Omar Khatib)
- Add Angular plugin reference (thanks @smnbbrv)
- Use Math.trunc instead of parseInt (thanks @taion)
- Many fixes for fullscreen in embedded players with non 16:9 screens or videos
- Added 'force' fallback option for fullscreen
### v3.4.7
- Fix for Vimeo fullscreen with non native aspect ratios (fixes #854)

View File

@ -1,6 +1,6 @@
{
"name": "plyr",
"version": "3.4.7",
"version": "3.5.0",
"description": "A simple, accessible and customizable HTML5, YouTube and Vimeo media player",
"homepage": "https://plyr.io",
"author": "Sam Potts <sam@potts.es>",