Skip to content

Commit

Permalink
Prepare Plone 6.0.11.1 with plone.app.theming 5.0.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauritsvanrees committed May 8, 2024
1 parent 6562992 commit 4244cae
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 8 deletions.
17 changes: 12 additions & 5 deletions release/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,25 @@
# Release notes for Plone 6.0.11
# Release notes for Plone 6.0.11.1

* Last updated: Thursday April 25, 2024
This is a "sub" release of 6.0.11 with a fix for wrong character encoding in some parts.
For example in the folder contents view instead of "Add new..." you might see "Add newâ¦".

* Released: Wednesday May 8, 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.11/RELEASE-NOTES.md) and the full [packages changelog](https://dist.plone.org/release/6.0.11/changelog.txt).
* Canonical place for these [release notes](https://dist.plone.org/release/6.0.11.1/RELEASE-NOTES.md) and the full [packages changelog](https://dist.plone.org/release/6.0.11.1/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.11/constraints.txt](https://dist.plone.org/release/6.0.11/constraints.txt)
* With Buildout you can use the versions file at [https://dist.plone.org/release/6.0.11/versions.cfg](https://dist.plone.org/release/6.0.11/versions.cfg), plus optionally [`versions-extra.cfg`](https://dist.plone.org/release/6.0.11/versions-extra.cfg) and [`versions-ecosystem.cfg`](https://dist.plone.org/release/6.0.11/versions-ecosystem.cfg).
* With pip you can use the constraints file at [https://dist.plone.org/release/6.0.11.1/constraints.txt](https://dist.plone.org/release/6.0.11.1/constraints.txt)
* With Buildout you can use the versions file at [https://dist.plone.org/release/6.0.11.1/versions.cfg](https://dist.plone.org/release/6.0.11.1/versions.cfg), plus optionally [`versions-extra.cfg`](https://dist.plone.org/release/6.0.11.1/versions-extra.cfg) and [`versions-ecosystem.cfg`](https://dist.plone.org/release/6.0.11.1/versions-ecosystem.cfg).


## Highlights

Major changes since 6.0.11:

* `plone.app.theming`: When calling the html serializer pass an encoding. This is needed because we updated from `lxml` 4 to 5.

Major changes since 6.0.10.1:

* `mxdev`: Fix for Python 3.12 virtual envs.
Expand Down
4 changes: 3 additions & 1 deletion release/changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,12 @@ Internal:
[plone devs] (6e36bcc4)


plone.app.theming: 5.0.7 → 5.0.8
plone.app.theming: 5.0.7 → 5.0.9
--------------------------------
Bug fixes:

- Fix an issue with unicode characters happening with lxml 5 [ale-rt] (#238)

- Traverse to theme resources from the navigation root again.
Only when this gives an Unauthorized, try it on the portal as a fall back.
This fixes other use cases of traversing to absolute urls in a theme.
Expand Down
2 changes: 1 addition & 1 deletion release/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ plone.app.robotframework==2.1.2
plone.app.standardtiles==3.1.2
plone.app.testing==7.0.2
plone.app.textfield==2.0.1
plone.app.theming==5.0.8
plone.app.theming==5.0.9
plone.app.tiles==4.0.1
plone.app.upgrade==3.1.4
plone.app.users==3.0.6
Expand Down
2 changes: 1 addition & 1 deletion versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ plone.app.relationfield = 3.0.5
plone.app.robotframework = 2.1.2
plone.app.testing = 7.0.2
plone.app.textfield = 2.0.1
plone.app.theming = 5.0.8
plone.app.theming = 5.0.9
plone.app.upgrade = 3.1.4
plone.app.users = 3.0.6
plone.app.uuid = 2.2.3
Expand Down

0 comments on commit 4244cae

Please sign in to comment.