Skip to content

Commit 66923cb

Browse files
committed
Merge branch 'main' of https://github.com/umbraco/UmbracoDocs into vale-errors-v1
2 parents bee8572 + bc3b518 commit 66923cb

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

.github/workflows/check-broken-pr-links.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
# Add header only if we found content
100100
if [ -s lychee/comment.md ]; then
101101
sed -i '1i **The Link Checker found broken links in your PR**.\n Please review the following list:\n' lychee/comment.md
102+
echo "" >> lychee/comment.md # 👈 force trailing blank line
102103
echo "has_content=true" >> $GITHUB_OUTPUT
103104
else
104105
echo "has_content=false" >> $GITHUB_OUTPUT

.lycheeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
^https://github\.com/umbraco/Umbraco-CMS/tree/.*
88
^https://github\.com/Shazwazza/Articulate/blob/.*/.*#L.*
99
^https://github\.com/umbraco/Umbraco-CMS/blob/.*
10+
^https://github\.com/.*/issues/[0-9]+#issuecomment-[0-9]+
1011

1112
# Anchor/fragment links causing false positives
1213
^https://apidocs\.umbraco\.com/.*/#.*

13/umbraco-deploy/release-notes.md

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

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

19+
### [13.4.1](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.4.1) (September 5th 2025)
20+
21+
* Fix parsing root UDI range when custom `tryParseEntityIdFromNodeId` is used when [registering a transfer entity type](./extending/extending.md#backoffice-integrated-transfers)
22+
* Fix updating restore descriptions when the selected workspace is changed
23+
* Set default row span in block area configuration when migrating to Block Grid editor [#270](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/270#issuecomment-3068861453)
24+
1925
### [13.4.0](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.4.0) (February 6th 2025)
2026

2127
* All items from 13.4.0-rc1

16/umbraco-deploy/release-notes.md

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

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

19+
### [16.0.1](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.0.1) (September 5th 2025)
20+
21+
* 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)
22+
* Fix remote entity pickers not showing tree items (when selecting an item for partial restore)
23+
* Fix document-specific Deploy permissions
24+
* Fix dashboard UI layout issues and translations
25+
* Set default row span in block area configuration when migrating to Block Grid editor [#270](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/270#issuecomment-3068861453)
26+
1927
### [16.0.0](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F16.0.0) (May 12th 2025)
2028

2129
* Compatibility with Umbraco 16.0.0

0 commit comments

Comments
 (0)