Umbraco Workflow
CMSCloudHeartcoreDXP
15.latest
15.latest
  • 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
    • Workspace View
    • 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
  • 15.1.4 (https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.4) (May 29 2025)
  • 15.1.3 (May 2 2025)
  • 15.1.2 (April 2 2025)
  • 15.1.1 (March 20 2025)
  • 15.1.0 (https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.0) (March 7 2025 )
  • 15.0.4 (March 3, 2025)
  • 15.0.3 (February 14, 2025)
  • 15.0.2 (January 16 2025 )
  • 15.0.1 (December 16th 2024)
  • 15.0.0 (November 14th, 2024)
  • 15.0.0-rc3 (November 8th, 2024)
  • 15.0.0-rc2 (October 23rd, 2024)
  • 15.0.0-rc1 (October 9th, 2024)
  • Legacy release notes

Was this helpful?

Edit on GitHub
Export as PDF

Release notes

Get an overview of the changes and fixes in each version of Umbraco Workflow.

PreviousLegacy DocumentationNextInstalling Umbraco Workflow

Last updated 8 hours ago

Was this helpful?

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 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 15 including all changes for this version.

15.1.4 (https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.4) (May 29 2025)

  • Improves task summary display in notification emails

  • Fixes error when attempting to open the workflow detail dialog from the editor dashboard

  • Improves variant handling when creating workflow processes in code

  • Aligns date handling with CMS

15.1.3 (May 2 2025)

  • Fixes display of new-node workflow configuration, and improves workflow scaffolding for new documents.

15.1.2 (April 2 2025)

  • Improves culture variant handling in Advanced Search

  • Ensure case-insensitive culture comparison when fetching tasks

15.1.1 (March 20 2025)

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

15.1.0 (https://github.com/umbraco/Umbraco.Workflow.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F15.1.0) (March 7 2025 )

  • Dependency update for Umbraco.Licenses (making this release a minor)

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

15.0.4 (March 3, 2025)

  • 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.

15.0.3 (February 14, 2025)

  • Fixes SQLite migration bug where async methods were causing a race condition.

  • Fixes localization in email body

  • Updates Umbraco.Licenses dependency

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

15.0.1 (December 16th 2024)

  • Fixes column type mismatch in migration

  • Correctly implements delay time in History Cleanup hosted service

15.0.0 (November 14th, 2024)

  • 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.

15.0.0-rc3 (November 8th, 2024)

  • Compatibility with Umbraco 15-rc3

15.0.0-rc2 (October 23rd, 2024)

  • Compatibility with Umbraco 15-rc2

15.0.0-rc1 (October 9th, 2024)

  • Compatibility with Umbraco 15-rc1

Legacy release notes

Fixes pagination in assigned-to task table

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

(January 16 2025 )

Fixes workflow task summary generation in email body

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

Workflow issue tracker
Version Specific Upgrade Notes
#94
#96
#97
15.0.2
#91
Legacy documentation on GitHub