TinyMCE: update to 4.1.4-20140822. Changes:

- Fixed bug where sometimes the resize rectangles wouldn't properly render on images on WebKit/Blink. https://github.com/tinymce/tinymce/commit/9a2d01cc141f71de33c689e19baf026d20cc67be
- Fixed nodeChanged selection issue where the image selection wouldn't be removed if you clicked right after/before it. https://github.com/tinymce/tinymce/commit/dd729c67e066d346f5a4140fa3b4b94f51a235e8
- Fixed bug in list plugin where delete/backspace would merge empty LI elements in lists incorrectly. https://github.com/tinymce/tinymce/commit/caadfb05dd8b9b8dc7b76525188891d5ab47c5ee
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
+1 -1
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