From 0f4464cb3a18cbf76be7439c83f9a17820946c19 Mon Sep 17 00:00:00 2001 From: nobody Date: Wed, 17 Apr 2024 18:58:31 +0200 Subject: [PATCH] Added: twitter-bootstrap v5.1.3 (#1624) --- THIRD_PARTY.txt | 2 ++ modules/internal/targets.js | 5 ++++- pages/updates/updates.html | 4 ++++ resources/twitter-bootstrap/5.1.3/bootstrap.min.css | 7 +++++++ resources/twitter-bootstrap/5.1.3/bootstrap.min.jsm | 7 +++++++ resources/twitter-bootstrap/5.1.3/note | 4 ++++ 6 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 resources/twitter-bootstrap/5.1.3/bootstrap.min.css create mode 100644 resources/twitter-bootstrap/5.1.3/bootstrap.min.jsm create mode 100644 resources/twitter-bootstrap/5.1.3/note diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 590ff971..e4581847 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1373,6 +1373,8 @@ https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.min https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/js/bootstrap.bundle.min.js https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.1/css/bootstrap.min.css https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.1/js/bootstrap.bundle.min.js +https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.3/css/bootstrap.min.css +https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.1.3/js/bootstrap.bundle.min.js https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.3/css/bootstrap.min.css https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.3/js/bootstrap.bundle.min.js https://cdnjs.cloudflare.com/ajax/libs/twix.js/0.3.0/twix.min.js diff --git a/modules/internal/targets.js b/modules/internal/targets.js index dd6d8a3b..c0725b8e 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -464,7 +464,10 @@ targets.setLastVersion = function (type, version) { if (helpers.compareVersion('4.4.1', version)) return '4.4.1'; // <= 4.4.1 return '4.6.1'; } - if (type.startsWith('/twitter-bootstrap/5.')) return '5.3.3'; + if (type.startsWith('/twitter-bootstrap/5.')) { + if (helpers.compareVersion('5.1.3', version)) return '5.1.3'; // <= 5.1.3 + return '5.3.3'; + } if (type.startsWith('/twix.js/0.')) return '0.3.0'; if (type.startsWith('/twix.js/1.')) return '1.3.0'; if (type.startsWith('/underscore.js/1.')) return '1.13.6'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 6593c740..8772e765 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -25,6 +25,10 @@

New in LocalCDN:

+

Added

+

Improved