Make WordPress Core


Ignore:
Timestamp:
01/29/2019 08:18:33 PM (6 years ago)
Author:
iseulde
Message:

TinyMCE: Update to 4.9.2

https://github.com/tinymce/tinymce-dist/compare/4.8.0...4.9.2

Fixes #46094.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/_enqueues/vendor/README.md

    r43309 r44713  
    1313- swfupload: https://github.com/WordPress/secure-swfupload
    1414- thickbox: http://codylindley.com/thickbox/
    15 - tinymce: https://github.com/tinymce/tinymce
     15- tinymce: https://www.tiny.cloud/get-tiny/self-hosted/
     16  - Download "TinyMCE Dev Package". This package is needed because it includes
     17    the `compat3x` plugin.
     18  - Open the package and go to `js/tinymce`.
     19  - Replace all the following files and folders:
     20    * license.txt
     21    * plugins
     22      * charmap
     23      * colorpicker
     24      * compat3x
     25      * directionality
     26      * fullscreen
     27      * hr
     28      * image
     29      * link
     30      * lists
     31      * media
     32      * paste
     33      * tabfocus
     34      * textcolor
     35    * skins
     36      * lightgray
     37    * themes
     38      * inlite
     39      * modern
     40    * tinymce.js
     41    * tinymce.min.js
     42  - Go to the `compat3x` plugin folder and move `tiny_mce_popup.js` and `utils`
     43    to the root directory. Delete the `img` folder. Revert `css/dialog.css`.
     44  - Go to the `lightgray` skin folder and delete `content.mobile.min.css`,
     45    `fonts/tinymce-mobile.woff`, `skin.min.css.map`, `skin.mobile.min.css` and
     46    `skin.mobile.min.css.map`.
     47  - After all these steps, there should normally not be any file additions or
     48    deletions when you run `svn status`, only file modifications. If there are,
     49    make sure it's intentional.
     50  - Update the TinyMCE version in `src/wp-includes/version.php`. Use the
     51    following format:
     52    - Major version number.
     53    - Minor version number.
     54    - Patch version number, holding 2 places.
     55    - A dash "-".
     56    - The date: YYYYMMDD.
    1657
    1758## Single file dependencies
Note: See TracChangeset for help on using the changeset viewer.