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.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)

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

* Fix parsing root UDI range when custom `tryParseEntityIdFromNodeId` is used when [registering a transfer entity type](./extending/extending.md#backoffice-integrated-transfers)
Expand Down
12 changes: 12 additions & 0 deletions 16/umbraco-deploy/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@

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

### [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)
* Support migrating RTE editor UI from TinyMCE to Tiptap (data type configuration)

Check warning on line 22 in 16/umbraco-deploy/release-notes.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.UmbracoTerms] Use 'Data Type' instead of 'data type.' for consistency. Raw Output: {"message": "[UmbracoDocs.UmbracoTerms] Use 'Data Type' instead of 'data type.' for consistency.", "location": {"path": "16/umbraco-deploy/release-notes.md", "range": {"start": {"line": 22, "column": 59}}}, "severity": "WARNING"}

Check failure on line 22 in 16/umbraco-deploy/release-notes.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [UmbracoDocs.Acronyms] 'RTE' has no definition. Raw Output: {"message": "[UmbracoDocs.Acronyms] 'RTE' has no definition.", "location": {"path": "16/umbraco-deploy/release-notes.md", "range": {"start": {"line": 22, "column": 21}}}, "severity": "ERROR"}
* Expose block level variants when migrating Nested Content [#281](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/281)
* Remove double space and fix status layout (scrollable error details) [#288](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/288) and [#284](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/284)

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

* Migrate form picker grid editor as macro [#274](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/274)
* Avoid `NullReferenceException` when serializing property values with segments

### [16.0.1](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.0.1) (September 5th 2025)

* Fix remote entity tree implementation causing conflicts with CMS culture switcher, tree icons, and inherited document permissions [#275](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/275)
Expand Down
Loading