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

Added AngularJS v1.6.1 to fix #53

This commit is contained in:
nobody42
2020-04-13 07:07:13 +02:00
parent 1e72408bcf
commit e6b958704a
5 changed files with 351 additions and 1 deletions

View File

@ -397,7 +397,8 @@ helpers.setLastVersion = function (type, version) {
if (type.includes('/algoliasearch/3.')) {
version = '3.35.1';
} else if (type.includes('/angularjs/1.')) {
version = '1.7.9';
if (helpers.compareVersion('1.6.2', requestVersion)) version = '1.6.1'; // < v1.6.1
else version = '1.7.9';
} else if (type.includes('/angularjs-slider/6.')) {
version = '6.7.0';
} else if (type.includes('/angular-ui-bootstrap/1.')) {