Skip to content

Commit f78490b

Browse files
author
ephox
committed
Added version 5.6.1 release.
1 parent 933ded7 commit f78490b

File tree

97 files changed

+214
-170
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+214
-170
lines changed

changelog.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 5.6.1 (2020-11-25)
2+
Fixed the `mceTableRowType` and `mceTableCellType` commands were not firing the `newCell` event #TINY-6692
3+
Fixed the HTML5 `s` element was not recognized when editing or clearing text formatting #TINY-6681
4+
Fixed an issue where copying and pasting table columns resulted in invalid HTML when using colgroups #TINY-6684
5+
Fixed an issue where the toolbar would render with the wrong width for inline editors in some situations #TINY-6683
16
Version 5.6.0 (2020-11-18)
27
Added new `BeforeOpenNotification` and `OpenNotification` events which allow internal notifications to be captured and modified before display #TINY-6528
38
Added support for `block` and `unblock` methods on inline dialogs #TINY-6487

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tinymce/tinymce",
3-
"version": "5.6.0",
3+
"version": "5.6.1",
44
"description": "Web based JavaScript HTML WYSIWYG editor control.",
55
"license": [
66
"LGPL-2.1-only"

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "tinymce",
3-
"version": "5.6.0",
3+
"version": "5.6.1",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/tinymce/tinymce-dist.git"
77
},
88
"description": "Web based JavaScript HTML WYSIWYG editor control.",
9-
"author": "Ephox Corporation",
9+
"author": "Tiny Technologies, Inc",
1010
"main": "tinymce.js",
1111
"types": "tinymce.d.ts",
1212
"license": "LGPL-2.1",

plugins/advlist/plugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* For LGPL see License.txt in the project root for license information.
55
* For commercial licenses see https://www.tiny.cloud/
66
*
7-
* Version: 5.6.0 (2020-11-18)
7+
* Version: 5.6.1 (2020-11-25)
88
*/
99
(function () {
1010
'use strict';

plugins/advlist/plugin.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/anchor/plugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* For LGPL see License.txt in the project root for license information.
55
* For commercial licenses see https://www.tiny.cloud/
66
*
7-
* Version: 5.6.0 (2020-11-18)
7+
* Version: 5.6.1 (2020-11-25)
88
*/
99
(function () {
1010
'use strict';

plugins/anchor/plugin.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/autolink/plugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* For LGPL see License.txt in the project root for license information.
55
* For commercial licenses see https://www.tiny.cloud/
66
*
7-
* Version: 5.6.0 (2020-11-18)
7+
* Version: 5.6.1 (2020-11-25)
88
*/
99
(function () {
1010
'use strict';

plugins/autolink/plugin.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/autoresize/plugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* For LGPL see License.txt in the project root for license information.
55
* For commercial licenses see https://www.tiny.cloud/
66
*
7-
* Version: 5.6.0 (2020-11-18)
7+
* Version: 5.6.1 (2020-11-25)
88
*/
99
(function () {
1010
'use strict';

plugins/autoresize/plugin.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/autosave/plugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* For LGPL see License.txt in the project root for license information.
55
* For commercial licenses see https://www.tiny.cloud/
66
*
7-
* Version: 5.6.0 (2020-11-18)
7+
* Version: 5.6.1 (2020-11-25)
88
*/
99
(function () {
1010
'use strict';

plugins/autosave/plugin.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/bbcode/plugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* For LGPL see License.txt in the project root for license information.
55
* For commercial licenses see https://www.tiny.cloud/
66
*
7-
* Version: 5.6.0 (2020-11-18)
7+
* Version: 5.6.1 (2020-11-25)
88
*/
99
(function () {
1010
'use strict';

plugins/bbcode/plugin.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/charmap/plugin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* For LGPL see License.txt in the project root for license information.
55
* For commercial licenses see https://www.tiny.cloud/
66
*
7-
* Version: 5.6.0 (2020-11-18)
7+
* Version: 5.6.1 (2020-11-25)
88
*/
99
(function () {
1010
'use strict';

0 commit comments

Comments
 (0)