diff --git a/release/RELEASE-NOTES.md b/release/RELEASE-NOTES.md index 0507a16e21..4e273a93c8 100644 --- a/release/RELEASE-NOTES.md +++ b/release/RELEASE-NOTES.md @@ -1,6 +1,6 @@ -# Release notes for Plone 6.0-dev +# Release notes for Plone 6.0.7rc1 -* Last updated: Thursday September 7, 2023 +* Last updated: Thursday September 14, 2023 * Check the [release schedule](https://plone.org/download/release-schedule). * Read the [upgrade guide](https://6.docs.plone.org/upgrade/index.html), explaining the biggest changes compared to 5.2. * Canonical place for these [release notes](https://dist.plone.org/release/6.0-dev/RELEASE-NOTES.md) and the full [packages changelog](https://dist.plone.org/release/6.0-dev/changelog.txt). @@ -16,6 +16,9 @@ If you want to jump straight in, here are two important links: Major changes since 6.0.6: * `Zope`: Security fixes in `AccessControl` and `RestrictedPython`. See [community announcement](https://community.plone.org/t/zope-4-8-9-and-5-8-4-released-with-a-security-fix/17849). +* `plone.namedfile`: + * Add internal modification timestamp with fallback to _p_mtime. + * Use new internal modification timestamp as part of the hash key for scales. * `plone.app.widgets`: Make this package deprecated. It still works, and is included in Plone 6.0, but Plone 6.1 will not ship with it. Widget base classes have been moved to ``plone.app.z3cform.widgets.patterns``. Also see ``plone.app.widgets.utils`` for information about moving utility methods to their new location. @@ -39,11 +42,12 @@ Major changes since 6.0.6: * When serializing blocks, `image_scales` is now added to blocks that contain a resolveuid-based `url`. * When deserializing blocks, `image_scales` is removed. * Add `visit_blocks` util for finding all nested blocks. +* `plone.app.locales`: Updates to nl translations. ## Volto frontend -The default frontend for new Plone 6 sites is Volto. Latest release is [16.22.2](https://www.npmjs.com/package/@plone/volto/v/16.22.2). See the [changelog](https://github.com/plone/volto/blob/16.22.2/CHANGELOG.md). +The default frontend for new Plone 6 sites is Volto. Latest release is [16.24.0](https://www.npmjs.com/package/@plone/volto/v/16.24.0). See the [changelog](https://github.com/plone/volto/blob/16.24.0/CHANGELOG.md). Note that this is a JavaScript frontend that you need to run in a separate process with NodeJS. Also, existing Plone sites need some or more extensive changes to be upgraded before they can use the Volto Frontend. Please read the guide on [migrating from Plone Classic UI to Volto](https://6.docs.plone.org/backend/upgrading/version-specific-migration/migrate-to-volto.html). @@ -51,7 +55,7 @@ Also, existing Plone sites need some or more extensive changes to be upgraded be ## 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'. Support for Classic UI is especially relevant for existing Plone sites which for whatever reason or requirements are not yet ready to be upgraded to the Volto frontend. +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'. Support for Classic UI is especially relevant for existing Plone sites which for whatever reason or requirements are not yet ready to be upgraded to the Volto frontend. ## Python compatibility diff --git a/release/changelog.txt b/release/changelog.txt index d8738f7f45..e416286f98 100644 --- a/release/changelog.txt +++ b/release/changelog.txt @@ -32,6 +32,10 @@ plone.app.contentmenu: 3.0.2 → 3.0.3 ------------------------------------ Bug fixes: +- Fix "Add item to default page" modal form. [sverbois] (#54) + +Internal: + - Update configuration files. [plone devs] (7723aeaf)