From c2db09034a60e9a31a63f83ba56ab8af845524a1 Mon Sep 17 00:00:00 2001 From: Nathan Woulfe Date: Wed, 12 Feb 2025 11:09:53 +1000 Subject: [PATCH 1/3] 13.3.2 release notes --- 13/umbraco-workflow/release-notes.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/13/umbraco-workflow/release-notes.md b/13/umbraco-workflow/release-notes.md index 30d57203293..b90ad7b719c 100644 --- a/13/umbraco-workflow/release-notes.md +++ b/13/umbraco-workflow/release-notes.md @@ -17,6 +17,11 @@ Check the [Version Specific Upgrade Notes](upgrading/version-specific.md) articl This section contains the release notes for Umbraco Workflow 13 including all changes for this version. +### [13.3.2](https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.3.2) (February 12 2025 ) +* Fixes a bug where inherited group members were not always mapped to the parent user group. This resulted in an incorrect warning message being displayed in the Backoffice [#92](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/92) +* Fixes a bug where group permissions were not reset when removing a group from a document type approval flow. This caused an exception when attempting to initiate a workflow using the document type flow, as no permissions would be found for the first approval stage [#93](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/93) +* Fixes a bug where the document path was incorrectly set as a number array instead of a comma-delimited string. In certain scenarios this caused a validation error when attempting to save a new document, leaving the document uneditable. + ### [13.3.1](https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.3.1) (January 16 2025 ) * Ensures new and/or dirty documents are saved before submitting for workflow approval. For new documents, also ensures the backoffice state updates correctly [#88](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/88) * Fixes workflow task summary generation in email body [#91](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/91) From ce46910851e69e784c1ade15bbe5331fe8fd3928 Mon Sep 17 00:00:00 2001 From: Nathan Woulfe Date: Wed, 12 Feb 2025 11:16:00 +1000 Subject: [PATCH 2/3] reviewdog goes woof --- 13/umbraco-workflow/release-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/13/umbraco-workflow/release-notes.md b/13/umbraco-workflow/release-notes.md index b90ad7b719c..96757d2b16d 100644 --- a/13/umbraco-workflow/release-notes.md +++ b/13/umbraco-workflow/release-notes.md @@ -19,7 +19,7 @@ This section contains the release notes for Umbraco Workflow 13 including all ch ### [13.3.2](https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.3.2) (February 12 2025 ) * Fixes a bug where inherited group members were not always mapped to the parent user group. This resulted in an incorrect warning message being displayed in the Backoffice [#92](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/92) -* Fixes a bug where group permissions were not reset when removing a group from a document type approval flow. This caused an exception when attempting to initiate a workflow using the document type flow, as no permissions would be found for the first approval stage [#93](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/93) +* Fixes a bug where group permissions were not reset when removing a group from a Document Type approval flow. This caused an exception when attempting to initiate a workflow using the Document Type flow, as no permissions would be found for the first approval stage [#93](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/93) * Fixes a bug where the document path was incorrectly set as a number array instead of a comma-delimited string. In certain scenarios this caused a validation error when attempting to save a new document, leaving the document uneditable. ### [13.3.1](https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.3.1) (January 16 2025 ) From cb60f5cdfe496ec4b1b364a05b01e058ccf2963a Mon Sep 17 00:00:00 2001 From: Nathan Woulfe Date: Fri, 14 Feb 2025 16:27:27 +1000 Subject: [PATCH 3/3] release notes 15.0.3 --- 15/umbraco-workflow/release-notes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/15/umbraco-workflow/release-notes.md b/15/umbraco-workflow/release-notes.md index a92e7c9a808..54ff78c1b73 100644 --- a/15/umbraco-workflow/release-notes.md +++ b/15/umbraco-workflow/release-notes.md @@ -16,6 +16,9 @@ Check the [Version Specific Upgrade Notes](upgrading/version-specific.md) articl This section contains the release notes for Umbraco Workflow 15 including all changes for this version. +### 15.0.3 (February 14, 2025) +* Fixes SQLite migration bug where async methods were causing a race condition. + ### [15.0.2](https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.0.2) (January 16 2025 ) * Fixes workflow task summary generation in email body [#91](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/91) * Fixes localization in email body