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:
parent
28b1a31d0a
commit
d51e7b2f3d
@ -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';
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user