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
  • Version Specific Upgrade Notes History
  • Legacy version specific upgrade notes

Was this helpful?

Edit on GitHub
Export as PDF
  1. Upgrading

Version Specific Upgrade Notes

Version specific documentation for upgrading to new major versions of Umbraco Workflow.

PreviousUpgrading Umbraco WorkflowNextMigrate from Plumber to Workflow

Last updated 5 months ago

Was this helpful?

This page covers specific upgrade documentation for when migrating to major 13 of Umbraco Workflow.

If you are upgrading to a new minor or patch version, you can find information about the breaking changes in the article.

Version Specific Upgrade Notes History

Version 13 of Umbraco Workflow has a minimum dependency on Umbraco CMS core of 13.0.0. It runs on .NET 8.

Breaking changes

Version 13 is primarily a dependency update, but does remove some properties previously marked obsolete. These are not typical extension or integration points, and are listed below for reference.

Code

  • Removed the Type property from ConfigModel

  • Removed the Type property from UserGroupPermissionsPoco

  • Removed the ScheduledDate property from HtmlEmailModel. ReleaseDate or ExpireDate properties should be used instead.

  • Removed the ScheduledDate property from InstanceDetailViewModel. ReleaseDate or ExpireDate properties should be used instead.

  • Removed the ScheduledDate property from WorkflowInstanceViewModel. ReleaseDate or ExpireDate properties should be used instead.

  • Removed the ScheduledDate property from WorkflowTaskViewModel. ReleaseDate or ExpireDate properties should be used instead.

  • Removed the SetDueDate() method from ContentReviewConfigPoco. The implementation accepting the ContentSettingsReviewModel parameter should be used instead.

Legacy version specific upgrade notes

You can find the version specific upgrade notes for versions out of support in the .

Release Notes
Legacy documentation on GitHub