Updated: instantsearch.js v4.8.7 -> v4.9.0 (#189)
This commit is contained in:
parent
f4415686d2
commit
bfeae77831
|
@ -220,7 +220,7 @@ targets.setLastVersion = function (type, version) {
|
||||||
} else if (type.startsWith('/instantsearch.js/3.')) {
|
} else if (type.startsWith('/instantsearch.js/3.')) {
|
||||||
return '3.7.0';
|
return '3.7.0';
|
||||||
} else if (type.startsWith('/instantsearch.js/4.')) {
|
} else if (type.startsWith('/instantsearch.js/4.')) {
|
||||||
return '4.8.7';
|
return '4.9.0';
|
||||||
} else if (type.startsWith('/iScroll/5.')) {
|
} else if (type.startsWith('/iScroll/5.')) {
|
||||||
return '5.2.0';
|
return '5.2.0';
|
||||||
} else if (type.startsWith('/jets/0.')) {
|
} else if (type.startsWith('/jets/0.')) {
|
||||||
|
|
|
@ -32,6 +32,7 @@
|
||||||
<li>Fixed: Data type of update notification (<a href="https://codeberg.org/nobody/LocalCDN/issues/174">#174</a>)</li>
|
<li>Fixed: Data type of update notification (<a href="https://codeberg.org/nobody/LocalCDN/issues/174">#174</a>)</li>
|
||||||
<li>Added: jQuery v1.11.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/187">#187</a>)</li>
|
<li>Added: jQuery v1.11.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/187">#187</a>)</li>
|
||||||
<li>Updated: bootbox.js v5.4.1 -> v5.5.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/188">#188</a>)</li>
|
<li>Updated: bootbox.js v5.4.1 -> v5.5.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/188">#188</a>)</li>
|
||||||
|
<li>Updated: instantsearch.js v4.8.7 -> v4.9.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/189">#189</a>)</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