Updated: algoliasearch v4.8.6 -> v4.9.0 (#392)

This commit is contained in:
nobody 2021-04-23 06:59:13 +02:00
parent 44c27483b4
commit 1ae91caa2e
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@ https://ajax.cloudflare.com/cdn-cgi/scripts/04b3eb47/cloudflare-static/mirage2.m
https://ajax.cloudflare.com/cdn-cgi/scripts/7089c43e/cloudflare-static/rocket-loader.min.js
https://cdnjs.cloudflare.com/ajax/libs/ajax-bootstrap-select/1.4.5/js/ajax-bootstrap-select.min.js
https://cdnjs.cloudflare.com/ajax/libs/algoliasearch/3.35.1/algoliasearch.min.js
https://cdnjs.cloudflare.com/ajax/libs/algoliasearch/4.8.6/algoliasearch.umd.min.js
https://cdnjs.cloudflare.com/ajax/libs/algoliasearch/4.9.0/algoliasearch.umd.min.js
https://cdnjs.cloudflare.com/ajax/libs/angucomplete-alt/3.0.0/angucomplete-alt.min.js
https://cdnjs.cloudflare.com/ajax/libs/angular-animate/1.8.2/angular-animate.min.js
https://cdnjs.cloudflare.com/ajax/libs/angular-aria/1.8.2/angular-aria.min.js

View File

@ -72,7 +72,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/algoliasearch/3.')) {
return '3.35.1';
} else if (type.startsWith('/algoliasearch/4.')) {
return '4.8.6';
return '4.9.0';
} else if (type.startsWith('/anchor-js/3.')) {
return '3.2.2';
} else if (type.startsWith('/anchor-js/4.')) {

View File

@ -41,6 +41,7 @@
<li>Added i18n: Ukrainian</li>
<li>Update: underscore.js v1.12.0 -> v1.13.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/387">#387</a>)</li>
<li>Added: video.js to vjs.zencdn.net (<a href="https://codeberg.org/nobody/LocalCDN/issues/391">#391</a>)</li>
<li>Updated: algoliasearch v4.8.6 -> v4.9.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/392">#392</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