@plone/volto 16.31.8 → 16.31.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.changelog.draft +3 -3
- package/.yarn/install-state.gz +0 -0
- package/CHANGELOG.md +12 -0
- package/locales/ca/LC_MESSAGES/volto.po +899 -899
- package/locales/de/LC_MESSAGES/volto.po +899 -899
- package/locales/en/LC_MESSAGES/volto.po +899 -899
- package/locales/en.json +1 -1
- package/locales/es/LC_MESSAGES/volto.po +899 -899
- package/locales/eu/LC_MESSAGES/volto.po +899 -899
- package/locales/fi/LC_MESSAGES/volto.po +899 -899
- package/locales/fr/LC_MESSAGES/volto.po +899 -899
- package/locales/it/LC_MESSAGES/volto.po +899 -899
- package/locales/ja/LC_MESSAGES/volto.po +899 -899
- package/locales/nl/LC_MESSAGES/volto.po +899 -899
- package/locales/pt/LC_MESSAGES/volto.po +899 -899
- package/locales/pt_BR/LC_MESSAGES/volto.po +899 -899
- package/locales/ro/LC_MESSAGES/volto.po +899 -899
- package/locales/volto.pot +901 -901
- package/locales/zh_CN/LC_MESSAGES/volto.po +899 -899
- package/package.json +1 -1
- package/packages/volto-slate/package.json +1 -1
- package/src/components/manage/Controlpanels/Users/UserGroupMembershipControlPanel.jsx +2 -2
- package/src/express-middleware/files.js +1 -0
- package/src/express-middleware/images.js +1 -0
package/.changelog.draft
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
## 16.31.
|
|
1
|
+
## 16.31.10 (2024-06-12)
|
|
2
2
|
|
|
3
|
-
###
|
|
3
|
+
### Bugfix
|
|
4
4
|
|
|
5
|
-
-
|
|
5
|
+
- Fixed group membership control panel's check for the `plone.restapi` version. @shibbu264 [#5448](https://github.com/plone/volto/issues/5448)
|
|
6
6
|
|
|
7
7
|
|
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,18 @@
|
|
|
8
8
|
|
|
9
9
|
<!-- towncrier release notes start -->
|
|
10
10
|
|
|
11
|
+
## 16.31.10 (2024-06-12)
|
|
12
|
+
|
|
13
|
+
### Bugfix
|
|
14
|
+
|
|
15
|
+
- Fixed group membership control panel's check for the `plone.restapi` version. @shibbu264 [#5448](https://github.com/plone/volto/issues/5448)
|
|
16
|
+
|
|
17
|
+
## 16.31.9 (2024-05-27)
|
|
18
|
+
|
|
19
|
+
### Bugfix
|
|
20
|
+
|
|
21
|
+
- Allow X-Robots-Tag header in images/files middleware @sneridagh [#6043](https://github.com/plone/volto/issues/6043)
|
|
22
|
+
|
|
11
23
|
## 16.31.8 (2024-05-21)
|
|
12
24
|
|
|
13
25
|
### Internal
|