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

Update: fancybox v2.1.5 -> v2.1.7 (#399)

This commit is contained in:
nobody
2021-04-23 18:19:07 +02:00
parent 62b3994feb
commit 38894b002e
9 changed files with 12 additions and 205 deletions

View File

@@ -253,7 +253,7 @@ targets.setLastVersion = function (type, version) {
if (helpers.compareVersion('6.9.15', version)) return '6.9.15'; // <= 6.9.15
else return '6.17.0';
} else if (type.startsWith('/fancybox/2.')) {
return '2.1.5';
return '2.1.7';
} else if (type.startsWith('/fancybox/3.')) {
return '3.5.7';
} else if (type.startsWith('/feather-icons/4.')) {