Umbraco Workflow
CMSCloudHeartcoreDXP
13.latest (LTS)
13.latest (LTS)
  • Umbraco Workflow Documentation
  • Legacy Documentation
  • Release notes
  • Installation
    • Installing Umbraco Workflow
    • Licensing
  • Upgrading
    • Upgrading Umbraco Workflow
    • Version Specific Upgrade Notes
    • Migrate from Plumber to Workflow
  • Getting Started
    • Dashboards and Buttons
    • Submitting Content for Approval
    • Content App
    • Notifications
    • Configuration
    • Approval thresholds
    • History Cleanup
  • Workflow Section
    • Workflow Section
    • Active Workflows
    • Approval Groups
    • Content Reviews
    • Workflow History
    • Workflow Settings
  • Advanced Search
    • Advanced Search dashboard
  • Data Generator
    • Data Generator
Powered by GitBook
On this page
  • Release History
  • 13.4.2 (April 2 2025)
  • 13.4.1 (March 20 2025)
  • 13.4.0 (https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.4.0) (March 6 2025 )
  • 13.3.2 (February 12 2025 )
  • 13.3.1 (January 16 2025 )
  • 13.3.0 (October 23 2024 )
  • 13.2.1 (October 3 2024)
  • 13.2.0 (September 12 2024)
  • 13.1.0 (August 5 2024)
  • 13.0.7 (May 10 2024)
  • [13.0.6] (April 23rd 2024)
  • 13.0.5 (March 13th 2024)
  • [13.0.4]
  • 13.0.3 (February 28th 2024)
  • 13.0.2 (January 17th 2024)
  • 13.0.1 (December 20th 2023)
  • 13.0.0 (December 14th 2023)
  • Legacy release notes

Was this helpful?

Edit on GitHub
Export as PDF

Release notes

Get an overview of the things changed and fixed in each version of Umbraco Workflow.

PreviousLegacy DocumentationNextInstalling Umbraco Workflow

Last updated 1 month ago

Was this helpful?

In this section, we have summarized the changes to Umbraco Workflow released in each version. Each version is presented with a link to the 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 article for breaking changes when upgrading to a new major version.

Release History

This section contains the release notes for Umbraco Workflow 13 including all changes for this version.

13.4.2 (April 2 2025)

  • Improves empty searching in Advanced Search

  • Fixes an issue in Offline Approval where cultures were not always cased consistently

13.4.1 (March 20 2025)

  • Fixes an intermittent issue where fetching approval groups in a mapper resulted in a scoping error

13.4.0 (https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.4.0) (March 6 2025 )

  • Dependency update for Umbraco.Licenses and Microsoft.Extensions.FileProviders.Abstractions (making this release a minor)

  • Fixes pagination in assigned-to task table

  • Fixes off-by-one bug when calculating approval thresholds with implicit approval

  • Allow searching for empty fields in advanced search. For example, search for all Product documents with no SKU

  • Fixes attribute-binding bug on settings views, affecting Umbraco 13.7.0

  • Fixes a bug where the document path was incorrectly set as a number array instead of a comma-delimited string. In certain scenarios this caused a validation error when attempting to save a new document, leaving the document uneditable.

  • Updates Umbraco.Licenses dependency

  • Refactors migration plan naming to align with the broader DXP product suite.

  • Adds support for Arabic.

  • Improves UI in workflow detail overlay. Reduces the number of elements and shifts appropriate data points into tag elements.

  • Ensure converting integers to strings uses the invariant culture to avoid unexpected formatting

  • Updates Umbraco dependencies to require 13.1.0 minimum (the oldest v13 version without a reported vulnerability)

[13.0.6] (April 23rd 2024)

  • Fixes an issue where SQL query generation exposed a potential injection vector.

  • Fixes discrepancy between a JSON property attribute value and property name in WorkflowTaskCollectionViewModel, which resulted in unexpected JSON values.

[13.0.4]

  • Incorrectly tagged and released as 13.0.5 🤦

  • Fixes bug where workflow submission was not respecting user's language access permissions

  • Updates internal license validation to handle licenses registered with 'UmbracoWorkflow' or 'Umbraco.Workflow'

  • Compatibility with Umbraco 13

  • Introduces lazy constructor parameters to prevent database access when Workflow is installed as part of a new Umbraco install

Legacy release notes

(February 12 2025 )

Fixes a bug where inherited group members were not always mapped to the parent user group. This resulted in an incorrect warning message being displayed in the Backoffice

Fixes a bug where group permissions were not reset when removing a group from a Document Type approval flow. This caused an exception when attempting to initiate a workflow using the Document Type flow, as no permissions would be found for the first approval stage

(January 16 2025 )

Ensures new and/or dirty documents are saved before submitting for workflow approval. For new documents, also ensures the backoffice state updates correctly

Fixes workflow task summary generation in email body

(October 23 2024 )

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.

Adds support for content segments. Segment names are displayed when requesting approval and in workflow history

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.

(October 3 2024)

Ensure scheduling information is displayed in workflow history

Fixes an issue where dates were not correctly localized for scheduled workflows

Fixes an issue where scheduled workflows did not apply the release/expire date if the content node was already scheduled

(September 12 2024)

Fixes an issue where an awaited call does not trigger an AngularJS digest, causing the UI to hang.

Fixes an issue where dates were not correctly localised in the Backoffice

Fixes an issue related to sending notification emails in sites with a large number of Workflow groups

BREAKING CHANGE resolving includes removing the DateTimeSettings class. This class allowed setting the preferred format for dates in the Backoffice. These settings were never applied, or were ignored when localising dates. Corresponding settings in app settings should be removed.

(August 5 2024)

Fixes pagination in content review table in editor dashboard

(May 10 2024)

Fixes an issue where Content Review notification emails failed to send due to attempting to access UmbracoContext in a hosted service

(March 13th 2024)

Make dashboard, content app, and section registration classes public

(February 28th 2024)

Fixes issue where invariant workflows on variant content would publish previously published, but currently unpublished, variants .

Fixes issue where split-view allowed publishing content without using Workflow .

The above fixes introduce an updated UI for requesting workflow approvals. For more information, see the article.

(January 17th 2024)

Fixes bug where approval groups were not populated for new nodes using the new-node approval workflow

(December 20th 2023)

(December 14th 2023)

For full details of breaking changes refer to the

FEATURE => Advanced Search dashboard. Refer to for more details.

Update to use package migrations to avoid startup exception when Workflow is installed as part of a new Umbraco installation

Fixed issue with scheduled workflows on invariant content

You can find the release notes for versions out of support in the

Workflow issue tracker
Version Specific Upgrade Notes
#96
#97
#98
13.3.2
#92
#93
13.3.1
#88
#91
13.3.0
#84
#60
#85
13.2.1
#82
#81
#81
13.2.0
#73
#77
#79
#77
13.1.0
#59
13.0.7
#57
13.0.5
#56
13.0.3
#52
#53
Submitting Content for Approval
13.0.2
#51
13.0.1
13.0.0
Version Specific Upgrade Notes
Advanced Search dashboard
#48
#49
Legacy documentation on GitHub