Skip to content

Commit

Permalink
Update release notes for 6.0.10 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed Feb 27, 2024
1 parent f0a4b93 commit 948d932
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions release/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Release notes for Plone 6.0.10rc1
# Release notes for Plone 6.0.10

* Released: Thursday February 22, 2023
* Released: Tuesday February 27, 2024
* 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).
* Canonical place for these [release notes](https://dist.plone.org/release/6.0.10/RELEASE-NOTES.md) and the full [packages changelog](https://dist.plone.org/release/6.0.10/changelog.txt).

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.0-dev/constraints.txt](https://dist.plone.org/release/6.0-dev/constraints.txt)
* With Buildout you can use the versions file at [https://dist.plone.org/release/6.0-dev/versions.cfg](https://dist.plone.org/release/6.0-dev/versions.cfg), plus optionally [`versions-extra.cfg`](https://dist.plone.org/release/6.0-dev/versions-extra.cfg) and [`versions-ecosystem.cfg`](https://dist.plone.org/release/6.0-dev/versions-ecosystem.cfg).
* With pip you can use the constraints file at [https://dist.plone.org/release/6.0.10/constraints.txt](https://dist.plone.org/release/6.0.10/constraints.txt)
* With Buildout you can use the versions file at [https://dist.plone.org/release/6.0.10/versions.cfg](https://dist.plone.org/release/6.0.10/versions.cfg), plus optionally [`versions-extra.cfg`](https://dist.plone.org/release/6.0.10/versions-extra.cfg) and [`versions-ecosystem.cfg`](https://dist.plone.org/release/6.0.10/versions-ecosystem.cfg).


## Highlights
Expand All @@ -24,7 +24,7 @@ Major changes since 6.0.9:
* `plone.app.caching`: Fix purging of image scale paths for Dexterity content.
* `plone.app.content`: Fix escaping HTML in ``tags`` popover and in vocabulary items.
* `plone.app.theming`: Traverse to theme resources from the portal. This fixes a broken theme when rendering accessible content contained in an inaccessible navigation root.
* `plone.staticresources`: Update dependencies: mockup 5.1.9, bootstrap 5.3.3, bootstrap-icons 1.11.3.
* `plone.staticresources`: Update dependencies: mockup 5.1.11, bootstrap 5.3.3, bootstrap-icons 1.11.3.
* `Products.CMFPlone`:
* Remove volatile cached resource viewlet content to fix context aware expressions.
* Add `data-bundle="diazo"` back, for backward compatibility with backend.xml (Classic UI).
Expand All @@ -33,7 +33,7 @@ Major changes since 6.0.9:

## Volto frontend

The default frontend for new Plone 6 sites is Volto. Latest release is [16.30.3](https://www.npmjs.com/package/@plone/volto/v/16.30.3). See the [changelog](https://github.com/plone/volto/blob/16.30.3/CHANGELOG.md).
The default frontend for new Plone 6 sites is Volto. Latest release is [16.31.0](https://www.npmjs.com/package/@plone/volto/v/16.31.0). See the [changelog](https://github.com/plone/volto/blob/16.31.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).
Expand Down

0 comments on commit 948d932

Please sign in to comment.