1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-02-14 10:50:51 +01:00

fixed: mapping of TinyMCE v6.x

This commit is contained in:
nobody 2024-12-22 05:39:52 +01:00
parent 28b1a31d0a
commit d51e7b2f3d
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
2 changed files with 3 additions and 3 deletions

View File

@ -457,7 +457,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/6.')) return '7.5.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';

View File

@ -25,9 +25,9 @@
<h2>New in LocalCDN:</h2>
</div>
<div class="release-notes-area">
<p></p>
<p>Fixed</p>
<ul>
<li></li>
<li>Mapping of TinyMCE v6.x</li>
</ul>
</div>
<div id="generator-section">