Added mapping: highlight v7.x + v8.x -> v9.18.3 (#311)

This commit is contained in:
nobody 2021-03-17 18:43:14 +01:00
parent 31886c4431
commit 216c163d93
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
3 changed files with 6 additions and 0 deletions

View File

@ -633,6 +633,7 @@ mappings.cdn = {
'backbone/{version}/backbone-min.': resources.backbone,
'dojo/{version}/dojo/dojo.': resources.dojo,
'ext-core/{version}/ext-core.': resources.extCore,
'highlightjs/{version}/': resources.highlightJS,
'jquery/{version}/jquery.': resources.jQuery,
'jquery-ui/{version}/jquery-ui.js': resources.jQueryUI,
'jquery-ui/{version}/jquery-ui.min.js': resources.jQueryUI,

View File

@ -262,6 +262,10 @@ targets.setLastVersion = function (type, version) {
return '10.6.0';
} else if (type.startsWith('/highlight.js/9.')) {
return '9.18.3';
} else if (type.startsWith('/highlight.js/8.')) {
return '9.18.3';
} else if (type.startsWith('/highlight.js/7.')) {
return '9.18.3';
} else if (type.startsWith('/history/4.')) {
return '4.10.1';
} else if (type.startsWith('/history/5.')) {

View File

@ -26,6 +26,7 @@
</div>
<ul>
<li>Fixed: "angular.js" separated into single components (<a href="https://codeberg.org/nobody/LocalCDN/issues/310">#310</a>)</li>
<li>Added mapping: highlight v7.x + v8.x -> v9.18.3 (<a href="https://codeberg.org/nobody/LocalCDN/issues/311">#311</a>)</li>
</ul>
<div id="generator-section">
<div class="topic-label">