Skip to content

Commit 1386c9f

Browse files
authored
Release notes for Workflow October patches (#7563)
* v13 notes * v16 notes * initial v17 notes
1 parent fc538d4 commit 1386c9f

File tree

5 files changed

+17
-13
lines changed

5 files changed

+17
-13
lines changed

13/umbraco-workflow/release-notes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ 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.6 (October 31 2025)
21+
* Fixes a bug where rejected tasks were shown as pending approval for users belonging to the rejecting group.
22+
* Fixes a bug where Advanced Search could not find property editor views.
23+
* Updates Umbraco.Licenses dependency to 13.3.3.
24+
2025
### [13.4.5](https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.4.5) (July 30 2025)
2126
* Ensures inherited group members are always populated [#111](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/111)
2227
* Adds an option to disable the remote version check [#99](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/99)

16/umbraco-workflow/release-notes.md

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

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

19+
### 16.0.6 (October 31 2025)
20+
* Fixes a bug where rejected tasks were shown as pending approval for users belonging to the rejecting group.
21+
* Ensures permissions are correctly observed in configuration elements.
22+
* Updates Umbraco.Licenses dependency to 16.0.1.
23+
1924
### 16.0.5 (September 15 2025)
2025
* Further fixes for approval group input sorting.
2126

17/umbraco-workflow/release-notes.md

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

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

19+
### [17.0.0-rc](https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F17.0.0-rc) (October 31 2025)
20+
- Compatability with Umbraco 17-rc
21+
- Introduces granular permissions model
22+
- Moves Workflow settings from /workflow to /settings. This change allows user access to /workflow without exposing low-level settings.
23+
- Updates all DateTimes to UTC, in line with changes made in the CMS
1924

2025
## Legacy release notes
2126

17/umbraco-workflow/release-sets/release-sets.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,6 @@ This feature requires a license. Learn more about [Workflow's licensing model](h
1212

1313
Release Sets are collections of [Alternate Versions](../alternate-versions/alternate-versions.md), where each version can be scheduled independently. Release Sets provides a holistic overview of scheduled content and enables building and managing content schedules to drive digital campaigns.
1414

15-
Release Sets is currently (v16.0.0) available behind a feature flag. To enable the feature, add the following to the `appsettings.json` file:
16-
17-
```json
18-
"Umbraco": {
19-
"Workflow": {
20-
... // other settings
21-
"FeatureFlags": ["ReleaseSets"]
22-
}
23-
}
24-
```
25-
2615
## Working with Release Sets
2716

2817
1. Ensure the User Group permissions are set to allow appropriate access.

17/umbraco-workflow/upgrading/version-specific.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ description: >-
66

77
# Version Specific Upgrade Notes
88

9-
This page covers specific upgrade documentation for when migrating to Umbraco Workflow version 16.
9+
This page covers specific upgrade documentation for when migrating to Umbraco Workflow version 17.
1010

1111
{% hint style="info" %}
1212
If you are upgrading to a new minor or patch version, you can find information about the breaking changes in the [Release Notes](../release-notes.md) article.
1313
{% endhint %}
1414

1515
## Version Specific Upgrade Notes History
1616

17-
Version 17 of Umbraco Workflow has a minimum dependency on Umbraco CMS core of `17.0.0`. It runs on .NET 9.
17+
Version 17 of Umbraco Workflow has a minimum dependency on Umbraco CMS core of `17.0.0`. It runs on .NET 10.
1818

1919
### Legacy version specific upgrade notes
2020

0 commit comments

Comments
 (0)