Skip to content
Snippets Groups Projects
Forked from TYPO3 / tinymce
65 commits behind the upstream repository.

How to update the sources?

  1. Download the latest version from "http://www.tinymce.com/download/download.php"

  2. Download the latest language pack from "http://www.tinymce.com/i18n/index.php". You can simplify the selection by using the following command in your developer tools console. Deselect "ru@petr1708" afterwards, because this language doesn't exists and leads to errors.

    $('input[type=checkbox]').attr('checked', 1)

  3. Unpack the downloaded sources inside a separate folder

  4. Remove the Contrib/tinymce directory inside the extension and move "tinymce/js/tinymce" from the download source as a replacement.

  5. Replace the "langs" directory with the downloaded one

  6. Update the VERSIONS.md file

  7. Push the new code to git (check the differences and test the stuff before!)