Skip to content

Commit 1175381

Browse files
authored
Merge pull request #6514 from ronaldbarendse/deploy/release-notes-20241004
Add Deploy, Deploy Contrib and Forms Deploy release notes
2 parents 8650939 + bdea257 commit 1175381

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

13/umbraco-deploy/release-notes.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ If you are upgrading to a new major version you can find the details about the b
1717

1818
This section contains the release notes for Umbraco Deploy 13 including all changes for this version.
1919

20+
#### [13.2.2](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.2.2) (October 3rd 2024)
21+
22+
* Support migrating legacy Grid editor settings (config/styles) using JSON object pre-values
23+
2024
#### [13.2.1](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.2.1) (September 17th 2024)
2125

2226
* Fix tree export of members by member type
@@ -118,6 +122,10 @@ This section contains the release notes for Umbraco Deploy 13 including all chan
118122

119123
## Deploy Contrib
120124

125+
#### [13.3.0](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-13.3.0) (October 3rd 2024)
126+
127+
* Migrate nested/recursive legacy pre-value property values [#71](https://github.com/umbraco/Umbraco.Deploy.Contrib/pull/71)
128+
121129
#### [13.2.0](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-13.2.0) (August 15th 2024)
122130

123131
* All items from 13.2.0-rc1

14/umbraco-deploy/release-notes.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ If you are upgrading to a new major version you can find the details about the b
1818

1919
This section contains the release notes for Umbraco Deploy 13 including all changes for this version.
2020

21+
#### [14.1.4](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.4) (October 3rd 2024)
22+
23+
* Support migrating legacy Grid editor settings (config/styles) using JSON object pre-values
24+
* Fix parsing JSON serialized legacy Grid editor control values
25+
2126
#### [14.1.3](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F14.1.3) (September 19th 2024)
2227

2328
* Resolved forbidden API requests on content section display when the user does not have access to the settings section.
@@ -80,6 +85,11 @@ This section contains the release notes for Umbraco Deploy 13 including all chan
8085

8186
## Deploy Contrib
8287

88+
#### [14.2.0](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-14.2.0) (October 3rd 2024)
89+
90+
* Migrate nested/recursive legacy pre-value property values [#71](https://github.com/umbraco/Umbraco.Deploy.Contrib/pull/71)
91+
92+
8393
#### [14.1.0](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-14.1.0) (August 15th 2024)
8494

8595
* All items from 14.1.0-rc1

14/umbraco-forms/release-notes.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,16 @@ Please ensure to check the rendering of these features on website forms after th
112112

113113
## Umbraco.Forms.Deploy
114114

115-
#### **14.0.0** **(May 30th 2024)**
115+
#### 14.1.1 (October 3rd 2024)
116+
117+
* Add migrator to add missing Forms editor UI aliases
118+
119+
#### 14.1.0 (August 16th 2024)
120+
121+
* Add check for keyed services before examining the registered services implementation type (workaround for https://github.com/dotnet/runtime/issues/95789)
122+
* Request tree items for forms-folder entity
123+
124+
#### 14.0.0 (May 30th 2024)
116125

117126
* Compatibility with Umbraco 14, Forms 14 and Deploy 14.
118127

0 commit comments

Comments
 (0)