Skip to content

Commit d761635

Browse files
authored
Merge branch 'umbraco:main' into menus
2 parents 43d56b0 + 70ab5ea commit d761635

File tree

171 files changed

+2665
-1145
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

171 files changed

+2665
-1145
lines changed

.github/lychee.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,8 @@ accept = ["200..=204", "301..=308", "429"]
3636
# Avoid false fragment errors
3737
include_fragments = false
3838

39-
# Only test links with the given schemes (e.g. https).
40-
# Omit to check links with any other scheme.
41-
# At the moment, we support http, https, file, and mailto.
42-
scheme = ["https"]
39+
# Only test links with the given schemes (e.g. https and http)
40+
scheme = ["https", "http"]
4341

4442
# When links are available using HTTPS, treat HTTP links as errors.
4543
require_https = false

10/umbraco-cms/reference/configuration/maximumuploadsizesettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Umbraco Cloud uses IIS for hosting. This means you need to add the setting in a
3535

3636
## Using Kestrel
3737

38-
Runtime settings allow you to configure the `MaxRequestLength` and `MaxQueryStringLength` for kestrel. If you want to upload files larger than 28.6MB, then you have to configure these settings. If nothing is configured requests and query strings can only be the default size and smaller.
38+
Runtime settings allow you to configure the `MaxRequestLength` and `MaxQueryStringLength` for kestrel. If you want to upload files larger than 50MB, then you have to configure these settings. If nothing is configured requests and query strings can only be the default size and smaller.
3939

4040
An example of a configuration could look something like this:
4141

13/umbraco-cms/reference/configuration/maximumuploadsizesettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The upload size limit is 500mb on Umbraco Cloud.
3434

3535
# Using Kestrel
3636

37-
Runtime settings allow you to configure the `MaxRequestLength` and `MaxQueryStringLength` for kestrel. If you want to upload files larger than 28.6MB, then you have to configure these settings. If nothing is configured requests and query strings can only be the default size and smaller.
37+
Runtime settings allow you to configure the `MaxRequestLength` and `MaxQueryStringLength` for kestrel. If you want to upload files larger than 50MB, then you have to configure these settings. If nothing is configured requests and query strings can only be the default size and smaller.
3838

3939
An example of a configuration could look something like this:
4040

13/umbraco-deploy/release-notes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ 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.3](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.4.3) (October 9th 2025)
20+
21+
* Fix granular permissions not cascading to children [#277](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/277)
22+
1923
### [13.4.2](https://github.com/umbraco/Umbraco.Deploy.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.4.2) (September 24th 2025)
2024

2125
* Migrate form picker grid editor as macro [#274](https://github.com/umbraco/Umbraco.Deploy.Issues/issues/274)

13/umbraco-engage/developers/settings/configuration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ The default configuration will look like this:
7979
"Reporting": {
8080
"DataGenerationEnabled": true,
8181
"DataGenerationTime": "04:00:00"
82+
},
83+
"Segmentation": {
84+
"ExcludedPropertyAliases": [
85+
""
86+
]
8287
}
8388
}
8489
}

13/umbraco-engage/release-notes.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,17 @@ When upgrading to a major version, be sure to look at the breaking changes outli
1414

1515
## Release History
1616

17-
This section contains the release notes for Umbraco Engage 13 including all changes for this version.
17+
This section contains the release notes for Umbraco Engage 13, including all changes for this version.
18+
19+
[**13.6.1**](https://www.nuget.org/packages/Umbraco.Engage/13.6.0) **(October 7th 2025)**
20+
21+
* Added a "Scoring Overview" to the Personalization section, allowing you to export a list of all Content Nodes that have Personas and/or Customer Journey Scores configured.
22+
* Resolved a breaking issue regarding content segments introduced in Umbraco CMS 13.11's VariationContexts.
23+
* Resolved `UmbracoUrlAlias` and other reserved routing property aliases from breaking segmentation. 
24+
* A new String Array field has been added to the configuration to allow additional property aliases to be excluded from segmentation. See [configuration.md](developers/settings/configuration.md "mention") for more details.
25+
* Resolved an issue with A/B test baseline conversion rates dropping to 0% when creating a new test, which prevented the A/B test from starting.
26+
* Resolved an issue with the Headless **TrackPageview Server API** where URLs were incorrectly matched to the CMS hostname URL instead of the API body-provided URL.
27+
* Resolved potential Collation Conflict errors during nightly reporting generation.
1828

1929
[**13.6.0**](https://www.nuget.org/packages/Umbraco.Engage/13.6.0) **(August 26th 2025)**
2030

13/umbraco-forms/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ And there are a couple of further additions to improve the performance and acces
292292
### [13.0.0](https://github.com/umbraco/Umbraco.Forms.Issues/issues?q=is%3Aissue+is%3Aclosed+label%3Arelease%2F13.0.0) (December 14th 2023)
293293

294294
* Compatibility with Umbraco 13
295-
* See full details of breaking changes under the [version specific upgrade guide](upgrading/version-specific.md#version-13).
295+
* See full details of breaking changes under the [version specific upgrade guide](upgrading/version-specific.md).
296296
* Ran registered server-side file validators on file uploads.
297297

298298
## Umbraco.Forms.Deploy

15/umbraco-cms/SUMMARY.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,6 @@
371371
* [UserService Notifications Example](reference/notifications/userservice-notifications.md)
372372
* [Sending Allowed Children Notification](reference/notifications/sendingallowedchildrennotifications.md)
373373
* [Umbraco Application Lifetime Notifications](reference/notifications/umbracoapplicationlifetime-notifications.md)
374-
* [EditorModel Notifications](reference/notifications/editormodel-notifications/README.md)
375-
* [Customizing the "Links" box](reference/notifications/editormodel-notifications/customizing-the-links-box.md)
376374
* [Hot vs. cold restarts](reference/notifications/hot-vs-cold-restarts.md)
377375
* [Inversion of Control / Dependency injection](reference/using-ioc.md)
378376
* [Management](reference/management/README.md)

15/umbraco-cms/fundamentals/backoffice/property-editors/built-in-umbraco-property-editors/rich-text-editor/style-menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Alternatively, while configuring an editor on a Document Type, you can drag **St
2424

2525
## Creating a Style Select Menu
2626

27-
In this article, you can find an example of how to set up a Style Select Menu using the package manifest file.
27+
In this article, you can find an example of how to set up a Style Select Menu using an [Umbraco Package Manifest](../../../../../customizing/umbraco-package.md) file.
2828

2929
{% code title="umbraco-package.json" %}
3030
```json

15/umbraco-cms/reference/configuration/maximumuploadsizesettings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To customize this limit, adjust the `maxAllowedContentLength` value in your `web
4949

5050
## Using Kestrel
5151

52-
Kestrel’s runtime settings allow you to configure `MaxRequestLength` and `MaxQueryStringLength`. If you want to upload files larger than 28.6MB, update these values in the `appsettings.json` file.
52+
Kestrel’s runtime settings allow you to configure `MaxRequestLength`. If you want to upload files larger than 50MB, or amend this default, update this value in the `appsettings.json` file.
5353

5454
Example configuration:
5555

0 commit comments

Comments
 (0)