Updated: jQuery-Autocomplete v1.4.10 -> v1.4.11

This commit is contained in:
nobody 2020-11-14 09:30:53 +01:00
parent bd302e38a1
commit 91594ac85e
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
4 changed files with 10 additions and 9 deletions

View File

@ -234,7 +234,7 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/jquery/3.') || type.startsWith('/jquery/null')) {
return '3.5.1';
} else if (type.startsWith('/jquery.devbridge-autocomplete/1.')) {
return '1.4.10';
return '1.4.11';
} else if (type.startsWith('/jqueryui/1.')) {
if (helpers.compareVersion('1.8.24', version)) return '1.8.24'; // <= v1.8.24
else return '1.12.1'; // >= 1.8.19

View File

@ -65,6 +65,7 @@
<li>Updated: jQuery-csv v1.0.9 -> v1.0.11</li>
<li>Added: jquery-jeditable v2.0.17</li>
<li>Updated: jQuery Migrate v3.1.0 -> v3.3.1</li>
<li>Updated: jQuery-Autocomplete v1.4.10 -> v1.4.11</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