Minor bug fix for clicking video to play/pause after source change

This commit is contained in:
Sam Potts
2016-01-19 11:36:30 +11:00
parent fd12247a62
commit b9177e7892
4 changed files with 13 additions and 7 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## v1.5.4
- Minor bug fix for clicking video to play/pause after source change
## v1.5.3
- Minor bug fix for occasional display of 0:00 as the media duration
## v1.5.2
- `handlers` option renamed to `listeners`
- Added event listeners for all types to the plyr container (playback, fullscreen, captions etc - see docs)