From 8744c5a5a9d5f3a453cfa80299668ef88bc70377 Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Tue, 5 Mar 2024 13:51:40 +0100 Subject: [PATCH 1/2] Fix typo in webhooks --- 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 685845563fe..e8851e55cf4 100644 --- a/13/umbraco-forms/release-notes.md +++ b/13/umbraco-forms/release-notes.md @@ -27,7 +27,7 @@ And there are a couple of further additions to improve the performance and acces **Features implemented and issues resolved in 13.1.0** -* Added wehbooks for workflow execution events [#1151](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1151). +* Added webhooks for workflow execution events [#1151](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1151). * Added support for a proxied request when using reCAPTCHA 3 [#1159](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1159). * Added a configurable option to ensure accessibility requirements with regard to fieldsets are adhered to [#1163](https://github.com/umbraco/Umbraco.Forms.Issues/issues/1163). * Read more about this configuration setting [here](./developer/configuration/README.md#mandatoryfieldsetlegends). From 94bb87233e67a2c2b8e11cb058787bc6fbdfd22d Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Tue, 5 Mar 2024 14:22:38 +0100 Subject: [PATCH 2/2] Another typo --- 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 e8851e55cf4..ee2b8e9ac80 100644 --- a/13/umbraco-forms/release-notes.md +++ b/13/umbraco-forms/release-notes.md @@ -19,7 +19,7 @@ This section contains the release notes for Umbraco Forms 13 including all chang #### [**13.1.0**](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.1.0) **(March 5th 2024)** -With the introduction of webhooks in Umbraco 13, we've made an update to Forms to allow workflow execution events to trigger webhooks. Workflows are operations that you can associate with form submission, approval, or rejection actions. You can use these where you need to notify external systems of the success or failure of a workflow. Read more on [Umbraco Forms Wehbooks](./developer/webhooks.md). +With the introduction of webhooks in Umbraco 13, we've made an update to Forms to allow workflow execution events to trigger webhooks. Workflows are operations that you can associate with form submission, approval, or rejection actions. You can use these where you need to notify external systems of the success or failure of a workflow. Read more on [Umbraco Forms Webhooks](./developer/webhooks.md). We've added an update that will help customers using Forms within locked down production environments.