Updated: bodymovin v5.7.11 -> v5.7.12 (#570)

This commit is contained in:
nobody 2021-07-15 07:03:42 +02:00
parent a0caa51914
commit da8b77ea04
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 18 additions and 17 deletions

View File

@ -170,7 +170,7 @@ https://cdnjs.cloudflare.com/ajax/libs/baguettebox.js/1.11.1/baguetteBox.min.js
https://cdnjs.cloudflare.com/ajax/libs/blazy/1.8.2/blazy.min.js
https://cdnjs.cloudflare.com/ajax/libs/bluebird/3.7.2/bluebird.min.js
https://cdnjs.cloudflare.com/ajax/libs/bodymovin/4.13.0/bodymovin.min.js
https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.7.11/lottie.min.js
https://cdnjs.cloudflare.com/ajax/libs/bodymovin/5.7.12/lottie.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/4.4.0/bootbox.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/5.5.2/bootbox.min.js
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-3-typeahead/4.0.2/bootstrap3-typeahead.min.js

View File

@ -187,7 +187,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/bodymovin/4.')) {
return '4.13.0';
} else if (type.startsWith('/bodymovin/5.')) {
return '5.7.11';
return '5.7.12';
} else if (type.startsWith('/bootbox.js/4.')) {
return '4.4.0';
} else if (type.startsWith('/bootbox.js/5.')) {

View File

@ -65,6 +65,7 @@
<li>Fixed: Default charset of HTML filter (<a href="https://codeberg.org/nobody/LocalCDN/issues/567">#567</a>)</li>
<li>Fixed Chromium: Removes metadata only if LocalCDN is enabled (<a href="https://codeberg.org/nobody/LocalCDN/issues/563">#563</a>)</li>
<li>Added: Files of MathJax v2.7.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/568">#568</a>)</li>
<li>Updated: bodymovin v5.7.11 -> v5.7.12 (<a href="https://codeberg.org/nobody/LocalCDN/issues/570">#570</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