Skip to content

Commit

Permalink
Preparing release 3.0.9
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mauritsvanrees committed Jun 7, 2024
1 parent 0d68e55 commit 0517b47
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,19 @@ Changelog
.. towncrier release notes start
3.0.9 (2024-06-07)
------------------

Bug fixes:


- No longer set ``portal_properties.site_properties.visible_ids`` on site creation.
The ``portal_properties`` tools is deprecated, ``visible_ids`` was not set as real property, and usage of ``visible_ids`` was largely removed in Plone 5.0 already.
You already can no longer set ``visible ids`` in the Editing control panel, nor in the member preferences.
The only remaining use for ``visible_ids``, if set to true, was to show the page ids on the 'select default page' form.
[maurits] (#125)


3.0.8 (2024-05-30)
------------------

Expand Down
5 changes: 0 additions & 5 deletions news/125.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import os


version = "3.0.9.dev0"
version = "3.0.9"


def read(*rnames):
Expand Down

0 comments on commit 0517b47

Please sign in to comment.