mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-01-27 09:41:27 +01:00
Updated: lightgallery v2.1.5 (#517)
This commit is contained in:
parent
fe0d9cc10d
commit
65d1d54ae8
@ -1195,6 +1195,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/fonts/lg.woff
|
||||
https://cdnjs.cloudflare.com/ajax/libs/lightgallery/1.10.0/js/lightgallery.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.1.5/css/lightgallery.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.1.5/fonts/lg.woff
|
||||
https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.1.5/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/4.17.21/lodash.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/lozad.js/1.16.0/lozad.min.js
|
||||
|
@ -414,6 +414,8 @@ targets.setLastVersion = function (type, version) {
|
||||
return '2.5.0';
|
||||
} else if (type.startsWith('/lightgallery/1.')) {
|
||||
return '1.10.0';
|
||||
} else if (type.startsWith('/lightgallery/2.')) {
|
||||
return '2.1.5';
|
||||
} else if (type.startsWith('/noUiSlider/15.')) {
|
||||
return '15.1.1';
|
||||
} else if (type.startsWith('/noUiSlider/14.')) {
|
||||
|
@ -55,6 +55,7 @@
|
||||
<li>Updated: snowplow v2.17.3 -> v2.18.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/513">#513</a>)</li>
|
||||
<li>Updated: jquery-csv v1.0.11 -> v1.0.16 (<a href="https://codeberg.org/nobody/LocalCDN/issues/514">#514</a>)</li>
|
||||
<li>Updated: mdbootstrap v4.19.1 -> v4.19.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/515">#515</a>)</li>
|
||||
<li>Updated: lightgallery v2.1.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/517">#517</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
1
resources/lightgallery/2.1.5/css/lightgallery.min.css
vendored
Normal file
1
resources/lightgallery/2.1.5/css/lightgallery.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
resources/lightgallery/2.1.5/fonts/lg.woff
Normal file
BIN
resources/lightgallery/2.1.5/fonts/lg.woff
Normal file
Binary file not shown.
8
resources/lightgallery/2.1.5/js/lightgallery.min.jsm
Normal file
8
resources/lightgallery/2.1.5/js/lightgallery.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user