diff options
author | Sam Potts <sam@potts.es> | 2018-06-29 00:43:02 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2018-06-29 00:43:02 +1000 |
commit | 7de9fd1d65471d54410b6a0069893a38eb1cbb22 (patch) | |
tree | 47d6c6d997802e7d3efcad41d16d158af915084c /changelog.md | |
parent | ac64350a5fb658f0c9d96063a3cdb8871669cd55 (diff) | |
parent | 566c05983233f935b2d537b4f9f682e464aab27c (diff) | |
download | plyr-7de9fd1d65471d54410b6a0069893a38eb1cbb22.tar.lz plyr-7de9fd1d65471d54410b6a0069893a38eb1cbb22.tar.xz plyr-7de9fd1d65471d54410b6a0069893a38eb1cbb22.zip |
Merge branch 'develop'
# Conflicts:
# changelog.md
# demo/dist/demo.css
# demo/dist/demo.js.map
# demo/dist/demo.min.js
# demo/dist/demo.min.js.map
# dist/plyr.css
# dist/plyr.js.map
# dist/plyr.min.js.map
# dist/plyr.polyfilled.js.map
# dist/plyr.polyfilled.min.js
# dist/plyr.polyfilled.min.js.map
# package.json
# readme.md
# src/js/plyr.js
# src/js/plyr.polyfilled.js
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index e96c3a2e..44cbeb81 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,11 @@ + +# v3.3.21 + +- Hide currentTime and progress for streams (thanks @mimse) +- Fixed condition check (thanks @mimse) +- Handle undefined this.player.elements.buttons.play (thanks @klassicd) +- Fix captions.toggle() if there is no toggle button (thanks @friday) + # v3.3.20 - Fix for bug where controls wouldn't show on hover over YouTube video |