Updated: lightgallery v2.1.5 (#517)

This commit is contained in:
nobody 2021-06-13 06:29:48 +02:00
parent fe0d9cc10d
commit 65d1d54ae8
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 15 additions and 0 deletions

View File

@ -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

View File

@ -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.')) {

View File

@ -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">

File diff suppressed because one or more lines are too long

Binary file not shown.

File diff suppressed because one or more lines are too long