TinyMCE: update to 4.1.4-20140822. Changes:

- Fixed bug where sometimes the resize rectangles wouldn't properly render on images on WebKit/Blink. 9a2d01cc14
- Fixed nodeChanged selection issue where the image selection wouldn't be removed if you clicked right after/before it. dd729c67e0
- Fixed bug in list plugin where delete/backspace would merge empty LI elements in lists incorrectly. caadfb05dd
See #29310

git-svn-id: https://develop.svn.wordpress.org/trunk@29576 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2014-08-22 17:43:39 +00:00
parent e6a5a8a36b
commit c83a9ca2c9
6 changed files with 181 additions and 21 deletions

View File

@@ -18,7 +18,7 @@ $wp_db_version = 29188;
*
* @global string $tinymce_version
*/
$tinymce_version = '4104-20140821';
$tinymce_version = '4104-20140822';
/**
* Holds the required PHP version