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
2 changes: 1 addition & 1 deletion 13/umbraco-forms/developer/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ You can obtain the latest version of the Forms default theme from the following
* [13.2.4](./files/umbraco-forms-default-theme-13.2.4.zip)
* [13.3.0](./files/umbraco-forms-default-theme-13.3.0.zip)
* [13.5.0](./files/umbraco-forms-default-theme-13.5.0.zip)
* [13.7.0-rc](./files/umbraco-forms-default-theme-13.7.0-rc.zip)
* [13.7.0](./files/umbraco-forms-default-theme-13.7.0.zip)

You should use the theme available for the highest version that's less or equal to the version of Forms you have installed. For example, when using Umbraco Forms 13.4.0, and no file for that version is available use version 13.3.0 instead.

Expand Down
3 changes: 3 additions & 0 deletions 13/umbraco-forms/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ If you are upgrading to a new major version, you can find information about the

This section contains the release notes for Umbraco Forms 13 including all changes for this version.

### [13.7.0](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue%20state%3Aopen%20label%3Arelease%2F13.7.0) (October 30th 2025)
* All items detailed under release candidates for 13.7.0.

### [13.7.0-rc2](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue%20state%3Aopen%20label%3Arelease%2F13.7.0) (October 27th 2025)
* Improved redirects in UmbracoFormsController for handling IContentFinder and virtual pages [#1456](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1456)
* Fix prevalue source to sort by caption by default, not value [#1438](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1438)
Expand Down
2 changes: 1 addition & 1 deletion 16/umbraco-forms/developer/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For Umbraco 9 and previous, it's straightforward to copy the files you need from
You can obtain the latest version of the Forms default theme from the following links:

* [16.0.0](./files/umbraco-forms-default-theme-16.0.0.zip)
* [16.2.0-rc](./files/umbraco-forms-default-theme-16.2.0-rc.zip)
* [16.2.0](./files/umbraco-forms-default-theme-16.2.0.zip)

You should use the theme available for the highest version that's less or equal to the version of Forms you have installed.

Expand Down
3 changes: 3 additions & 0 deletions 16/umbraco-forms/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ If you are upgrading to a new major version, you can find information about the

This section contains the release notes for Umbraco Forms 16 including all changes for this version.

### [16.2.0](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue%20state%3Aopen%20label%3Arelease%2F16.2.0) (October 30th 2025)
* All items detailed under release candidates for 16.2.0.

### [16.2.0-rc2](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue%20state%3Aopen%20label%3Arelease%2F16.2.0) (October 27th 2025)
* Improved redirects in UmbracoFormsController for handling IContentFinder and virtual pages [#1456](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1456)
* Refine fieldset caption rendering logic [#1466](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1466)
Expand Down