diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 368fb5b1..9addbb7f 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -459,8 +459,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.5.1'; - if (type.startsWith('/tinymce/7.')) return '7.6.0'; + if (type.startsWith('/tinymce/6.') || type.startsWith('/tinymce/7.')) return '7.6.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'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index fb8f8565..99cd189d 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -28,6 +28,7 @@
Fixed