leaflet.markercluster v1.5.0 -> v1.5.1 (#652)

This commit is contained in:
nobody 2021-08-29 08:21:39 +02:00
parent d47ef04b5d
commit 31694fe4cf
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 5 additions and 4 deletions

View File

@ -1207,7 +1207,7 @@ https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.js
https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.css
https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.7.1/leaflet.js
https://cdnjs.cloudflare.com/ajax/libs/Leaflet.EasyButton/2.4.0/easy-button.min.js
https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.5.0/leaflet.markercluster.js
https://cdnjs.cloudflare.com/ajax/libs/leaflet.markercluster/1.5.1/leaflet.markercluster.js
https://cdnjs.cloudflare.com/ajax/libs/libphonenumber-js/1.9.25/libphonenumber-js.min.js
https://cdnjs.cloudflare.com/ajax/libs/libsodium-wrappers/0.5.4/sodium.min.js
https://cdnjs.cloudflare.com/ajax/libs/lightcase/2.5.0/css/lightcase.min.css

View File

@ -427,7 +427,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/leaflet.featuregroup.subgroup/1.')) {
return '1.0.2';
} else if (type.startsWith('/leaflet.markercluster/1.')) {
return '1.5.0';
return '1.5.1';
} else if (type.startsWith('/libphonenumber-js/1.')) {
return '1.9.25';
} else if (type.startsWith('/libsodium-wrappers/0.')) {

View File

@ -28,6 +28,7 @@
<p>Updated</p>
<ul>
<li>DataTables v1.10.25 -> v1.11.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/651">#651</a>)</li>
<li>leaflet.markercluster v1.5.0 -> v1.5.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/652">#652</a>)</li>
</ul>
</div>
<div id="generator-section">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long