Skip to content

Commit 7c63be0

Browse files
committed
Start Plone 6.1 upgrade guide
1 parent bfba66e commit 7c63be0

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

docs/backend/upgrading/version-specific-migration/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ upgrade-to-52
2626
upgrade-to-python3
2727
upgrade-zodb-to-python3
2828
upgrade-to-60
29+
upgrade-to-61
2930
migrate-to-volto
3031
```
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
```

0 commit comments

Comments
 (0)