Skip to content

Commit 3fb7301

Browse files
authored
Move Python support to the first item. Nitpicky grammar fixes.
1 parent 953bc41 commit 3fb7301

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/backend/upgrading/version-specific-migration/upgrade-to-61.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ Plone 6.1 has seen the following major changes.
1515
Some may require changes in your setup.
1616

1717

18+
## Drop Python 3.8 and 3.9
19+
20+
We only support Python 3.10, 3.11, and 3.12.
21+
22+
1823
## TinyMCE upgraded in Classic UI
1924

2025
In Plone 6.0, the Classic UI frontend uses TinyMCE 5, a rich text editor for websites.
@@ -70,18 +75,14 @@ https://github.com/plone/plone.app.z3cform/pull/181
7075
```
7176
````
7277
73-
## Drop Python 3.8 and 3.9
74-
75-
We only support Python 3.10, 3.11, and 3.12.
76-
7778
7879
## `plone.app.multilingual` is a core add-on
7980
80-
`plone.app.multilingual` is the package that adds multilingual support to Plone, so for having content in multiple languages.
81-
Until Plone 6.0 this was a dependency of `Products.CMFPlone`, so it was available for installation in all Plone sites.
82-
In Plone 6.1 it has become a dependency of the `Plone` package.
81+
`plone.app.multilingual` is the package that adds multilingual support to Plone, allowing the storage and display of content in multiple languages.
82+
In Plone 6.0 and earlier, this was a dependency of `Products.CMFPlone`, making it available for installation in all Plone sites.
83+
In Plone 6.1 it is now a dependency of the `Plone` package.
8384
84-
If your project or your add-on needs this package, and you only depend on `Products.CMFPlone` until now, you should add `plone.app.multilingual` as dependency.
85+
If your project or your add-on needs this package, and you only depend on `Products.CMFPlone` until now, you should add `plone.app.multilingual` as a dependency.
8586
Then your project or add-on will keep working in both Plone 6.0 and 6.1.
8687
87-
The goal of turning more of the current core packages into core add-ons, is to make the core smaller, and in some cases solve circular dependencies.
88+
The goal of turning more of the current core packages into core add-ons is to make the core smaller, and in some cases solve circular dependencies.

0 commit comments

Comments
 (0)