From 8a8e3fda89421645cd01e2fae09b632b2cdf3421 Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Tue, 1 Oct 2024 11:12:01 +0200 Subject: [PATCH 1/2] Added release notes for Forms 13.2.5 and 14.1.5 --- 13/umbraco-forms/release-notes.md | 4 ++++ 14/umbraco-forms/release-notes.md | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/13/umbraco-forms/release-notes.md b/13/umbraco-forms/release-notes.md index b4ec56dc886..967ea98aaea 100644 --- a/13/umbraco-forms/release-notes.md +++ b/13/umbraco-forms/release-notes.md @@ -17,6 +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.2.5**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.2.5) **(October 3rd 2024)** + +* Handled "chunked" authentication cookie in protection of file uploads saved in the media file system [#11](https://github.com/umbraco/Umbraco.Forms.Issues/issues/11#issuecomment-2376788751). + #### [**13.2.4**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.2.4) **(September 26th 2024)** * Fixed regression in 13.2.2 that caused validation to fire on the wrong form when multiple forms are hosted on a single page [#1297](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1297). diff --git a/14/umbraco-forms/release-notes.md b/14/umbraco-forms/release-notes.md index f7fd47dd4e0..0dbc785c2c3 100644 --- a/14/umbraco-forms/release-notes.md +++ b/14/umbraco-forms/release-notes.md @@ -18,6 +18,13 @@ If you are upgrading to a new major version, you can find information about the This section contains the release notes for Umbraco Forms 14 including all changes for this version. +#### [**14.1.5**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.5) **(October 3rd 2024)** + +* Handled "chunked" authentication cookie in protection of file uploads saved in the media file system [#11](https://github.com/umbraco/Umbraco.Forms.Issues/issues/11#issuecomment-2376788751). +* Ensured field list for condition rules updates as new fields are added to the form [#1301](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1301). +* Resolved issues with requesting management API endpoints for forms from content without access to the Forms section [#1244](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1244). +* Fixed button labels on form copy dialog. + #### [**14.1.4**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.2.4) **(September 26th 2024)** * Fixed regression in 14.1.2 that caused validation to fire on the wrong form when multiple forms are hosted on a single page [#1297](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1297). From db78abe774eb941530295bb69680bb42d3123414 Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Tue, 1 Oct 2024 11:19:48 +0200 Subject: [PATCH 2/2] Additional item --- 14/umbraco-forms/release-notes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/14/umbraco-forms/release-notes.md b/14/umbraco-forms/release-notes.md index 0dbc785c2c3..ba06d007339 100644 --- a/14/umbraco-forms/release-notes.md +++ b/14/umbraco-forms/release-notes.md @@ -24,6 +24,7 @@ This section contains the release notes for Umbraco Forms 14 including all chang * Ensured field list for condition rules updates as new fields are added to the form [#1301](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1301). * Resolved issues with requesting management API endpoints for forms from content without access to the Forms section [#1244](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1244). * Fixed button labels on form copy dialog. +* Fixed localization of SQL prevalue source labels. #### [**14.1.4**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.2.4) **(September 26th 2024)**