mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-01-22 07:27:47 +01:00
jquery v3.6.1 -> v3.6.2 (#1256)
This commit is contained in:
parent
8f075aaaa4
commit
954f78a6bd
@ -1181,7 +1181,7 @@ https://cdnjs.cloudflare.com/ajax/libs/jquery/1.9.1/jquery.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.2/jquery.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery-ajax-unobtrusive/3.2.6/jquery.unobtrusive-ajax.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery.blockUI/2.70/jquery.blockUI.min.js
|
||||
https://cdnjs.cloudflare.com/ajax/libs/jquery.colorbox/1.6.4/jquery.colorbox-min.js
|
||||
|
@ -260,7 +260,7 @@ targets.setLastVersion = function (type, version) {
|
||||
if (type.startsWith('/jquery/3.') || type.startsWith('/jquery/latest')) {
|
||||
if (helpers.compareVersion('3.2.1', version)) return '3.2.1'; // <= v3.2.1
|
||||
if (helpers.compareVersion('3.5.1', version)) return '3.5.1'; // <= v3.5.1
|
||||
return '3.6.1';
|
||||
return '3.6.2';
|
||||
}
|
||||
if (type.startsWith('/jquery.devbridge-autocomplete/1.')) return '1.4.11';
|
||||
if (type.startsWith('/jqueryui/1.')) {
|
||||
|
@ -31,6 +31,7 @@
|
||||
<li>bootstrap-table v1.21.1 -> v1.21.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1251">#1251</a>)</li>
|
||||
<li>paginationjs v2.4.1 -> v2.4.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1252">#1252</a>)</li>
|
||||
<li>findify-bundle v7.1.77 -> v7.1.78 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1253">#1253</a>)</li>
|
||||
<li>jquery v3.6.1 -> v3.6.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1256">#1256</a>)</li>
|
||||
</ul>
|
||||
<p>Added</p>
|
||||
<ul>
|
||||
|
File diff suppressed because one or more lines are too long
2
resources/jquery/3.6.2/jquery.min.jsm
Normal file
2
resources/jquery/3.6.2/jquery.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user