mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-18 12:50:49 +01:00
lightgallery v2.2.1 -> v2.3.0 (#749)
This commit is contained in:
parent
dcf380137f
commit
c513b5faa7
@ -1230,9 +1230,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.2.1/css/lightgallery.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.2.1/fonts/lg.woff
|
||||
https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.2.1/lightgallery.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.3.0/css/lightgallery.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.3.0/fonts/lg.woff
|
||||
https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.3.0/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
|
||||
|
@ -427,7 +427,7 @@ targets.setLastVersion = function (type, version) {
|
||||
} else if (type.startsWith('/lightgallery/1.')) {
|
||||
return '1.10.0';
|
||||
} else if (type.startsWith('/lightgallery/2.')) {
|
||||
return '2.2.1';
|
||||
return '2.3.0';
|
||||
} else if (type.startsWith('/lodash.js/3.')) {
|
||||
return '3.10.1';
|
||||
} else if (type.startsWith('/lodash.js/4.')) {
|
||||
|
@ -42,6 +42,7 @@
|
||||
<li>axios v0.23.0 -> v0.24.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/746">#746</a>)</li>
|
||||
<li>react-redux v7.2.5 -> v7.2.6 (<a href="https://codeberg.org/nobody/LocalCDN/issues/747">#747</a>)</li>
|
||||
<li>twitter-bootstrap v4.6.0 -> v4.6.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/748">#748</a>)</li>
|
||||
<li>lightgallery v2.2.1 -> v2.3.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/749">#749</a>)</li>
|
||||
</ul>
|
||||
<p>Improved</p>
|
||||
<ul>
|
||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
resources/lightgallery/2.3.0/css/lightgallery.min.css
vendored
Normal file
1
resources/lightgallery/2.3.0/css/lightgallery.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
8
resources/lightgallery/2.3.0/js/lightgallery.min.jsm
Normal file
8
resources/lightgallery/2.3.0/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