File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed
docs/backend/upgrading/version-specific-migration Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -26,5 +26,6 @@ upgrade-to-52
26
26
upgrade-to-python3
27
27
upgrade-zodb-to-python3
28
28
upgrade-to-60
29
+ upgrade-to-61
29
30
migrate-to-volto
30
31
```
Original file line number Diff line number Diff line change
1
+ ---
2
+ myst :
3
+ html_meta :
4
+ " description " : " How to upgrade to Plone 6.1"
5
+ " property=og:description " : " How to upgrade to Plone 6.1"
6
+ " property=og:title " : " How to upgrade to Plone 6.1"
7
+ " keywords " : " Upgrade, Plone 6"
8
+ ---
9
+
10
+ (backend-upgrade-plone-v61-label)=
11
+
12
+ # Upgrade Plone 6.0 to 6.1
13
+
14
+ Plone 6.1 has seen the following major changes.
15
+ Some may require changes in your setup.
16
+
17
+
18
+ ## TinyMCE upgraded
19
+
20
+ Plone 6.0 uses TinyMCE, a rich text editor for websites.
21
+ TinyMCE 5 reached its end of support on April 20, 2023.
22
+ For Plone 6.1, TinyMCE has been upgraded from version 5 to 7.
23
+
24
+ ``` {seealse}
25
+ - [How to upgrade TinyMCE 5 to TinyMCE 6](https://www.tiny.cloud/blog/upgrade-to-tinymce-6/)
26
+ - [Upgrading TinyMCE](https://www.tiny.cloud/docs/tinymce/latest/upgrading/)
27
+ ```
You can’t perform that action at this time.
0 commit comments