aboutsummaryrefslogtreecommitdiffstats
path: root/src/js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2018-09-25 23:36:50 +1000
committerSam Potts <sam@potts.es>2018-09-25 23:36:50 +1000
commitde4707125638dc1b04da0b4cf690fb2259fefd63 (patch)
treec940e0ef67e8ca4c45d48300f462fc92132ddc84 /src/js
parent87072cb690002a6da71f77030d3d7f41c2edc050 (diff)
downloadplyr-de4707125638dc1b04da0b4cf690fb2259fefd63.tar.lz
plyr-de4707125638dc1b04da0b4cf690fb2259fefd63.tar.xz
plyr-de4707125638dc1b04da0b4cf690fb2259fefd63.zip
v3.4.4
- Fixed issue with double binding for `click` and `touchstart` for `clickToPlay` option - Improved "faux" fullscreen on iPhone X/XS phones with notch - Babel 7 upgrade (which reduced the polyfilled build by ~10kb!)
Diffstat (limited to 'src/js')
-rw-r--r--src/js/plyr.js2
-rw-r--r--src/js/plyr.polyfilled.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js
index a9e7a5e5..77582dd7 100644
--- a/src/js/plyr.js
+++ b/src/js/plyr.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Plyr
-// plyr.js v3.4.3
+// plyr.js v3.4.4
// https://github.com/sampotts/plyr
// License: The MIT License (MIT)
// ==========================================================================
diff --git a/src/js/plyr.polyfilled.js b/src/js/plyr.polyfilled.js
index d4c76903..3fe2af1c 100644
--- a/src/js/plyr.polyfilled.js
+++ b/src/js/plyr.polyfilled.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Plyr Polyfilled Build
-// plyr.js v3.4.3
+// plyr.js v3.4.4
// https://github.com/sampotts/plyr
// License: The MIT License (MIT)
// ==========================================================================