Skip to content

Commit

Permalink
Release 16.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli committed Oct 23, 2024
1 parent 73e752a commit d740adc
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 12 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,27 @@

<!-- towncrier release notes start -->

## 16.33.0 (2024-10-23)

### Feature

- URL Management control panel: add a filter for redirects created after a given date.
**Note:** This requires `Products.CMFPlone` 6.0.14 and `plone.restapi` 9.7.3 or later.
@davisagli [#6414](https://github.com/plone/volto/issues/6414)
- URL Management control panel: Move the form for adding a new redirect into a modal. @davisagli [#6421](https://github.com/plone/volto/issues/6421)
- URL Management control panel: Add feature to bulk upload redirects in a CSV file.
**Note:** This requires `plone.restapi` 9.7.3 or later.
@davisagli [#6421](https://github.com/plone/volto/issues/6421)
- URL Management control panel: Add a way to edit existing aliases. @davisagli [#6425](https://github.com/plone/volto/issues/6425)

### Bugfix

- URL Management control panel: Improve layout for long paths. @davisagli [#6421](https://github.com/plone/volto/issues/6421)

### Internal

- Update upload-artifact action to fix CI. @davisagli [#6432](https://github.com/plone/volto/issues/6432)

## 16.32.1 (2024-08-28)

### Bugfix
Expand Down
3 changes: 0 additions & 3 deletions news/6414.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/6421.bugfix

This file was deleted.

3 changes: 0 additions & 3 deletions news/6421.feature.1

This file was deleted.

1 change: 0 additions & 1 deletion news/6421.feature.2

This file was deleted.

1 change: 0 additions & 1 deletion news/6425.feature

This file was deleted.

1 change: 0 additions & 1 deletion news/6432.internal

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"license": "MIT",
"version": "16.32.1",
"version": "16.33.0",
"repository": {
"type": "git",
"url": "git@github.com:plone/volto.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/volto-slate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@plone/volto-slate",
"version": "16.32.1",
"version": "16.33.0",
"description": "Slate.js integration with Volto",
"main": "src/index.js",
"author": "European Environment Agency: IDM2 A-Team",
Expand Down

0 comments on commit d740adc

Please sign in to comment.