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

tinymce v6.2.0 -> v6.3.0 (#1220)

This commit is contained in:
nobody
2022-11-24 06:17:56 +01:00
parent 6e2af9ff2f
commit 8d373c32cf
35 changed files with 50 additions and 49 deletions

View File

@@ -442,7 +442,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/Swiper/8.') || type.startsWith('/Swiper/')) return '8.4.5';
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.2.0';
if (type.startsWith('/tinymce/6.')) return '6.3.0';
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';