diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 31b1dd73..5956aa17 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1248,8 +1248,8 @@ https://cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.css 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/1.8.0/leaflet.css -https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.8.0/leaflet.js +https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.0/leaflet.css +https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.0/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.3/leaflet.markercluster.js https://cdnjs.cloudflare.com/ajax/libs/libphonenumber-js/1.10.13/libphonenumber-js.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 20d91d5c..d871a5e4 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -305,7 +305,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/leaflet/0.')) return '0.7.7'; if (type.startsWith('/leaflet/1.')) { if (helpers.compareVersion('1.7.1', version)) return '1.7.1'; // <= v1.7.1 - return '1.8.0'; + return '1.9.0'; } if (type.startsWith('/Leaflet.EasyButton/2.')) return '2.4.0'; if (type.startsWith('/leaflet.featuregroup.subgroup/1.')) return '1.0.2'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 0de9e641..2d110d19 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -25,6 +25,10 @@

New in LocalCDN:

+

Updated

+

Added