Version compatibility reference

Specific versions of TinyMCE are compatible with premium plugins.

Use the following matrix in conjunction with the optional parameters for specifying editor version and plugin version to ensure compatibility.

On June 4, 2019 the URL to access tiny.cloud changed from:

<script src='https://cloud.tinymce.com/7/tinymce.min.js?apiKey=your_API_key'></script>

to:

<script
 src='https://cdn.tiny.cloud/1/no-api-key/tinymce/7/tinymce.min.js'
 referrerpolicy='origin'
></script>

Ensure the application uses the latest script tag and substitute 'no-api-key' with your api key.