aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2020-05-04 21:38:10 +1000
committerSam Potts <sam@potts.es>2020-10-19 21:42:19 +1100
commit93eed08d1433f6379d616252549f8c606d41f778 (patch)
tree96021349186d1ebab880849c1b5ada355599b852
parent18b3f23c694b9b3154788fa0f612621be8618a2b (diff)
downloadplyr-93eed08d1433f6379d616252549f8c606d41f778.tar.lz
plyr-93eed08d1433f6379d616252549f8c606d41f778.tar.xz
plyr-93eed08d1433f6379d616252549f8c606d41f778.zip
v3.6.2
-rw-r--r--README.md8
-rw-r--r--demo/dist/demo.js2
-rw-r--r--dist/plyr.js2
-rw-r--r--dist/plyr.mjs2
-rw-r--r--dist/plyr.polyfilled.js2
-rw-r--r--dist/plyr.polyfilled.mjs2
-rw-r--r--src/js/config/defaults.js2
-rw-r--r--src/js/plyr.js2
-rw-r--r--src/js/plyr.polyfilled.js2
9 files changed, 12 insertions, 12 deletions
diff --git a/README.md b/README.md
index aab910a7..56255744 100644
--- a/README.md
+++ b/README.md
@@ -134,13 +134,13 @@ See [initialising](#initialising) for more information on advanced setups.
You can use our CDN (provided by [Fastly](https://www.fastly.com/)) for the JavaScript. There's 2 versions; one with and one without [polyfills](#polyfills). My recommendation would be to manage polyfills seperately as part of your application but to make life easier you can use the polyfilled build.
```html
-<script src="https://cdn.plyr.io/3.6.1/plyr.js"></script>
+<script src="https://cdn.plyr.io/3.6.2/plyr.js"></script>
```
...or...
```html
-<script src="https://cdn.plyr.io/3.6.1/plyr.polyfilled.js"></script>
+<script src="https://cdn.plyr.io/3.6.2/plyr.polyfilled.js"></script>
```
## CSS
@@ -154,13 +154,13 @@ Include the `plyr.css` stylsheet into your `<head>`.
If you want to use our CDN (provided by [Fastly](https://www.fastly.com/)) for the default CSS, you can use the following:
```html
-<link rel="stylesheet" href="https://cdn.plyr.io/3.6.1/plyr.css" />
+<link rel="stylesheet" href="https://cdn.plyr.io/3.6.2/plyr.css" />
```
## SVG Sprite
The SVG sprite is loaded automatically from our CDN (provided by [Fastly](https://www.fastly.com/)). To change this, see the [options](#options) below. For
-reference, the CDN hosted SVG sprite can be found at `https://cdn.plyr.io/3.6.1/plyr.svg`.
+reference, the CDN hosted SVG sprite can be found at `https://cdn.plyr.io/3.6.2/plyr.svg`.
# Ads
diff --git a/demo/dist/demo.js b/demo/dist/demo.js
index 64a27148..4f290b9d 100644
--- a/demo/dist/demo.js
+++ b/demo/dist/demo.js
@@ -24003,7 +24003,7 @@ typeof navigator === "object" && (function () {
// Sprite (for icons)
loadSprite: true,
iconPrefix: 'plyr',
- iconUrl: 'https://cdn.plyr.io/3.6.1/plyr.svg',
+ iconUrl: 'https://cdn.plyr.io/3.6.2/plyr.svg',
// Blank video (used to prevent errors on source change)
blankVideo: 'https://cdn.plyr.io/static/blank.mp4',
// Quality default
diff --git a/dist/plyr.js b/dist/plyr.js
index 4c432522..7a673573 100644
--- a/dist/plyr.js
+++ b/dist/plyr.js
@@ -3659,7 +3659,7 @@ typeof navigator === "object" && (function (global, factory) {
// Sprite (for icons)
loadSprite: true,
iconPrefix: 'plyr',
- iconUrl: 'https://cdn.plyr.io/3.6.1/plyr.svg',
+ iconUrl: 'https://cdn.plyr.io/3.6.2/plyr.svg',
// Blank video (used to prevent errors on source change)
blankVideo: 'https://cdn.plyr.io/static/blank.mp4',
// Quality default
diff --git a/dist/plyr.mjs b/dist/plyr.mjs
index d2c9198e..33e40f7e 100644
--- a/dist/plyr.mjs
+++ b/dist/plyr.mjs
@@ -3653,7 +3653,7 @@ var defaults$1 = {
// Sprite (for icons)
loadSprite: true,
iconPrefix: 'plyr',
- iconUrl: 'https://cdn.plyr.io/3.6.1/plyr.svg',
+ iconUrl: 'https://cdn.plyr.io/3.6.2/plyr.svg',
// Blank video (used to prevent errors on source change)
blankVideo: 'https://cdn.plyr.io/static/blank.mp4',
// Quality default
diff --git a/dist/plyr.polyfilled.js b/dist/plyr.polyfilled.js
index 59c3fa58..bb061bed 100644
--- a/dist/plyr.polyfilled.js
+++ b/dist/plyr.polyfilled.js
@@ -9984,7 +9984,7 @@ typeof navigator === "object" && (function (global, factory) {
// Sprite (for icons)
loadSprite: true,
iconPrefix: 'plyr',
- iconUrl: 'https://cdn.plyr.io/3.6.1/plyr.svg',
+ iconUrl: 'https://cdn.plyr.io/3.6.2/plyr.svg',
// Blank video (used to prevent errors on source change)
blankVideo: 'https://cdn.plyr.io/static/blank.mp4',
// Quality default
diff --git a/dist/plyr.polyfilled.mjs b/dist/plyr.polyfilled.mjs
index 19e38899..e92d0f13 100644
--- a/dist/plyr.polyfilled.mjs
+++ b/dist/plyr.polyfilled.mjs
@@ -9978,7 +9978,7 @@ var defaults$1 = {
// Sprite (for icons)
loadSprite: true,
iconPrefix: 'plyr',
- iconUrl: 'https://cdn.plyr.io/3.6.1/plyr.svg',
+ iconUrl: 'https://cdn.plyr.io/3.6.2/plyr.svg',
// Blank video (used to prevent errors on source change)
blankVideo: 'https://cdn.plyr.io/static/blank.mp4',
// Quality default
diff --git a/src/js/config/defaults.js b/src/js/config/defaults.js
index 7c6a708e..8f5d081b 100644
--- a/src/js/config/defaults.js
+++ b/src/js/config/defaults.js
@@ -61,7 +61,7 @@ const defaults = {
// Sprite (for icons)
loadSprite: true,
iconPrefix: 'plyr',
- iconUrl: 'https://cdn.plyr.io/3.6.1/plyr.svg',
+ iconUrl: 'https://cdn.plyr.io/3.6.2/plyr.svg',
// Blank video (used to prevent errors on source change)
blankVideo: 'https://cdn.plyr.io/static/blank.mp4',
diff --git a/src/js/plyr.js b/src/js/plyr.js
index 4b29acd2..f1dcc68a 100644
--- a/src/js/plyr.js
+++ b/src/js/plyr.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Plyr
-// plyr.js v3.6.1
+// plyr.js v3.6.2
// 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 3d148566..ca511c29 100644
--- a/src/js/plyr.polyfilled.js
+++ b/src/js/plyr.polyfilled.js
@@ -1,6 +1,6 @@
// ==========================================================================
// Plyr Polyfilled Build
-// plyr.js v3.6.1
+// plyr.js v3.6.2
// https://github.com/sampotts/plyr
// License: The MIT License (MIT)
// ==========================================================================