File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,9 @@ Check the [Version Specific Upgrade Notes](upgrading/version-specific.md) articl
1616## Release History
1717
1818This 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.
Original file line number Diff line number Diff line change @@ -15,10 +15,20 @@ Check the [Version Specific Upgrade Notes](upgrading/version-specific.md) articl
1515## Release History
1616
1717This 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
You can’t perform that action at this time.
0 commit comments