1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

tinymce v6.7.3 -> v6.8.1 (#1594)

This commit is contained in:
nobody
2023-12-09 08:46:30 +01:00
parent 009b750a06
commit 338c26e4ae
35 changed files with 41 additions and 40 deletions

View File

@@ -450,7 +450,7 @@ targets.setLastVersion = function (type, version) {
}
if (type.startsWith('/tether/1.')) return '1.4.7';
if (type.startsWith('/tinymce/5.')) return '5.10.5';
if (type.startsWith('/tinymce/6.')) return '6.7.3';
if (type.startsWith('/tinymce/6.')) return '6.8.1';
if (type.startsWith('/tooltipster/3.')) return '3.3.0';
if (type.startsWith('/tooltipster/4.')) return '4.2.8';
if (type.startsWith('/toastr.js/2.') || type.startsWith('/toastr.js/latest/')) return '2.1.4';