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
3 changes: 3 additions & 0 deletions 14/umbraco-workflow/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ 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.2 (November 14th 2024)
* Adds abstraction over `UmbContentWorkspaceContext.readOnlyState` to consistently implement readonly document workspaces.
* Fixes invariant culture handling when unlocking a scheduled document.

### 14.1.1 (November 7th 2024)
* Fixes a bug causing migrations from Workflow 13 to fail on SQL Server.
Expand Down
14 changes: 12 additions & 2 deletions 15/umbraco-workflow/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,20 @@ 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.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-rc1 (October 9th, 2024)
### 15.0.0-rc3 (November 8th, 2024)
* Compatibility with Umbraco 15-rc3

* Compatibility with Umbraco 15
### 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

Expand Down
Loading