Updated: bootstrap-table v1.18.0 -> v1.18.1 (#193)
This commit is contained in:
parent
20d24a8f4e
commit
d045e9d9cc
|
@ -146,7 +146,7 @@ targets.setLastVersion = function (type, version) {
|
|||
} else if (type.startsWith('/bootstrap-select/1.')) {
|
||||
return '1.13.18';
|
||||
} else if (type.startsWith('/bootstrap-table/1.')) {
|
||||
return '1.18.0';
|
||||
return '1.18.1';
|
||||
} else if (type.startsWith('/bootstrap-toggle/2.')) {
|
||||
return '2.2.2';
|
||||
} else if (type.startsWith('/bootstrap-3-typeahead/4.')) {
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
</div>
|
||||
<ul>
|
||||
<li>Fixed: HTML filter (<a href="https://codeberg.org/nobody/LocalCDN/issues/192">#192</a>)</li>
|
||||
<li>Updated: bootstrap-table v1.18.0 -> v1.18.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/193">#193</a>)</li>
|
||||
</ul>
|
||||
<div id="generator-section">
|
||||
<div class="topic-label">
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue