The third beta is here! Some links:
- You can use the
plone-backend
docker image . - With Buildout you can use the versions file at https://dist.plone.org/release/6.0.0b3/versions.cfg. On top of that, you may want to extend
versions-extra.cfg
andversions-ecosystem.cfg
. - With pip you can use the constraints file at https://dist.plone.org/release/6.0.0b3/constraints.txt
- Here is the release page on plone.org.
Release notes for Plone 6.0.0b3
Released: Tuesday October 4, 2022.
Highlights
Major changes since 6.0.0b2:
-
Products.PlonePAS
: Increase the minimum password length to 8 characters. -
pip
: We have actually downgradedpip
because version 22.2 and higher have an incompatibility with Buildout. Buildout works, but it cannot read the information about which Python versions are required for a package. If you do not use Buildout, feel free to use the latestpip
version. -
plone.restapi
:-
Add
@userschema
endpoint for getting the user schema. -
Add
@transactions
endpoint to fetch transactions that have been made through the Plone website. -
Added
@aliases
endpoint with GET/POST/DELETE. -
Improve performance of serializing image scales.
-
-
TinyMCE
rich text editor updates in various packages:-
Disable
advlist
plugin by default, it produces unclean inline styles. -
Add
inserttable
to toolbar. -
Add and improve table styles.
-
Add UI styles in non-inline mode.
-
Actually load theme-specified styles CSS in TinyMCE.
-
-
plone.staticresources
:-
Use successor repository of
svg-country-flags
. -
Upgrade to Bootstrap 5.2.2.
-
Upgrade to Mockup 5.0.0-alpha.24.
-
-
plonetheme.barceloneta
:- Bootstrap 5.2.2
-
plone.app.layout
: Use a variable to allow customization of the image scale used for social tags
Volto frontend
The default frontend for Plone 6 is Volto. Latest release is 16.0.0-alpha.40.
See the changelog.
Python compatibility
This release supports Python 3.8, 3.9, and 3.10.
Installation
For installation instructions, see the documentation.
This documentation is under development, but this should get you up and running. No worries.
Help wanted
We should have a release candidate shortly after the conference. Some are even hoping that this could be done during the conference live on the podium. At any rate, Plone 6 final needs you, the community! Wondering how you can help?
- Here is a list of issues marked as blocker. Currently only three. See if you can help there. Or see if there are issues that should be added to this list.
- You can work on documentation. Create new content, edit content, read and review content.
- You can add translations.
- Here is the project board Plone 6.0 - tasks to final. Some may need to be on the first list.
- CMFPlone has a milestone Plone 6.0 with yet other tasks. We seem to like lists of tasks.