1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-01-28 01:59:18 +01:00

angularjs-slider v2.x.x - v5.x.x -> v6.7.0 (#1029)

This commit is contained in:
nobody 2022-06-28 08:31:45 +02:00
parent 3da8b9db33
commit e18833c458
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
2 changed files with 5 additions and 0 deletions

View File

@ -96,6 +96,10 @@ targets.setLastVersion = function (type, version) {
return '1.8.2'; // >= 1.6.11
}
if (type.startsWith('/angular-i18n/1.')) return '1.8.3';
if (type.startsWith('/angularjs-slider/2.')) return '6.7.0';
if (type.startsWith('/angularjs-slider/3.')) return '6.7.0';
if (type.startsWith('/angularjs-slider/4.')) return '6.7.0';
if (type.startsWith('/angularjs-slider/5.')) return '6.7.0';
if (type.startsWith('/angularjs-slider/6.')) return '6.7.0';
if (type.startsWith('/angularjs-slider/7.')) return '7.1.0';
if (type.startsWith('/angularjs-toaster/0.')) return '0.4.18';

View File

@ -53,6 +53,7 @@
<ul>
<li>bootstrap -> cdnjs.cloudflare.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/615">#615</a>)</li>
<li>angular-translate -> cdnjs.cloudflare.com (<a href="https://codeberg.org/nobody/LocalCDN/issues/1029">#1029</a>)</li>
<li>angularjs-slider v2.x.x - v5.x.x -> v6.7.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1029">#1029</a>)</li>
</ul>
<p>Added</p>
<ul>