From de2e74d25c9780a38d2b85b36e2713fe0ad329d7 Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Fri, 25 Oct 2024 09:06:19 +0200 Subject: [PATCH] Tweaks to Forms 13.3 and 14.2 release notes --- 13/umbraco-forms/release-notes.md | 6 +++--- 14/umbraco-forms/release-notes.md | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/13/umbraco-forms/release-notes.md b/13/umbraco-forms/release-notes.md index 5fc40b291cd..5b195a54068 100644 --- a/13/umbraco-forms/release-notes.md +++ b/13/umbraco-forms/release-notes.md @@ -33,7 +33,7 @@ Forms ships it's themes and email templates as part of a razor class library for ##### Date picker field type -We have made a couple of updates to the Date Picker field type. The format for the field can now be provided in configuration [#1276](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1276). And you can now override and localize the aria-label provided for assistive technologies such as screen readers [https://github.com/umbraco/Umbraco.Forms.Issues/issues/1082](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1082). +We have made a couple of updates to the Date Picker field type. The format for the field can now be provided in configuration [#1276](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1276). And you can now override and localize the aria-label provided for assistive technologies such as screen readers [#1082](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1082). ##### Finer grained entries permissions @@ -43,8 +43,8 @@ To allow finer control over editor permissions, we have introduced a "delete ent Other bug fixes included in the release: -* Fix issue with single checkbox triggering a condition on a field on a subsequent page [#1304](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1304). -* Improve cross-platform check when exporting to Excel. +* Fixed issue with single checkbox triggering a condition on a field on a subsequent page [#1304](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1304). +* Improved cross-platform check when exporting to Excel. * Fixed issue where sensitive data flag on a field could not be set for new fields added to a form [#1309](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1309). #### [**13.2.5**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.2.5) **(October 3rd 2024)** diff --git a/14/umbraco-forms/release-notes.md b/14/umbraco-forms/release-notes.md index a0dcde5e368..0202dcd6dcf 100644 --- a/14/umbraco-forms/release-notes.md +++ b/14/umbraco-forms/release-notes.md @@ -30,7 +30,7 @@ These options are enabled and configured by editors in the Forms settings sectio ##### Form picker enhancements -Another improvement if found in the [form picker property editors](./developer/property-editors.md). We now support restriction of which forms can be selected by folder rather than only by individual forms. +Another improvement is found in the [form picker property editors](./developer/property-editors.md). We now support restriction of which forms can be selected by folder rather than only by individual forms. A second "form details picker" is also available, allowing editors the option of selecting the form, theme and redirect via a single property editor. @@ -40,7 +40,7 @@ Forms ships it's themes and email templates as part of a razor class library for ##### Date picker field type -We've also made a couple of updates to the date picker field type. The format for the field can now be provided in configuration [#1276](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1276). And you can now override and localize the aria label provided for assistive technologies such as screen readers [https://github.com/umbraco/Umbraco.Forms.Issues/issues/1082](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1082). +We have made a couple of updates to the Date Picker field type. The format for the field can now be provided in configuration [#1276](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1276). And you can now override and localize the aria label provided for assistive technologies such as screen readers [#1082](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1082). ##### Umbraco documents prevalue source type @@ -61,8 +61,8 @@ Other bug fixes included in the release: * Reverted entry list to display most recent first. * Fixed issue with display of prevalue captions in the entry list. * Fixed issue on restoring values of checkbox and radio lists when navigating backward on multi-page forms. -* Fix issue with single checkbox triggering a condition on a field on a subsequent page [#1304](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1304). -* Improve cross-platform check when exporting to Excel. +* Fixed issue with single checkbox triggering a condition on a field on a subsequent page [#1304](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1304). +* Improved cross-platform check when exporting to Excel. #### [**14.1.5**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.5) **(October 3rd 2024)**