Updated: flv.js v1.5.0 -> v1.6.0 (#577)

This commit is contained in:
nobody 2021-07-19 05:40:02 +02:00
parent 459041d7be
commit 036245bc91
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 13 additions and 9 deletions

View File

@ -368,7 +368,7 @@ https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css
https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js
https://cdnjs.cloudflare.com/ajax/libs/fastclick/1.0.6/fastclick.min.js
https://cdnjs.cloudflare.com/ajax/libs/feather-icons/4.28.0/feather.min.js
https://cdnjs.cloudflare.com/ajax/libs/flv.js/1.5.0/flv.min.js
https://cdnjs.cloudflare.com/ajax/libs/flv.js/1.6.0/flv.min.js
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/css/font-awesome.min.css
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/3.2.1/font/fontawesome-webfont.woff
https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css

View File

@ -286,7 +286,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/feather-icons/4.')) {
return '4.28.0';
} else if (type.startsWith('/flv.js/')) {
return '1.5.0';
return '1.6.0';
} else if (type.startsWith('/font-awesome/3.')) {
return '3.2.1';
} else if (type.startsWith('/font-awesome/4.')) {

View File

@ -70,6 +70,7 @@
<li>Updated: vue-i18n v9.1.6 -> v9.1.7 (<a href="https://codeberg.org/nobody/LocalCDN/issues/572">#572</a>)</li>
<li>Updated: angular-material v1.2.2 -> v1.2.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/574">#574</a>)</li>
<li>Updated: gsap v3.7.0 -> v3.7.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/575">#575</a>)</li>
<li>Updated: flv.js v1.5.0 -> v1.6.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/577">#577</a>)</li>
<li><strong>Includes also the following changes, because the release of this version took a long time caused by a broken validation server of Mozilla (<a href="https://codeberg.org/nobody/LocalCDN/issues/490">More information</a>).</strong>
<ul>
<li>Ruleset generator for NoScript (<a href="https://codeberg.org/nobody/LocalCDN/issues/489">#489</a>)</li>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long