Added: jQuery v3.6.0 (#297)

This commit is contained in:
nobody 2021-03-03 23:04:41 +01:00
parent 5e0bfdb3ca
commit cb347820b9
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
3 changed files with 5 additions and 1 deletions

View File

@ -266,7 +266,8 @@ targets.setLastVersion = function (type, version) {
return '2.2.4';
} else if (type.startsWith('/jquery/3.') || type.startsWith('/jquery/latest')) {
if (helpers.compareVersion('3.2.1', version)) return '3.2.1'; // <= v3.2.1
else return '3.5.1';
else if (helpers.compareVersion('3.5.1', version)) return '3.5.1'; // <= v3.5.1
else return '3.6.0';
} else if (type.startsWith('/jquery.devbridge-autocomplete/1.')) {
return '1.4.11';
} else if (type.startsWith('/jqueryui/1.')) {

View File

@ -44,6 +44,7 @@
<li>Added: Findify v6.17.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/294">#294</a>)</li>
<li>i18n: Singhalese added</li>
<li>Updated: vue-resource v1.5.1 -> v1.5.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/296">#296</a>)</li>
<li>Added: jQuery v3.6.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/297">#297</a>)</li>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long