diff options
author | Sam Potts <me@sampotts.me> | 2016-10-23 13:48:05 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2016-10-23 13:48:05 +1100 |
commit | a509a5e1bc6a1ada4e56e326f01396292821bf27 (patch) | |
tree | dc12d1e02c58528b36533e4befb01b56a7320c76 /src | |
parent | bec10e7836295b955128a76b1c1cd1d381cde272 (diff) | |
download | plyr-a509a5e1bc6a1ada4e56e326f01396292821bf27.tar.lz plyr-a509a5e1bc6a1ada4e56e326f01396292821bf27.tar.xz plyr-a509a5e1bc6a1ada4e56e326f01396292821bf27.zip |
v2.0.8
- Added `isPaused()` API method (thanks to @darrena092)
- Allowed `.on()` API method to be chainable (thanks to @gurupras) (fixes #357)
- Improved the "awful" rendering of captions on small screens in fullscreen mode (fixes #390)
- Fix for Firefox VTT compatibility (thanks to @magourex)
- Fix for Firefox Developer Edition blank video due to `-webkit-mask-image` issue (fixes #392)
- Added Issue and PR templates with the aim of reducing duplicate or duff issues
Diffstat (limited to 'src')
-rw-r--r-- | src/js/plyr.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js index 73389bf2..703aee9c 100644 --- a/src/js/plyr.js +++ b/src/js/plyr.js @@ -1,6 +1,6 @@ // ========================================================================== // Plyr -// plyr.js v2.0.7 +// plyr.js v2.0.8 // https://github.com/selz/plyr // License: The MIT License (MIT) // ========================================================================== @@ -43,7 +43,7 @@ displayDuration: true, loadSprite: true, iconPrefix: 'plyr', - iconUrl: 'https://cdn.plyr.io/2.0.7/plyr.svg', + iconUrl: 'https://cdn.plyr.io/2.0.8/plyr.svg', clickToPlay: true, hideControls: true, showPosterOnEnd: false, |