Skip to content

Commit 0af8bb4

Browse files
authored
Merge pull request #6666 from nathanwoulfe/workflow-15
Workflow release notes - 15, 14.1.2
2 parents c832f32 + 627a759 commit 0af8bb4

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

14/umbraco-workflow/release-notes.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ Check the [Version Specific Upgrade Notes](upgrading/version-specific.md) articl
1616
## Release History
1717

1818
This section contains the release notes for Umbraco Workflow 14 including all changes for this version.
19+
### 14.1.2 (November 14th 2024)
20+
* Adds abstraction over `UmbContentWorkspaceContext.readOnlyState` to consistently implement readonly document workspaces.
21+
* Fixes invariant culture handling when unlocking a scheduled document.
1922

2023
### 14.1.1 (November 7th 2024)
2124
* Fixes a bug causing migrations from Workflow 13 to fail on SQL Server.

15/umbraco-workflow/release-notes.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,20 @@ Check the [Version Specific Upgrade Notes](upgrading/version-specific.md) articl
1515
## Release History
1616

1717
This section contains the release notes for Umbraco Workflow 15 including all changes for this version.
18+
### 15.0.0 (November 14th, 2024)
19+
* Compatibility with Umbraco 15
20+
* Replaces entity action wrappers with `umbExtensionRegistry.appendCondition()`
21+
* Adds abstraction over `UmbContentWorkspaceContext.readOnlyState` to consistently implement readonly document workspaces.
22+
* Fixes invariant culture handling when unlocking a scheduled document.
1823

19-
### 15.0.0-rc1 (October 9th, 2024)
24+
### 15.0.0-rc3 (November 8th, 2024)
25+
* Compatibility with Umbraco 15-rc3
2026

21-
* Compatibility with Umbraco 15
27+
### 15.0.0-rc2 (October 23rd, 2024)
28+
* Compatibility with Umbraco 15-rc2
29+
30+
### 15.0.0-rc1 (October 9th, 2024)
31+
* Compatibility with Umbraco 15-rc1
2232

2333
## Legacy release notes
2434

0 commit comments

Comments
 (0)