Skip to content

Commit 1137381

Browse files
authored
Merge pull request #7252 from umbraco/workflow-july-patches
workflow patch release notes
2 parents 73cb945 + 8f69d0e commit 1137381

File tree

4 files changed

+39
-1
lines changed

4 files changed

+39
-1
lines changed

13/umbraco-workflow/installation/licensing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Once you have received your license code it needs to be installed on your site.
4242

4343
You can verify that your license is successfully installed by logging into your project's backoffice and navigating to the settings section. Here you will see a licenses dashboard which should display the status of your license.
4444

45+
If you have upgraded from an earlier v13 release and encounter license validation issues, ensure the product is `Umbraco.Workflow`, not `UmbracoWorkflow`.
46+
4547
### When and how to configure an `UmbracoApplicationUrl`
4648

4749
The website domain used for validating the license is determined from your Umbraco instance. To ensure the correct one is used, you can configure the `UmbracoApplicationUrl`.

13/umbraco-workflow/release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ 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.4 (https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.4.4) (July 16 2025)
21+
* Additional formatting and content improvements in email task summaries [#94](https:/github.com/umbraco/Umbraco.Workflow.Issues/issues/94)
22+
2023
### 13.4.3 (https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.4.3) (May 29 2025)
2124
* Improves task summary display in notification emails [#94](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/94)
2225

15/umbraco-workflow/release-notes.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,23 @@ 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.6](https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.6) (July 17 2025)
20+
* Adds French localization (hat-tip Copilot/Claude)
21+
* Improves display of inherited approval group members
22+
* Ensure users without Workflow section access have read-only document configuration access
23+
* Ensures history cleanup element is only rendered when the feature is enabled
24+
* Fixes approval threshold changes not applying to Document Type workflow configuration
25+
* Prefer observing over getting values in property editors in settings workspace
26+
* Additional formatting and content improvements in email task summaries [#94](https:/github.com/umbraco/Umbraco.Workflow.Issues/issues/94)
27+
* Ensures state is recalculated after actioning a workflow task [#105](https:/github.com/umbraco/Umbraco.Workflow.Issues/issues/105)
28+
* Ensure users without document update permission do not see request-approval action [#105](https:/github.com/umbraco/Umbraco.Workflow.Issues/issues/105)
29+
* Fixes a bug where rejected content was not editable by the user who made the change [#105](https:/github.com/umbraco/Umbraco.Workflow.Issues/issues/105)
30+
* Fixes setting enabled/disabled state on workflow action buttons [#107](https:/github.com/umbraco/Umbraco.Workflow.Issues/issues/107)
31+
* Fixes previewing content changes from a pending workflow [#108](https:/github.com/umbraco/Umbraco.Workflow.Issues/issues/108)
32+
* Fixes a bug where documents without workflow configuration did not always display default workspace actions [#109](https:/github.com/umbraco/Umbraco.Workflow.Issues/issues/109)
33+
1934
### [15.1.5](https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.5) (June 11 2025)
20-
* Fixes pagination offset in editor dashboards [#105](https://github.com/umbrco/Umbraco.Workflow.Issues/issues/105)
35+
* Fixes pagination offset in editor dashboards [#105](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/105)
2136

2237
### [15.1.4](https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.4) (May 29 2025)
2338
* Improves task summary display in notification emails [#94](https://github.com/umbraco/Umbraco.Workflow.Issues/issues/94)

16/umbraco-workflow/release-notes.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,24 @@ 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.2](https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.0.2) (July 17 2025)
20+
* Adds French localization (hat-tip Copilot/Claude)
21+
* Improves display of inherited approval group members
22+
* Ensure users without Workflow section access have read-only document configuration access
23+
* Ensures history cleanup element is only rendered when the feature is enabled
24+
* Fixes approval threshold changes not applying to Document Type workflow configuration
25+
* Prefer observing over getting values in property editors in settings workspace
26+
* Additional formatting and content improvements in email task summaries [#94](https:/github.com/umbraco/Umbraco.Workflow.Issues/issues/94)
27+
* Ensures state is recalculated after actioning a workflow task [#105](https:/github.com/umbraco/Umbraco.Workflow.Issues/issues/105)
28+
* Ensure users without document update permission do not see request-approval action [#105](https:/github.com/umbraco/Umbraco.Workflow.Issues/issues/105)
29+
* Fixes a bug where rejected content was not editable by the user who made the change [#105](https:/github.com/umbraco/Umbraco.Workflow.Issues/issues/105)
30+
* Fixes setting enabled/disabled state on workflow action buttons [#107](https:/github.com/umbraco/Umbraco.Workflow.Issues/issues/107)
31+
* Fixes previewing content changes from a pending workflow [#108](https:/github.com/umbraco/Umbraco.Workflow.Issues/issues/108)
32+
* Fixes a bug where documents without workflow configuration did not always display default workspace actions [#109](https:/github.com/umbraco/Umbraco.Workflow.Issues/issues/109)
33+
34+
### 16.0.1 (June 8, 2025)
35+
* Minor fixes on 16.0.0 release
36+
1937
### 16.0.0 (June 12 2025)
2038
* Compatibility with Umbraco 16
2139
* **FEATURE** => Alternate Versions. Refer to [Alternate Versions](alternate-versions/alternate-versions.md) for more details.

0 commit comments

Comments
 (0)