1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

slick-carousel v1.8.1 (#650)

This commit is contained in:
nobody
2021-08-28 07:13:57 +02:00
parent c0f5255d81
commit 14b8151f66
6 changed files with 10 additions and 0 deletions

View File

@@ -560,6 +560,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/simplemde/')) {
return '1.11.2';
} else if (type.startsWith('/slick-carousel/1.')) {
if (helpers.compareVersion('1.8.1', version)) return '1.8.1'; // <= v1.8.1
return '1.9.0';
} else if (type.startsWith('/slick-lightbox/0.')) {
return '0.2.12';