Added: jQuery v1.11.2 (#187)

This commit is contained in:
nobody 2020-11-28 17:39:14 +01:00
parent 2873d9f53c
commit 4b43f0cd0c
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
3 changed files with 8 additions and 1 deletions

View File

@ -228,7 +228,8 @@ targets.setLastVersion = function (type, version) {
} else if (type.startsWith('/jquery/1.')) {
if (helpers.compareVersion('1.7.1', version)) return '1.7.1'; // <= v1.7.1
else if (helpers.compareVersion('1.8.3', version)) return '1.8.3'; // > 1.7.1 to <= 1.8.3
else if (helpers.compareVersion('1.11.3', version)) return '1.11.3'; // > 1.8.3 to <= 1.11.3
else if (helpers.compareVersion('1.11.2', version)) return '1.11.2'; // > 1.8.3 to <= 1.11.2
else if (version === '1.11.3') return '1.11.3'; // = 1.11.3
else return '1.12.4'; // > 1.11.3
} else if (type.startsWith('/jquery/2.')) {
return '2.2.4';

View File

@ -30,6 +30,7 @@
<li>Updated: vanilla-lazyload v17.1.3 -> v17.3.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/185">#185</a>)</li>
<li>Updated: algoliasearch v4.8.0 -> v4.8.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/186">#186</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>
</ul>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long