Skip to content

Commit 1777496

Browse files
brianteemanQuy
authored andcommitted
[staging] Update TinyMCE (#24978)
This PR updates tinymce to version 4.5.11 - this is the highest version we can include in Joomla 3 due to browser support Version 4.5.11 (2019-05-16) Fixed bug where the editor would scroll to the top of the editable area if a dialog was closed in inline mode. #TINY-1073 Version 4.5.10 (2018-10-19) Changed the contextual toolbar shortcut to Ctrl+F9 since an Edge shortcut interfered with the previous one. Updated references to website and company name * Update plugins/editors/tinymce/tinymce.xml Co-Authored-By: Quy <[email protected]>
1 parent 4db621f commit 1777496

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

administrator/language/en-GB/en-GB.plg_editors_tinymce.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ PLG_TINY_FIELD_SKIN_ADMIN_DESC="Select skin for the Administrator Backend interf
101101
PLG_TINY_FIELD_SKIN_ADMIN_LABEL="Administrator Skin"
102102
PLG_TINY_FIELD_SKIN_DESC="Select skin for the Frontend interface."
103103
PLG_TINY_FIELD_SKIN_INFO_DESC="Copy your new skins to: /media/editors/tinymce/skins."
104-
PLG_TINY_FIELD_SKIN_INFO_LABEL="For customised skins go to: <a href="_QQ_"http://skin.tinymce.com"_QQ_" target="_QQ_"_blank"_QQ_">Skin Creator</a>"
104+
PLG_TINY_FIELD_SKIN_INFO_LABEL="For customised skins go to: <a href="_QQ_"http://skin.tiny.cloud"_QQ_" target="_QQ_"_blank"_QQ_">Skin Creator</a>"
105105
PLG_TINY_FIELD_SKIN_LABEL="Site Skin"
106106
PLG_TINY_FIELD_SMILIES_DESC="Show or hide the Smilies buttons."
107107
PLG_TINY_FIELD_SMILIES_LABEL="Smilies"

media/editors/tinymce/changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 4.5.11 (2019-05-16)
2+
Fixed bug where the editor would scroll to the top of the editable area if a dialog was closed in inline mode. #TINY-1073
3+
Version 4.5.10 (2018-10-19)
4+
Changed the contextual toolbar shortcut to Ctrl+F9 since an Edge shortcut interfered with the previous one.
15
Version 4.5.9 (2018-08-02)
26
Fixed a bug where Edge 17 wouldn't be able to select images or tables.
37
Version 4.5.8 (2017-10-05)

media/editors/tinymce/themes/modern/theme.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

media/editors/tinymce/tinymce.min.js

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

plugins/editors/tinymce/tinymce.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<extension version="3.2" type="plugin" group="editors" method="upgrade">
33
<name>plg_editors_tinymce</name>
4-
<version>4.5.9</version>
5-
<creationDate>2005-2018</creationDate>
6-
<author>Ephox Corporation</author>
4+
<version>4.5.11</version>
5+
<creationDate>2005-2019</creationDate>
6+
<author>Tiny Technologies, Inc</author>
77
<authorEmail>N/A</authorEmail>
8-
<authorUrl>http://www.tinymce.com</authorUrl>
9-
<copyright>Ephox Corporation</copyright>
8+
<authorUrl>https://www.tiny.cloud</authorUrl>
9+
<copyright>Tiny Technologies, Inc</copyright>
1010
<license>LGPL</license>
1111
<description>PLG_TINY_XML_DESCRIPTION</description>
1212
<files>

0 commit comments

Comments
 (0)