mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-05 05:40:29 +01:00
twitter-bootstrap v4.4.1 (#1284)
This commit is contained in:
parent
3630b02dd9
commit
592a1437bc
@ -1785,6 +1785,8 @@ https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/fonts/glyphicons-
|
||||
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.4.1/js/bootstrap.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/css/bootstrap.min.css
|
||||
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.1/js/bootstrap.bundle.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.4.1/css/bootstrap.min.css
|
||||
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.2.3/css/bootstrap.min.css
|
||||
|
@ -463,6 +463,7 @@ targets.setLastVersion = function (type, version) {
|
||||
}
|
||||
if (type.startsWith('/twitter-bootstrap/4.')) {
|
||||
if (helpers.compareVersion('4.1.1', version)) return '4.1.1'; // <= 4.1.1
|
||||
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.2.3';
|
||||
|
@ -25,9 +25,9 @@
|
||||
<h2>New in LocalCDN:</h2>
|
||||
</div>
|
||||
<div class="release-notes-area">
|
||||
<p></p>
|
||||
<p>Added</p>
|
||||
<ul>
|
||||
<li></li>
|
||||
<li>twitter-bootstrap v4.4.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1284">#1284</a>)</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="generator-section">
|
||||
|
7
resources/twitter-bootstrap/4.4.1/bootstrap.min.css
vendored
Normal file
7
resources/twitter-bootstrap/4.4.1/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
7
resources/twitter-bootstrap/4.4.1/bootstrap.min.jsm
Normal file
7
resources/twitter-bootstrap/4.4.1/bootstrap.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user