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
4 changes: 4 additions & 0 deletions 13/umbraco-deploy/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ If you are upgrading to a new major version you can find the details about the b

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

### [13.4.3](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.4.3) (October 9th 2025)

* Fix granular permissions not cascading to children [#277](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/277)

### [13.4.2](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.4.2) (September 24th 2025)

* Migrate form picker grid editor as macro [#274](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/274)
Expand Down
9 changes: 9 additions & 0 deletions 16/umbraco-deploy/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ If you are upgrading to a new major version you can find the details about the b

This section contains the release notes for Umbraco Deploy 15 including all changes for this version.

### [16.0.4](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.0.4) (October 9th 2025)

* Fix regression in serializing property values with segments

### [16.0.3](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.0.3) (October 3rd 2025)

* Fix skipping non-existent or null artifact properties (ensure all property values are processed)
Expand Down Expand Up @@ -67,6 +71,11 @@ This section contains the release notes for Umbraco Deploy 15 including all chan

## Umbraco.Deploy.Contrib

### [16.0.2](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-16.0.2) (October 9th 2025)

* Migrate actual prevalue property value (when importing legacy artifacts) [#72](https://github.com/umbraco/Umbraco.Deploy.Contrib/pull/72)
* Ensure legacy migrators are inserted at the beginning of the collection [#73](https://github.com/umbraco/Umbraco.Deploy.Contrib/pull/73)

### [16.0.1](https://github.com/umbraco/Umbraco.Deploy.Contrib/releases/tag/release-16.0.1) (July 11th 2025)

* Recursively migrate Doc Type Grid Editor (DTGE) property values [#270](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/270)
Expand Down