Get an overview of the changes and fixes in each version of Umbraco Workflow.
In this section, we have summarized the changes to Umbraco Workflow that were released in each version. Each version is presented with a link to the Workflow issue tracker showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail.
If there are any breaking changes or other issues to be aware of when upgrading they are also noted here.
This section contains the release notes for Umbraco Workflow 15 including all changes for this version.
Fixes an intermittent issue where fetching approval groups in a mapper resulted in a scoping error
Dependency update for Umbraco.Licenses (making this release a minor)
Fixes pagination in assigned-to task table #96
Fixes off-by-one bug when calculating approval thresholds with implicit approval #97
Allow searching for empty fields in advanced search. For example, search for all Product documents with no SKU
Fixes an issue where Workflow's content lock was always applied on documents where Workflow was not configured.
Fixes a related issue where the content lock was never applied on invariant documents with no Workflow configuration.
Fixes SQLite migration bug where async methods were causing a race condition.
Fixes workflow task summary generation in email body #91
Fixes localization in email body
Updates Umbraco.Licenses dependency
Refactors migration plan naming to align with the broader DXP product suite.
Fixes column type mismatch in migration
Correctly implements delay time in History Cleanup hosted service
Compatibility with Umbraco 15
Replaces entity action wrappers with umbExtensionRegistry.appendCondition()
Adds abstraction over UmbContentWorkspaceContext.readOnlyState
to consistently implement readonly document workspaces.
Fixes invariant culture handling when unlocking a scheduled document.
Compatibility with Umbraco 15-rc3
Compatibility with Umbraco 15-rc2
Compatibility with Umbraco 15-rc1
You can find the release notes for versions out of support in the Legacy documentation on GitHub