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

tinymce v7.4.1 -> v7.5.1

This commit is contained in:
nobody
2024-12-07 08:26:02 +01:00
parent 3eebc04bb1
commit 02a4c83dda
34 changed files with 423 additions and 422 deletions

View File

@@ -458,7 +458,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 '7.0.1';
if (type.startsWith('/tinymce/7.')) return '7.4.1';
if (type.startsWith('/tinymce/7.')) return '7.5.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';