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

lightgallery v2.8.1 -> v2.8.3

This commit is contained in:
nobody
2025-03-28 18:56:03 +01:00
parent aa7ccd999e
commit 93517873b7
7 changed files with 13 additions and 12 deletions

View File

@@ -1136,9 +1136,9 @@ https://cdnjs.cloudflare.com/ajax/libs/lightcase/2.5.0/js/lightcase.min.js
https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.10.0/css/lightgallery.min.css https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.10.0/css/lightgallery.min.css
https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.10.0/fonts/lg.woff https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.10.0/fonts/lg.woff
https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.10.0/js/lightgallery.min.js https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.10.0/js/lightgallery.min.js
https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.8.1/css/lightgallery.min.css https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.8.3/css/lightgallery.min.css
https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.8.1/fonts/lg.woff https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.8.3/fonts/lg.woff
https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.8.1/lightgallery.min.js https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.8.3/lightgallery.min.js
https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.10.1/lodash.min.js https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.10.1/lodash.min.js
https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.21/lodash.min.js https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.21/lodash.min.js
https://cdnjs.cloudflare.com/ajax/libs/lozad.js/1.16.0/lozad.min.js https://cdnjs.cloudflare.com/ajax/libs/lozad.js/1.16.0/lozad.min.js

View File

@@ -318,7 +318,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/lightbox2/2.')) return '2.11.5'; if (type.startsWith('/lightbox2/2.')) return '2.11.5';
if (type.startsWith('/lightcase/2.')) return '2.5.0'; if (type.startsWith('/lightcase/2.')) return '2.5.0';
if (type.startsWith('/lightgallery/1.')) return '1.10.0'; if (type.startsWith('/lightgallery/1.')) return '1.10.0';
if (type.startsWith('/lightgallery/2.')) return '2.8.1'; if (type.startsWith('/lightgallery/2.')) return '2.8.3';
if (type.startsWith('/lodash.js/3.')) return '3.10.1'; if (type.startsWith('/lodash.js/3.')) return '3.10.1';
if (type.startsWith('/lodash.js/4.')) return '4.17.21'; if (type.startsWith('/lodash.js/4.')) return '4.17.21';
if (type.startsWith('/lozad')) return '1.16.0'; if (type.startsWith('/lozad')) return '1.16.0';

View File

@@ -37,6 +37,7 @@
<li>instantsearch.js v4.75.7 -> v4.77.0</li> <li>instantsearch.js v4.75.7 -> v4.77.0</li>
<li>jquery-mousewheel v3.1.13 -> v3.2.2</li> <li>jquery-mousewheel v3.1.13 -> v3.2.2</li>
<li>libphonenumber-js v1.11.17 -> v1.11.18</li> <li>libphonenumber-js v1.11.17 -> v1.11.18</li>
<li>lightgallery v2.8.1 -> v2.8.3</li>
</ul> </ul>
<p>Fixed</p> <p>Fixed</p>
<ul> <ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long