I released Plone 6.2.1 on 26 June, but completely forgot to announce it. I guess there was too much going on with security releases and some problems creating a Docker plone-backend image, meanwhile resolved. Sorry about that!
Release notes for Plone 6.2.1
- Released: June 26th, 2026
- Check the release schedule.
- Read the upgrade guide, explaining the biggest changes compared to 6.1.
- Canonical place for these release notes and the full packages changelog.
If you want to jump straight in, here are some important links:
- With pip you can use the constraints file at https://dist.plone.org/release/6.2.1/constraints.txt. This includes the extra and ecosystem constraints, which are separate in the Buildout configs.
- With Buildout you can use the versions file at https://dist.plone.org/release/6.2.1/versions.cfg, plus optionally
versions-extra.cfgandversions-ecosystem.cfg. - Use Docker image
plone-backend.
Highlights
These are the main changes compared to 6.2.0:
- Add security fixes from June 5 and 23. See:
plone.namedfile: Allow to set lazy to false, to suppress theloading="lazy"attribute.
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.2 is meant to be used with Volto 19.
Latest release is 19.1.4. See the changelog. This is an alpha release, but it is ready to be made final. Volto is just waiting for the Plone 6.2 final release.
Please have a look at the upgrade guide for migration from Volto 18 to 19.
Volto related changes in the Python backend since 6.2.0:
- nothing
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. Our documentation now refers to this frontend as 'Classic UI'.
It is being renamed to Blicca.
Classic UI related changes since 6.2.0:
plone.staticresources: Updatemockupfrom 5.6.4 to 5.6.7. See alsomockup5.6.7 changelog and earlier.
Python compatibility
This release supports Python 3.10, 3.11, 3.12, 3.13, and 3.14.
pip, buildout, setuptools
In Plone core we use these versions to install Plone:
horse-with-no-namespace==20260202.0
pip==26.1.2
setuptools==81.0.0
wheel==0.47.0
zc.buildout==5.2.0
In general you are free to use whatever versions work for you, but these worked for us.
If you don't use buildout, it should be fine to use setuptools 82+.
Installation
For installation instructions, see the documentation.
Issues
If you find any issues, please report them in the main issue tracker.