Added: Bootstrap Slider v11.0.2
This commit is contained in:
parent
648f9edcca
commit
ed395f2594
|
@ -139,6 +139,8 @@ targets.setLastVersion = function (type, version) {
|
||||||
return '1.9.0';
|
return '1.9.0';
|
||||||
} else if (type.startsWith('/bootstrap-slider/10.')) {
|
} else if (type.startsWith('/bootstrap-slider/10.')) {
|
||||||
return '10.6.2';
|
return '10.6.2';
|
||||||
|
} else if (type.startsWith('/bootstrap-slider/11.')) {
|
||||||
|
return '11.0.2';
|
||||||
} else if (type.startsWith('/bootstrap-select/1.')) {
|
} else if (type.startsWith('/bootstrap-select/1.')) {
|
||||||
return '1.13.18';
|
return '1.13.18';
|
||||||
} else if (type.startsWith('/bootstrap-table/1.')) {
|
} else if (type.startsWith('/bootstrap-table/1.')) {
|
||||||
|
|
|
@ -55,6 +55,7 @@
|
||||||
<li>Added: Bootbox.js v5.4.1</li>
|
<li>Added: Bootbox.js v5.4.1</li>
|
||||||
<li>Added: Bootstrap Date Range Picker v3.1</li>
|
<li>Added: Bootstrap Date Range Picker v3.1</li>
|
||||||
<li>Updated: Bootstrap Select v1.13.17 -> v1.13.18</li>
|
<li>Updated: Bootstrap Select v1.13.17 -> v1.13.18</li>
|
||||||
|
<li>Added: Bootstrap Slider v11.0.2</li>
|
||||||
</ul>
|
</ul>
|
||||||
<div id="generator-section">
|
<div id="generator-section">
|
||||||
<div class="topic-label">
|
<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
Loading…
Reference in New Issue