Skip to content

Commit

Permalink
Redturtle volto 2 5 4 (#8)
Browse files Browse the repository at this point in the history
* update design.plone.contenttypes to 6.0.18
* redturtle.volto 2.5.4
  • Loading branch information
luca-bellenghi authored Sep 26, 2023
1 parent 4119b97 commit 28ba27c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 20230926-01
- redturtle.volto 2.5.3 -> redturtle.volto 2.5.4 [lucabel]
- Fix the issue in the @translation GET endpoint: If this endpoint
is invoked, possibly by a bot, and plone.app.multilingual is not
installed, the call will result in an empty search query on the catalog.
[lucabel]
- backport https://github.com/plone/Products.CMFPlone/pull/3845 fix: avoid
searching all users when many_users is flagged [mamico]

## 20230920-01
- design.plone.contenttypes 6.0.17 -> design.plone.policy 6.0.18 [lucabel]
- Add permission check to solve problem accessing private resources with anonymous user [lucabel]

## 20230829-01
- design.plone.policy 5.0.5 -> design.plone.policy 5.0.6[folix-01]
- Fix to 3001 upgrade step. [folix-01]
Expand Down
4 changes: 2 additions & 2 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ collective.volto.socialsettings = 0.2.1
collective.volto.subfooter = 1.1.0
collective.volto.subsites = 1.4.0
collective.z3cform.datagridfield = 3.0.1
design.plone.contenttypes = 6.0.17
design.plone.contenttypes = 6.0.18
design.plone.policy = 5.0.6
iw.rejectanonymous = 1.2.7
eea.api.taxonomy = 1.5
Expand All @@ -37,7 +37,7 @@ plone.formwidget.geolocation = 2.2.1
redturtle.bandi = 1.4.3
redturtle.faq = 1.0.1
redturtle.rssservice = 2.2.0
redturtle.volto = 5.2.3
redturtle.volto = 5.2.4
redturtle.voltoplugin.editablefooter = 1.1.2
rer.customersatisfaction = 2.0.0
sentry-sdk = 1.12.1
Expand Down

0 comments on commit 28ba27c

Please sign in to comment.