Skip to content

Commit

Permalink
Preparing release 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed May 16, 2024
1 parent dffae07 commit 4c6e4af
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ Changelog
.. towncrier release notes start
4.4.1 (2024-05-16)
------------------

Bug fixes:


- Do not set the nonfolderish_tabs registry to False. @wesleybl (#145)
- Fix for preview_image_link image_scales adapter when the field is empty.
Swap condition for `image_field` indexer, `preview_image_link` first, then the default `preview_image`
[sneridagh] (#148)


4.4.0 (2024-04-25)
------------------

Expand Down
1 change: 0 additions & 1 deletion news/145.bugfix

This file was deleted.

3 changes: 0 additions & 3 deletions news/148.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 @@ -25,7 +25,7 @@ def readfile(name):

setup(
name="plone.volto",
version="4.4.1.dev0",
version="4.4.1",
description="Volto integration add-on for Plone",
long_description=long_description,
# Get more from https://pypi.org/classifiers/
Expand Down

0 comments on commit 4c6e4af

Please sign in to comment.