Fixed: slick v1.9.0 -> v1.8.1 (#168)

This commit is contained in:
nobody 2020-11-09 18:17:12 +01:00
parent b4bdac774b
commit 6cecdef2aa
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 4 additions and 19 deletions

View File

@ -222,6 +222,7 @@ const Links = {
* See: https://codeberg.org/nobody/LocalCDN/issues/151
*/
const FrameworkAndBundle = {
'resources/slick-carousel/1.9.0/': 'slick',
'resources/anchor-js/4.2.2/': 'AnchorJS',
'resources/plyr/3.5.10/': 'Plyr',
'resources/swiper/5.4.2/': 'Swiper',

View File

@ -326,7 +326,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/simplemde/')) {
return '1.11.2';
} else if (type.startsWith('/slick-carousel/1.')) {
return '1.9.0';
return '1.8.1';
} else if (type.startsWith('/slick-lightbox/0.')) {
return '0.2.12';
} else if (type.startsWith('/socket.io/2.')) {

View File

@ -35,6 +35,7 @@
<li>Fixed: Rule generator</li>
<li>Added CDN: www.gstatic.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/167">#167</a>)</li>
<li>Added: Google Charts (<a href="https://codeberg.org/nobody/LocalCDN/issues/167">#167</a>)</li>
<li>Fixed: slick v1.9.0 -> v1.8.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/168">#168</a>)</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long