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

Added: lightGallery v1.9.0 (#161)

This commit is contained in:
nobody
2020-11-03 20:42:19 +01:00
parent 33ea9ccf06
commit a4a37c5c4e
8 changed files with 22 additions and 0 deletions

View File

@ -501,6 +501,8 @@ helpers.setLastVersion = function (type, version) {
return '1.7.53';
} else if (type.includes('/libsodium.js/0.')) {
return '0.5.4';
} else if (type.includes('/lightgallery/1.')) {
return '1.9.0';
} else if (type.includes('/lodash.js/4.')) {
return '4.17.10';
} else if (type.includes('/lodash.js/3.')) {
@ -653,6 +655,8 @@ helpers.compareVersion = function (v1, v2) {
};
const ListOfFiles = {
'lightgallery-all.min.jsm': 'lightGallery (JS)',
'lightgallery.min.css': 'lightGallery (CSS)',
'sodium.min.jsm': 'libsodium.js',
'polyfill.min.jsm': 'Babel Polyfill',
'video-js.min.css': 'Video.js (CSS)',