Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions 14/umbraco-workflow/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ Check the [Version Specific Upgrade Notes](upgrading/version-specific.md) articl
## Release History

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

### 14.1.3 (December 16th 2024)
* Fixes column type mismatch in migration
* Correctly implements delay time in History Cleanup hosted service

### 14.1.2 (November 14th 2024)
* Adds abstraction over `UmbContentWorkspaceContext.readOnlyState` to consistently implement readonly document workspaces.
* Fixes invariant culture handling when unlocking a scheduled document.
Expand Down
5 changes: 5 additions & 0 deletions 15/umbraco-workflow/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ Check the [Version Specific Upgrade Notes](upgrading/version-specific.md) articl
## Release History

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

### 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()`
Expand Down
Loading