From fe536252aa63aa5048da29bcffb9cba87321b6ad Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 26 Jan 2019 16:42:58 +1100 Subject: [PATCH] Version bump --- changelog.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 90b2b0f3..56d21f84 100644 --- a/changelog.md +++ b/changelog.md @@ -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) diff --git a/package.json b/package.json index e76341f9..2876f306 100644 --- a/package.json +++ b/package.json @@ -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 ",