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

findify-bundle v7.1.14 -> v7.1.17 (#795)

This commit is contained in:
nobody
2021-12-04 08:06:26 +01:00
parent 4c8ad80dd4
commit 7330acd88b
14 changed files with 14 additions and 13 deletions

View File

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