diff --git a/core/mappings.js b/core/mappings.js index eb7c8b93..5c824063 100644 --- a/core/mappings.js +++ b/core/mappings.js @@ -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, diff --git a/modules/internal/targets.js b/modules/internal/targets.js index dff1f01b..0ad8d155 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -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.')) { diff --git a/pages/updates/updates.html b/pages/updates/updates.html index ac1beb06..3cb6103d 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -26,6 +26,7 @@