From 8d82a607b4757e9ad7ffc52416734d83fb1e6472 Mon Sep 17 00:00:00 2001 From: Ronald Barendse Date: Tue, 13 May 2025 11:34:12 +0200 Subject: [PATCH] Add Forms 13.4.2 and 15.1.2 release notes --- 13/umbraco-forms/release-notes.md | 4 ++++ 15/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 7c0900b6e0e..fa08e2eb231 100644 --- a/13/umbraco-forms/release-notes.md +++ b/13/umbraco-forms/release-notes.md @@ -16,6 +16,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.4.2](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.4.2) (May 15th 2025) + +* HTML encode submitted values in 'Send Email' workflow [GHSA-2qrj-g9hq-chph](https://github.com/umbraco/Umbraco.Forms.Issues/security/advisories/GHSA-2qrj-g9hq-chph) + ### [13.4.1](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.4.1) (March 7th 2025) * Parse magic string placeholders in advanced validation rule error message diff --git a/15/umbraco-forms/release-notes.md b/15/umbraco-forms/release-notes.md index 9b5aa378dfa..828dd987c8c 100644 --- a/15/umbraco-forms/release-notes.md +++ b/15/umbraco-forms/release-notes.md @@ -16,6 +16,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 15 including all changes for this version. +### [15.1.2](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.2) (May 15th 2025) + +* HTML encode submitted values in 'Send Email' workflow [GHSA-2qrj-g9hq-chph](https://github.com/umbraco/Umbraco.Forms.Issues/security/advisories/GHSA-2qrj-g9hq-chph) +* Omit file path from export endpoint result +* Fix selectable items in dialogs [#1377](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1377) +* Fix API error in security condition [#1389](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1389) + ### [15.1.1](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.1) (March 7th 2025) * Ignore existing corrupt record data and ensure proper JSON serialization when storing entries with forged data