Added mapping: highlight v7.x + v8.x -> v9.18.3 (#311)
This commit is contained in:
parent
31886c4431
commit
216c163d93
|
@ -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,
|
||||
|
|
|
@ -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.')) {
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue