Get an overview of the things changed and fixed in each version of Umbraco Workflow.
In this section, we have summarized the changes to Umbraco Workflow 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.
Check the Version Specific Upgrade Notes article for breaking changes when upgrading to a new major version.
This section contains the release notes for Umbraco Workflow 14 including all changes for this version.
Adds abstraction over UmbContentWorkspaceContext.readOnlyState
to consistently implement readonly document workspaces.
Fixes invariant culture handling when unlocking a scheduled document.
Fixes a bug causing migrations from Workflow 13 to fail on SQL Server.
Fixes the above exposed a secondary issue where the migration from integer to GUID identifiers was incomplete. This resulted in incorrect relationships between approval groups and tasks in historic Workflow data, and incorrect information displaying the backoffice.
Adds SQL query performance improvements.
Adds loading indicator to Workflow tables in the backoffice.
Adds scheduled content locking feature. Documents can be made readonly until the scheduled release date passes, to ensure approved content is not modified without workflow approval. #84
Adds support for readonly mode when a document is pending workflow approval. Along with the scheduled content lock, this feature requires Umbraco 14.3.0, which is now the minumum version dependency for Umbraco Workflow v14.
Adds support for content segments. Segment names are displayed when requesting approval and in workflow history #60
Adds support for Arabic.
Improves UI in workflow detail overlay. Reduces the number of elements and shifts appropriate data points into tag elements.
Adds email queue for thread-safe email notifications. Emails are now processed in the hosted service, via a first-in first-out queue. This resolves a reported issue where sending large numbers of emails could result in data reader errors. #85
Ensure scheduling information is displayed in workflow history #82
Fixes an issue where dates were not correctly localized for scheduled workflows #81
Fixes an issue where scheduled workflows did not apply the release/expire date if the content node was already scheduled #81
Ensure converting integers to strings uses the invariant culture to avoid unexpected formatting
Fixes an issue related to sending notification emails in sites with a large number of workflow groups #79
Fixes an issue where available approval group names were not displayed in Document Type approval flow condition configuration #76
Updates to allow editing approval group roles (content and/or Document Type) via overlay #75
Fixes an issue where adding status filters did not update the filter context #74
Updates workflow history table to include status column #72
Updates incorrect localization in Document Type review settings overlay #71
Fixes clear button functionality in filter modal #67
Fixes approval group options in reject task modal #65
Updates incorrect localization in workflow detail modal when the state is pending approval
#64
Fixes conditional display of core workspace actions when extend permissions
is set to true #62
Updates submit-for-approval notification to remove invariant workflow indicator #61
UI updates in workflow detail modal
Fixes an issue where changes to approval group membership were not correctly persisted
Compatibility with Umbraco 14
For full details of breaking changes refer to the Version Specific Upgrade Notes
You can find the release notes for versions out of support in the Legacy documentation on Github