Skip to content

Commit

Permalink
Added version 5.1.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
ephox committed Oct 28, 2019
1 parent a4eca7a commit 782aa38
Show file tree
Hide file tree
Showing 97 changed files with 352 additions and 357 deletions.
5 changes: 5 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 5.1.1 (2019-10-28)
Fixed font formats containing spaces being wrapped in `"` entities instead of single quotes #TINY-4275
Fixed alert and confirm dialogs losing focus when clicked #TINY-4248
Fixed clicking outside a modal dialog focusing on the document body #TINY-4249
Fixed the context toolbar not hiding when scrolled out of view #TINY-4265
Version 5.1.0 (2019-10-17)
Added touch selector handles for table selections on touch devices #TINY-4097
Added border width field to Table Cell dialog #TINY-4028
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce/tinymce",
"version": "5.1.0",
"version": "5.1.1",
"description": "Web based JavaScript HTML WYSIWYG editor control.",
"license": [
"LGPL-2.1-only"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tinymce",
"version": "5.1.0",
"version": "5.1.1",
"repository": {
"type": "git",
"url": "https://github.com/tinymce/tinymce-dist.git"
Expand Down
2 changes: 1 addition & 1 deletion plugins/advlist/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* For LGPL see License.txt in the project root for license information.
* For commercial licenses see https://www.tiny.cloud/
*
* Version: 5.1.0 (2019-10-17)
* Version: 5.1.1 (2019-10-28)
*/
(function () {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion plugins/advlist/plugin.min.js

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

2 changes: 1 addition & 1 deletion plugins/anchor/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* For LGPL see License.txt in the project root for license information.
* For commercial licenses see https://www.tiny.cloud/
*
* Version: 5.1.0 (2019-10-17)
* Version: 5.1.1 (2019-10-28)
*/
(function () {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion plugins/anchor/plugin.min.js

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

2 changes: 1 addition & 1 deletion plugins/autolink/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* For LGPL see License.txt in the project root for license information.
* For commercial licenses see https://www.tiny.cloud/
*
* Version: 5.1.0 (2019-10-17)
* Version: 5.1.1 (2019-10-28)
*/
(function () {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion plugins/autolink/plugin.min.js

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

2 changes: 1 addition & 1 deletion plugins/autoresize/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* For LGPL see License.txt in the project root for license information.
* For commercial licenses see https://www.tiny.cloud/
*
* Version: 5.1.0 (2019-10-17)
* Version: 5.1.1 (2019-10-28)
*/
(function () {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion plugins/autoresize/plugin.min.js

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

2 changes: 1 addition & 1 deletion plugins/autosave/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* For LGPL see License.txt in the project root for license information.
* For commercial licenses see https://www.tiny.cloud/
*
* Version: 5.1.0 (2019-10-17)
* Version: 5.1.1 (2019-10-28)
*/
(function (domGlobals) {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion plugins/autosave/plugin.min.js

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

2 changes: 1 addition & 1 deletion plugins/bbcode/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* For LGPL see License.txt in the project root for license information.
* For commercial licenses see https://www.tiny.cloud/
*
* Version: 5.1.0 (2019-10-17)
* Version: 5.1.1 (2019-10-28)
*/
(function () {
'use strict';
Expand Down
2 changes: 1 addition & 1 deletion plugins/bbcode/plugin.min.js

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

2 changes: 1 addition & 1 deletion plugins/charmap/plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* For LGPL see License.txt in the project root for license information.
* For commercial licenses see https://www.tiny.cloud/
*
* Version: 5.1.0 (2019-10-17)
* Version: 5.1.1 (2019-10-28)
*/
(function (domGlobals) {
'use strict';
Expand Down
Loading

0 comments on commit 782aa38

Please sign in to comment.