Skip to content

Commit

Permalink
Update TinyMCE to 4.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Nov 11, 2017
1 parent 564c4ef commit 04ef252
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/client-assets.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function gutenberg_register_vendor_scripts() {
'https://unpkg.com/moment@2.18.1/' . $moment_script,
array( 'react' )
);
$tinymce_version = '4.7.1';
$tinymce_version = '4.7.2';
gutenberg_register_vendor_script(
'tinymce-latest',
'https://fiddle.azurewebsites.net/tinymce/' . $tinymce_version . '/tinymce' . $suffix . '.js'
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"react-test-renderer": "16.0.0",
"sass-loader": "6.0.6",
"style-loader": "0.18.2",
"tinymce": "4.7.1",
"tinymce": "4.7.2",
"webpack": "3.8.1"
},
"jest": {
Expand Down

0 comments on commit 04ef252

Please sign in to comment.