Skip to content

Commit 0694ab1

Browse files
Feature/tinymce5update 3 releases 5.2.2 to 5.2 (#2319)
1 parent d6d4554 commit 0694ab1

File tree

11 files changed

+72
-47
lines changed

11 files changed

+72
-47
lines changed

modules/ROOT/pages/release-notes/release-notes52.adoc

Lines changed: 50 additions & 38 deletions
Large diffs are not rendered by default.

modules/ROOT/pages/release-notes/release-notes521.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,13 @@
77

88
{productname} 5.2.1 was released for {enterpriseversion} and {cloudname} on Monday, April 6^th^, 2020. It includes {productname} 5.2.1 and additional changes to premium plugins. These release notes provide an overview of the changes for {productname} 5.2.1, including:
99

10-
* <<generalbugfixes,General bug fixes>>
11-
* <<accompanyingpremiumpluginchanges,Accompanying Premium Plugin changes>>
12-
* <<upgradingtothelatestversionoftinymce5,Upgrading to the latest version of TinyMCE 5>>
10+
* xref:generalbugfixes[General bug fixes]
11+
* xref:accompanyingpremiumpluginchanges[Accompanying Premium Plugin changes]
12+
* xref:upgradingtothelatestversionoftinymce5[Upgrading to the latest version of TinyMCE 5]
1313

1414
include::partial$misc/releasenotes_for_stable.adoc[]
1515

16+
[[generalbugfixes]]
1617
== General bug fixes
1718

1819
{productname} 5.2.1 provides fixes for the following bugs:
@@ -36,6 +37,7 @@ include::partial$misc/releasenotes_for_stable.adoc[]
3637
* Fixed an issue where removing the background color of text did not always work.
3738
* Fixed an issue where new rows and columns in a table did not retain the style of the previous row or column.
3839

40+
[[accompanyingpremiumpluginchanges]]
3941
== Accompanying Premium Plugin changes
4042

4143
The following premium plugins updates were released alongside {productname} 5.2.1.

modules/ROOT/pages/release-notes/release-notes522.adoc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@
77

88
{productname} 5.2.2 was released for {enterpriseversion} and {cloudname} on Thursday, April 30^th^, 2020. It includes {productname} 5.2.2 and additional changes to premium plugins. These release notes provide an overview of the changes for {productname} 5.2.2, including:
99

10-
* <<generalbugfixes,General bug fixes>>
11-
* <<securityfixes,Security fixes>>
12-
* <<accompanyingpremiumpluginchanges,Accompanying Premium Plugin changes>>
13-
* <<upgradingtothelatestversionoftinymce5,Upgrading to the latest version of TinyMCE 5>>
10+
* xref:generalbugfixes[General bug fixes]
11+
* xref:securityfixes[Security fixes]
12+
* xref:accompanyingpremiumpluginchanges[Accompanying Premium Plugin changes]
13+
* xref:upgradingtothelatestversionoftinymce5[Upgrading to the latest version of TinyMCE 5]
1414

1515
include::partial$misc/releasenotes_for_stable.adoc[]
1616

17+
[[generalbugfixes]]
1718
== General bug fixes
1819

1920
{productname} 5.2.2 provides fixes for the following bugs:
@@ -23,12 +24,14 @@ include::partial$misc/releasenotes_for_stable.adoc[]
2324
* Fixed `format` menu alignment buttons inconsistently applying to images.
2425
* Fixed the floating toolbar drawer height collapsing when the editor is rendered in modal dialogs or floating containers.
2526

27+
[[securityfixes]]
2628
== Security fixes
2729

2830
{productname} 5.2.2 provides fixes for the following security issues:
2931

3032
* Fixed `media` embed content not processing safely in some cases.
3133

34+
[[accompanyingpremiumpluginchanges]]
3235
== Accompanying Premium Plugin changes
3336

3437
The following premium plugins updates were released alongside {productname} 5.2.2.

modules/ROOT/pages/ui-components/typesoftoolbarbuttons.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,7 @@ The `fetch` function is called whenever the split button's drop-down menu is ope
332332

333333
include::partial$components/choice-menu-items.adoc[]
334334

335+
[[grouptoolbarbutton]]
335336
== Group toolbar button
336337

337338
include::partial$misc/requires_5_2v.adoc[]

modules/ROOT/partials/configuration/cache_suffix.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[[cache_suffix]]
12
== `cache_suffix`
23

34
This option lets you add a custom cache buster URL part at the end of each request `{prodnamecode}` makes to load CSS, scripts, etc. Just add the query string part you want to append to each URL request, for example "?v=4.1.6".

modules/ROOT/partials/configuration/codesample_global_prismjs.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[[codesample_global_prismjs]]
12
=== `codesample_global_prismjs`
23

34
include::partial$misc/requires_5_2v.adoc[]

modules/ROOT/partials/configuration/image_toolbar.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
=== quickbars_image_toolbar
1+
[[quickbars_image_toolbar]]
2+
=== `quickbars_image_toolbar`
23

34
include::partial$misc/requires_5_2v.adoc[]
45

modules/ROOT/partials/configuration/link_default_protocol.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[[link_default_protocol]]
12
=== `link_default_protocol`
23

34
This option allows you to set a default protocol for links when inserting/editing a link via the link dialog. The protocol will apply to any links where the protocol has not been specified and the prefix prompt has been accepted.

modules/ROOT/partials/configuration/linkchecker_preprocess.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[[linkchecker_preprocess]]
12
=== `linkchecker_preprocess`
23

34
The `linkchecker_preprocess` function is used for adjusting links before performing a link check.

modules/ROOT/partials/configuration/tiny_pageembed_inline_styles.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[[tiny_pageembed_inline_styles]]
12
=== `tiny_pageembed_inline_styles`
23

34
The `tiny_pageembed_inline_styles` option will inline all styles, while also keeping CSS classes, when rendering the embed content. This is useful when the additional CSS classes can't be added to your site. Defaults to `false`.

0 commit comments

Comments
 (0)