Skip to content

Commit 8fbed8f

Browse files
committed
Release 2.3.0
1 parent 62267e2 commit 8fbed8f

File tree

5 files changed

+14
-3
lines changed

5 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
<!-- towncrier release notes start -->
1010

11+
## 2.3.0 (2025-09-18)
12+
13+
### Feature
14+
15+
- Make it possible for `isValidUrl` customizations to use data from `site` API endpoint. @danalvrz
16+
1117
## 2.2.0 (2025-08-26)
1218

1319
### Feature

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitconcept/volto-iframe-block-dev",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "volto-iframe-block: Volto Add-on",
55
"author": "kitconcept GmbH",
66
"homepage": "https://github.com/kitconcept/volto-iframe-block",

packages/volto-iframe-block/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@
88

99
<!-- towncrier release notes start -->
1010

11+
## 2.3.0 (2025-09-18)
12+
13+
### Feature
14+
15+
- Make it possible for `isValidUrl` customizations to use data from `site` API endpoint. @danalvrz
16+
1117
## 2.2.0 (2025-08-26)
1218

1319
### Feature

packages/volto-iframe-block/news/+siteDataValidation.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/volto-iframe-block/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kitconcept/volto-iframe-block",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "volto-iframe-block: Volto Add-on",
55
"main": "src/index.js",
66
"license": "MIT",

0 commit comments

Comments
 (0)