Skip to content

Commit 0d0e19d

Browse files
authored
[5.3] Update TinyMCE from 6.8.5 to 6.8.6 to fix TinyMCE issue with cursor placement (#45987)
* npm update tinymce from 6.8.5 to 6.8.6 * Update version in tinymce.xml
1 parent 88c0c12 commit 0d0e19d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"shepherd.js": "^11.2.0",
8282
"short-and-sweet": "^1.0.4",
8383
"skipto": "^4.1.7",
84-
"tinymce": "^6.8.5",
84+
"tinymce": "^6.8.6",
8585
"vue": "^3.5.13",
8686
"vue-focus-lock": "^2.0.7",
8787
"vuex": "^4.1.0",

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>6.8.5</version>
4+
<version>6.8.6</version>
55
<creationDate>2005-08</creationDate>
66
<author>Tiny Technologies, Inc</author>
77
<authorEmail>N/A</authorEmail>

0 commit comments

Comments
 (0)