From d1d22630e28ae197788a6c7c6016187871a4ca73 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 21 Sep 2023 18:49:32 +0200 Subject: [PATCH] lightgallery v2.7.1 -> v2.7.2 (#1542) --- THIRD_PARTY.txt | 6 +++--- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + .../lightgallery/2.7.1/js/lightgallery.min.jsm | 8 -------- .../{2.7.1 => 2.7.2}/css/lightgallery.min.css | 0 .../lightgallery/{2.7.1 => 2.7.2}/fonts/lg.woff | Bin .../lightgallery/2.7.2/js/lightgallery.min.jsm | 8 ++++++++ 7 files changed, 13 insertions(+), 12 deletions(-) delete mode 100644 resources/lightgallery/2.7.1/js/lightgallery.min.jsm rename resources/lightgallery/{2.7.1 => 2.7.2}/css/lightgallery.min.css (100%) rename resources/lightgallery/{2.7.1 => 2.7.2}/fonts/lg.woff (100%) create mode 100644 resources/lightgallery/2.7.2/js/lightgallery.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 9a6a9c17..7dda6f8c 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1274,9 +1274,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.1/css/lightgallery.min.css -https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.7.1/fonts/lg.woff -https://cdnjs.cloudflare.com/ajax/libs/lightgallery/2.7.1/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/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 90f54aa3..d6beaeb9 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.4'; 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.1'; + if (type.startsWith('/lightgallery/2.')) return '2.7.2'; 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 86263f03..2e6cdc74 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -40,6 +40,7 @@
  • bootstrap-icons v1.10.5 -> v1.11.1 (#1539)
  • dayjs v1.11.9 -> v1.11.10 (#1540)
  • bootswatch v5.3.1 -> v5.3.2 (#1541)
  • +
  • lightgallery v2.7.1 -> v2.7.2 (#1542)
  • Fixed