You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 13/umbraco-workflow/installation/licensing.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,8 @@ Once you have received your license code it needs to be installed on your site.
42
42
43
43
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.
44
44
45
+
If you have upgraded from an earlier v13 release and encounter license validation issues, ensure the product is `Umbraco.Workflow`, not `UmbracoWorkflow`.
46
+
45
47
### When and how to configure an `UmbracoApplicationUrl`
46
48
47
49
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`.
* 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)
* 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
+
19
37
### 16.0.0 (June 12 2025)
20
38
* Compatibility with Umbraco 16
21
39
***FEATURE** => Alternate Versions. Refer to [Alternate Versions](alternate-versions/alternate-versions.md) for more details.
0 commit comments