diff --git a/14/umbraco-workflow/release-notes.md b/14/umbraco-workflow/release-notes.md index 065ecc859ea..ca2eb7c5642 100644 --- a/14/umbraco-workflow/release-notes.md +++ b/14/umbraco-workflow/release-notes.md @@ -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. diff --git a/15/umbraco-workflow/release-notes.md b/15/umbraco-workflow/release-notes.md index bb6271352b8..c8995fef2a0 100644 --- a/15/umbraco-workflow/release-notes.md +++ b/15/umbraco-workflow/release-notes.md @@ -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