From e15e5e8c8711344b8a6c7b20e3cb5b2845bbc1d4 Mon Sep 17 00:00:00 2001 From: Rick Butterfield Date: Mon, 27 Oct 2025 09:50:18 +0000 Subject: [PATCH 1/5] Add release notes for RC2 versions --- 13/umbraco-forms/release-notes.md | 6 ++++++ 16/umbraco-forms/release-notes.md | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/13/umbraco-forms/release-notes.md b/13/umbraco-forms/release-notes.md index 58c9a95be5f..50de9203c4b 100644 --- a/13/umbraco-forms/release-notes.md +++ b/13/umbraco-forms/release-notes.md @@ -16,6 +16,12 @@ 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-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 IContentFinders [#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) +* Add `autocomplete` attribute to Password FieldType [#1166](https://github.com/umbraco/Forms/pull/1166) +* Configure `Umbraco:CMS:Global:Smtp:From` to take priority over `Umbraco:CMS:Content:Notifications:Email` in email workflows [#1162](https://github.com/umbraco/Forms/pull/1162) + ### [13.7.0-rc](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue%20state%3Aopen%20label%3Arelease%2F13.7.0) (October 20th 2025) * Fix console error when using Rich Text editor in workflow [#1431](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1431) * Correct translation key for Rich Text field 'Show Label' description [#1426](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1426) diff --git a/16/umbraco-forms/release-notes.md b/16/umbraco-forms/release-notes.md index 15d98a88703..49f80b40cf1 100644 --- a/16/umbraco-forms/release-notes.md +++ b/16/umbraco-forms/release-notes.md @@ -16,6 +16,14 @@ 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-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) +* Ensure configured RTE stylesheets are loaded in TipTap editor [#1441](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1441) +* Automatically set the `mandatory` field for new fields when field type has `MandatoryByDefault` [#1455](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1455) +* Add `autocomplete` attribute to Password FieldType [#1166](https://github.com/umbraco/Forms/pull/1166) +* Configure `Umbraco:CMS:Global:Smtp:From` to take priority over `Umbraco:CMS:Content:Notifications:Email` in email workflows [#1162](https://github.com/umbraco/Forms/pull/1162) + ### [16.2.0-rc](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue%20state%3Aopen%20label%3Arelease%2F16.2.0) (October 20th 2025) * Hide caret from backoffice folders if there are no child items [#1446](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1446) * Fix type in "Display Layout" property description [#1442](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1442) From 8ce750b8f246459f1e22e5499eb667570764b13d Mon Sep 17 00:00:00 2001 From: Rick Butterfield Date: Mon, 27 Oct 2025 09:53:55 +0000 Subject: [PATCH 2/5] Correct links for issues --- 13/umbraco-forms/release-notes.md | 6 +++--- 16/umbraco-forms/release-notes.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/13/umbraco-forms/release-notes.md b/13/umbraco-forms/release-notes.md index 50de9203c4b..0bb4afbbe5e 100644 --- a/13/umbraco-forms/release-notes.md +++ b/13/umbraco-forms/release-notes.md @@ -17,10 +17,10 @@ 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-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 IContentFinders [#1456](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1456) +* 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) -* Add `autocomplete` attribute to Password FieldType [#1166](https://github.com/umbraco/Forms/pull/1166) -* Configure `Umbraco:CMS:Global:Smtp:From` to take priority over `Umbraco:CMS:Content:Notifications:Email` in email workflows [#1162](https://github.com/umbraco/Forms/pull/1162) +* Add `autocomplete` attribute to Password FieldType [#1211](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1211) +* Configure `Umbraco:CMS:Global:Smtp:From` to take priority over `Umbraco:CMS:Content:Notifications:Email` in email workflows [#1417](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1417)* ### [13.7.0-rc](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue%20state%3Aopen%20label%3Arelease%2F13.7.0) (October 20th 2025) * Fix console error when using Rich Text editor in workflow [#1431](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1431) diff --git a/16/umbraco-forms/release-notes.md b/16/umbraco-forms/release-notes.md index 49f80b40cf1..421d6820a24 100644 --- a/16/umbraco-forms/release-notes.md +++ b/16/umbraco-forms/release-notes.md @@ -21,8 +21,8 @@ This section contains the release notes for Umbraco Forms 16 including all chang * Refine fieldset caption rendering logic [#1466](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1466) * Ensure configured RTE stylesheets are loaded in TipTap editor [#1441](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1441) * Automatically set the `mandatory` field for new fields when field type has `MandatoryByDefault` [#1455](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1455) -* Add `autocomplete` attribute to Password FieldType [#1166](https://github.com/umbraco/Forms/pull/1166) -* Configure `Umbraco:CMS:Global:Smtp:From` to take priority over `Umbraco:CMS:Content:Notifications:Email` in email workflows [#1162](https://github.com/umbraco/Forms/pull/1162) +* Add `autocomplete` attribute to Password FieldType [#1211](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1211) +* Configure `Umbraco:CMS:Global:Smtp:From` to take priority over `Umbraco:CMS:Content:Notifications:Email` in email workflows [#1417](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1417) ### [16.2.0-rc](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue%20state%3Aopen%20label%3Arelease%2F16.2.0) (October 20th 2025) * Hide caret from backoffice folders if there are no child items [#1446](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1446) From 7a26b03e6cac317694051a1331a82557e7b773c6 Mon Sep 17 00:00:00 2001 From: Rick Butterfield Date: Mon, 27 Oct 2025 09:57:02 +0000 Subject: [PATCH 3/5] Fix error Remove RTE acronym --- 16/umbraco-forms/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/16/umbraco-forms/release-notes.md b/16/umbraco-forms/release-notes.md index 421d6820a24..e6cba283375 100644 --- a/16/umbraco-forms/release-notes.md +++ b/16/umbraco-forms/release-notes.md @@ -19,7 +19,7 @@ This section contains the release notes for Umbraco Forms 16 including all chang ### [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) -* Ensure configured RTE stylesheets are loaded in TipTap editor [#1441](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1441) +* Ensure configured stylesheets are loaded in TipTap rich text editor [#1441](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1441) * Automatically set the `mandatory` field for new fields when field type has `MandatoryByDefault` [#1455](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1455) * Add `autocomplete` attribute to Password FieldType [#1211](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1211) * Configure `Umbraco:CMS:Global:Smtp:From` to take priority over `Umbraco:CMS:Content:Notifications:Email` in email workflows [#1417](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1417) From b869515ff5f9dded235ea4687b373576cbcd5b5c Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Mon, 27 Oct 2025 16:29:36 +0100 Subject: [PATCH 4/5] Update 13/umbraco-forms/release-notes.md --- 13/umbraco-forms/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-forms/release-notes.md b/13/umbraco-forms/release-notes.md index 0bb4afbbe5e..fbbd44da7a2 100644 --- a/13/umbraco-forms/release-notes.md +++ b/13/umbraco-forms/release-notes.md @@ -18,7 +18,7 @@ This section contains the release notes for Umbraco Forms 13 including all chang ### [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) +* Fix prevalue source to sort by caption by default, not value [#1438](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1438) * Add `autocomplete` attribute to Password FieldType [#1211](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1211) * Configure `Umbraco:CMS:Global:Smtp:From` to take priority over `Umbraco:CMS:Content:Notifications:Email` in email workflows [#1417](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1417)* From 82b1ddc28e9d2fcc4e4fea1f3e369eaf41e14436 Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Mon, 27 Oct 2025 16:29:54 +0100 Subject: [PATCH 5/5] Update 13/umbraco-forms/release-notes.md --- 13/umbraco-forms/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-forms/release-notes.md b/13/umbraco-forms/release-notes.md index fbbd44da7a2..120cac3effe 100644 --- a/13/umbraco-forms/release-notes.md +++ b/13/umbraco-forms/release-notes.md @@ -20,7 +20,7 @@ This section contains the release notes for Umbraco Forms 13 including all chang * 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) * Add `autocomplete` attribute to Password FieldType [#1211](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1211) -* Configure `Umbraco:CMS:Global:Smtp:From` to take priority over `Umbraco:CMS:Content:Notifications:Email` in email workflows [#1417](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1417)* +* Configure `Umbraco:CMS:Global:Smtp:From` to take priority over `Umbraco:CMS:Content:Notifications:Email` in email workflows [#1417](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1417) ### [13.7.0-rc](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue%20state%3Aopen%20label%3Arelease%2F13.7.0) (October 20th 2025) * Fix console error when using Rich Text editor in workflow [#1431](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1431)