From a3e6964428f3f880820e11be1de275f386189781 Mon Sep 17 00:00:00 2001 From: nobody Date: Sat, 7 Dec 2024 08:19:37 +0100 Subject: [PATCH] lightgallery v2.7.2 -> v2.8.1 --- THIRD_PARTY.txt | 6 +++--- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + .../lightgallery/2.7.2/js/lightgallery.min.jsm | 8 -------- .../{2.7.2 => 2.8.1}/css/lightgallery.min.css | 2 +- .../lightgallery/{2.7.2 => 2.8.1}/fonts/lg.woff | Bin .../lightgallery/2.8.1/js/lightgallery.min.jsm | 8 ++++++++ 7 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 resources/lightgallery/2.7.2/js/lightgallery.min.jsm rename resources/lightgallery/{2.7.2 => 2.8.1}/css/lightgallery.min.css (60%) rename resources/lightgallery/{2.7.2 => 2.8.1}/fonts/lg.woff (100%) create mode 100644 resources/lightgallery/2.8.1/js/lightgallery.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 359f98db..cbafdd65 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -859,9 +859,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.7.2/css/lightgallery.min.css -https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.7.2/fonts/lg.woff -https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.7.2/lightgallery.min.js +https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.8.1/css/lightgallery.min.css +https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.8.1/fonts/lg.woff +https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.8.1/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 diff --git a/modules/internal/targets.js b/modules/internal/targets.js index abab8d0e..5f586b37 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -318,7 +318,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/lightbox2/2.')) return '2.11.5'; if (type.startsWith('/lightcase/2.')) return '2.5.0'; if (type.startsWith('/lightgallery/1.')) return '1.10.0'; - if (type.startsWith('/lightgallery/2.')) return '2.7.2'; + if (type.startsWith('/lightgallery/2.')) return '2.8.1'; if (type.startsWith('/lodash.js/3.')) return '3.10.1'; if (type.startsWith('/lodash.js/4.')) return '4.17.21'; if (type.startsWith('/lozad')) return '1.16.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 0e1dd277..cc8ec7b9 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -34,6 +34,7 @@
  • font-awesome v6.6.0 -> v6.7.1
  • instantsearch.js v4.75.3 -> v4.75.5
  • libphonenumber-js v1.11.12 -> v1.11.15
  • +
  • lightgallery v2.7.2 -> v2.8.1
  • Added