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

Updated: findify-bundle v7.0.3 (#464)

This commit is contained in:
nobody
2021-05-18 06:10:49 +02:00
parent e9c4a003d0
commit ef1f6011fa
12 changed files with 2927 additions and 1 deletions

View File

@@ -272,7 +272,8 @@ targets.setLastVersion = function (type, version) {
return '3.1.0';
} else if (type.startsWith('findify')) {
if (helpers.compareVersion('6.9.15', version)) return '6.9.15'; // <= 6.9.15
else return '6.17.0';
else if (helpers.compareVersion('6.17.0', version)) return '6.17.0'; // > 6.9.15 to <= 6.17.0
else return '7.0.3';
} else if (type.startsWith('/fancybox/2.')) {
return '2.1.7';
} else if (type.startsWith('/fancybox/3.')) {