From 4cfa3357e6fcb122b8af097c87458b984eff6e42 Mon Sep 17 00:00:00 2001 From: nobody Date: Thu, 9 Jan 2025 06:55:17 +0100 Subject: [PATCH] bootstrap-table v1.23.5 -> v1.24.0 --- THIRD_PARTY.txt | 4 ++-- modules/internal/targets.js | 2 +- pages/updates/updates.html | 1 + .../bootstrap-table/1.23.5/bootstrap-table.min.jsm | 10 ---------- .../{1.23.5 => 1.24.0}/bootstrap-table.min.css | 2 +- .../bootstrap-table/1.24.0/bootstrap-table.min.jsm | 10 ++++++++++ 6 files changed, 15 insertions(+), 14 deletions(-) delete mode 100644 resources/bootstrap-table/1.23.5/bootstrap-table.min.jsm rename resources/bootstrap-table/{1.23.5 => 1.24.0}/bootstrap-table.min.css (99%) create mode 100644 resources/bootstrap-table/1.24.0/bootstrap-table.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index fd5cf497..b79dffb9 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -294,8 +294,8 @@ https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/10.6.2/bootstrap-slider. https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/10.6.2/css/bootstrap-slider.min.css https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/11.0.2/bootstrap-slider.min.js https://cdnjs.cloudflare.com/ajax/libs/bootstrap-slider/11.0.2/css/bootstrap-slider.min.css -https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.23.5/bootstrap-table.min.css -https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.23.5/bootstrap-table.min.js +https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.24.0/bootstrap-table.min.css +https://cdnjs.cloudflare.com/ajax/libs/bootstrap-table/1.24.0/bootstrap-table.min.js https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/css/bootstrap2-toggle.min.css https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/css/bootstrap-toggle.min.css https://cdnjs.cloudflare.com/ajax/libs/bootstrap-toggle/2.2.2/js/bootstrap2-toggle.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index a8af05ca..3758d1ef 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -154,7 +154,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/bootstrap-slider/10.')) return '10.6.2'; if (type.startsWith('/bootstrap-slider/11.')) return '11.0.2'; if (type.startsWith('/bootstrap-select/1.')) return '1.13.18'; - if (type.startsWith('/bootstrap-table/1.')) return '1.23.5'; + if (type.startsWith('/bootstrap-table/1.')) return '1.24.0'; if (type.startsWith('/bootstrap-toggle/2.')) return '2.2.2'; if (type.startsWith('/bootstrap-vue/2.')) return '2.23.1'; if (type.startsWith('/bootstrap-3-typeahead/4.')) return '4.0.2'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 2188e164..36a19926 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -29,6 +29,7 @@

Fixed