Skip to content

Commit 3fba151

Browse files
authored
[4.0] new tinymce and codemirror (#34637)
To test make sure the version in the plugin matches the version numbers below ### Codemirror 21-06-2021: Version 5.62.0: lint addon: Add support for highlighting lines with errors or warnings. Improve support for vim-style cursors in a number of themes. ### Tinymce Version 5.8.2 - June 23, 2021 Fixed an issue when pasting cells from tables containing colgroups into tables without colgroups. Fixed an issue that could cause an invalid toolbar button state when multiple inline editors were on a single page.
1 parent 6f167ed commit 3fba151

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/editors/codemirror/codemirror.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<extension type="plugin" group="editors" method="upgrade">
33
<name>plg_editors_codemirror</name>
4-
<version>5.61.1</version>
4+
<version>5.62.0</version>
55
<creationDate>28 March 2011</creationDate>
66
<author>Marijn Haverbeke</author>
77
<authorEmail>[email protected]</authorEmail>

plugins/editors/tinymce/tinymce.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<extension type="plugin" group="editors" method="upgrade">
33
<name>plg_editors_tinymce</name>
4-
<version>5.8.1</version>
4+
<version>5.8.2</version>
55
<creationDate>2005-2021</creationDate>
66
<author>Tiny Technologies, Inc</author>
77
<authorEmail>N/A</authorEmail>

0 commit comments

Comments
 (0)