I am proud to announce the release of the second beta of Plone 6.1.
- Released: December 19, 2024
- Check the release schedule.
- Read the upgrade guide, explaining the biggest changes compared to 6.0.
- Canonical place for these release notes and the full packages changelog.
If you want to jump straight in, here are two important links: - With pip you can use the constraints file at https://dist.plone.org/release/6.1.0b1/constraints.txt.
- With Buildout you can use the versions file at https://dist.plone.org/release/6.1.0b1/versions.cfg, plus optionally
versions-extra.cfg
andversions-ecosystem.cfg
.
The first release candidate is expected in January.
Highlights
Major changes since 6.1.0b1:
- Supports Python 3.13. Python 3.13.0 has a problem though, so you need at least 3.13.1.
Products.CMFPlone
: Allow bundles to be rendered after all others. To render resources after all others, give them the "depends" value of "all".Products.CMFEditions
: Fix ancient bug: "Can't pickle objects in acquisition wrappers" error inOMOutsideChildrensModifier
andOMInsideChildrensModifier
.plone.app.event
: Provide an IContentListingObject adapter.plone.app.multilingual
: use pat-contentbrowser as default widget for add translation form.plone.distribution
: Fix bug where launch screen was blank in Chrome.plone.namedfile
: SetLink
header withrel="canonical"
for file downloads. @mamico (#163)plone.restapi
:- Fix log in after changing email when "email as login" is enabled.
- When a Link content item is linked by UID, resolve its URL as the linked target URL for anonymous users.
plone.volto
:- Rename
default
distribution tovolto
. - Enable the
plone.versioning
behavior for the Page content type. - The
volto.head_title
behavior has been renamed tovolto.kicker
. The old name still works, but is deprecated. Content types should be updated to use the new name.
- Rename
plonetheme.barceloneta
: Upgrade TinyMCE 7.6.0.
Volto frontend
The default frontend for new Plone 6 sites is Volto.
Note that this is a JavaScript frontend that you need to run in a separate process with NodeJS.
Plone 6.1 is meant to be used with Volto 18.
Latest release is 18.4.0. See the changelog.
Classic UI
The HTML based and server side rendered UI that was present in Plone 5.2 and earlier major Plone releases is still available and has also been updated and improved upon in Plone 6.0 and 6.1. Our documentation now refers to this frontend as 'Classic UI'.
Python compatibility
This is the first Plone release to support Python 3.13.
This release supports Python 3.10, 3.11, 3.12, and 3.13.
pip, buildout, setuptools
In Plone core we use these versions to install Plone:
pip==24.3.1
setuptools==75.6.0
wheel==0.45.1
zc.buildout==3.3
In general you are free to use whatever versions work for you, but these worked for us.
Note that there is also a zc.buildout
4.0.0a1 release that you could try.
Installation
For installation instructions, see the documentation.
Issues
If you find any issues, please report them in the main issue tracker.