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

Added AngularJS v1.4.14

This commit is contained in:
nobody42
2020-05-05 07:38:41 +02:00
parent 990e2e14d5
commit 2f4531941a
14 changed files with 501 additions and 1 deletions

View File

@@ -447,7 +447,8 @@ helpers.setLastVersion = function (type, version) {
version = '3.35.1';
} else if (type.includes('/angularjs/1.')) {
if (helpers.compareVersion('1.3.13', requestVersion)) version = '1.3.13'; // <= v1.3.13
else if (helpers.compareVersion('1.5.11', requestVersion)) version = '1.5.11'; // > 1.3.13 to <= 1.5.11
else if (helpers.compareVersion('1.4.14', requestVersion)) version = '1.4.14'; // > 1.3.13 to <= 1.4.14
else if (helpers.compareVersion('1.5.11', requestVersion)) version = '1.5.11'; // > 1.4.14 to <= 1.5.11
else if (helpers.compareVersion('1.6.10', requestVersion)) version = '1.6.10'; // > 1.5.11 to <= 1.6.10
else version = '1.7.9'; // >= 1.6.11
} else if (type.includes('/angularjs-slider/6.')) {