jQuery Mobile CSS & JS v1.3.2 (#1063)

This commit is contained in:
nobody 2022-07-17 07:30:10 +02:00
parent 4ad9d31821
commit 79b798e2e2
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
5 changed files with 28 additions and 1 deletions

View File

@ -1215,6 +1215,8 @@ https://cdnjs.cloudflare.com/ajax/libs/jquery.lazyload/1.9.1/jquery.lazyload.min
https://cdnjs.cloudflare.com/ajax/libs/jquery.matchHeight/0.7.2/jquery.matchHeight-min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/3.4.0/jquery-migrate.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery-mobile/1.3.2/jquery.mobile.min.css
https://cdnjs.cloudflare.com/ajax/libs/jquery-mobile/1.3.2/jquery.mobile.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery-mobile/1.4.5/jquery.mobile.min.css
https://cdnjs.cloudflare.com/ajax/libs/jquery-mobile/1.4.5/jquery.mobile.min.js
https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.2/jquery.modal.min.css

View File

@ -273,7 +273,10 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/jquery.matchHeight/0.')) return '0.7.2';
if (type.startsWith('/jquery-migrate/1.')) return '1.4.1';
if (type.startsWith('/jquery-migrate/3.')) return '3.4.0';
if (type.startsWith('/jquery-mobile/1.')) return '1.4.5';
if (type.startsWith('/jquery-mobile/1.')) {
if (helpers.compareVersion('1.3.2', version)) return '1.3.2'; // <= v1.3.2
return '1.4.5';
}
if (type.startsWith('/jquery-mousewheel/3.')) return '3.1.13';
if (type.startsWith('/jScrollPane/2.')) return '2.2.2';
if (type.startsWith('/jquery-validate/1.')) return '1.19.5';

View File

@ -39,6 +39,7 @@
<p>Added</p>
<ul>
<li>jQuery Mobile CSS v1.4.5 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1063">#1063</a>)</li>
<li>jQuery Mobile CSS & JS v1.3.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1063">#1063</a>)</li>
</ul>
<p>Improved</p>
<ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long