Skip to content

Commit 26a5614

Browse files
committed
release notes
1 parent 4bf404b commit 26a5614

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

13/umbraco-workflow/release-notes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,13 @@ Check the [Version Specific Upgrade Notes](upgrading/version-specific.md) articl
1717

1818
This section contains the release notes for Umbraco Workflow 13 including all changes for this version.
1919

20+
### 13.4.0 (https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.4.0) (March 6 2025 )
21+
* Dependency update for Umbraco.Licenses and Microsoft.Extensions.FileProviders.Abstractions (making this release a minor)
22+
* Fixes pagination in assigned-to task table [#96](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/91)
23+
* Fixes off-by-one bug when calculating approval thresholds with implicit approval [#97](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/97)
24+
* Allow searching for empty fields in advanced search. For example, search for all Product documents with no SKU
25+
* Fixes attribute-binding bug on settings views, affecting Umbraco 13.7.0 [#98](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/98)
26+
2027
### [13.3.2](https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.3.2) (February 12 2025 )
2128
* 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)
2229
* 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)

15/umbraco-workflow/release-notes.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ Check the [Version Specific Upgrade Notes](upgrading/version-specific.md) articl
1616

1717
This section contains the release notes for Umbraco Workflow 15 including all changes for this version.
1818

19+
### 15.1.0 (https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.0) (March 7 2025 )
20+
* Dependency update for Umbraco.Licenses (making this release a minor)
21+
* Fixes pagination in assigned-to task table [#96](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/91)
22+
* Fixes off-by-one bug when calculating approval thresholds with implicit approval [#97](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/97)
23+
* Allow searching for empty fields in advanced search. For example, search for all Product documents with no SKU
24+
1925
### 15.0.4 (March 3, 2025)
2026
* Fixes an issue where Workflow's content lock was always applied on documents where Workflow was not configured.
2127
* Fixes a related issue where the content lock was never applied on invariant documents with no Workflow configuration.

0 commit comments

Comments
 (0)