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 /readme.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 'readme.md')
-rw-r--r-- | readme.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -132,13 +132,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.3.20/plyr.js"></script> +<script src="https://cdn.plyr.io/3.3.21/plyr.js"></script> ``` ...or... ```html -<script src="https://cdn.plyr.io/3.3.20/plyr.polyfilled.js"></script> +<script src="https://cdn.plyr.io/3.3.21/plyr.polyfilled.js"></script> ``` ### CSS @@ -152,13 +152,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.3.20/plyr.css"> +<link rel="stylesheet" href="https://cdn.plyr.io/3.3.21/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.3.20/plyr.svg`. +reference, the CDN hosted SVG sprite can be found at `https://cdn.plyr.io/3.3.21/plyr.svg`. ## Ads |