Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions 13/umbraco-forms/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,10 @@ And there are a couple of further additions to improve the performance and acces

## Umbraco.Forms.Deploy

### 13.1.2 (September 24th 2025)

* Fix `FolderConnector.GetRange()` using root string throwing `ArgumentException`

### 13.1.1 (May 20th 2025)

* Remove null entries in field prevalues [#260](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/260)
Expand Down
4 changes: 4 additions & 0 deletions 16/umbraco-forms/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,10 @@ By enabling the [`UseViewEngineFormThemeResolver` setting](./developer/configura

This Deploy add-on adds support for transferring, restoring, exporting and importing (including migrating between major versions) of Umbraco Forms data.

### 16.0.1 (September 24th 2025)

* Fix `FolderConnector.GetRange()` using root string throwing `ArgumentException`

### 16.0.0 (June 12th 2025)

* Update Forms and Deploy dependencies to 16.0.0
Expand Down
Loading