Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
13.10.0 source code.tar.gz | 2025-08-14 | 14.0 MB | |
13.10.0 source code.zip | 2025-08-14 | 18.1 MB | |
README.md | 2025-08-14 | 3.6 kB | |
Totals: 3 Items | 32.1 MB | 0 |
What's Changed Since 13.10.0-rc
Full Changelog: https://github.com/umbraco/Umbraco-CMS/compare/release-13.10.0-rc...release-13.10.0
What's Changed Since The Previous Release (13.9.3)
🐛 Bug Fixes
- Fix: [#18421] - Added Max Length validation to PropertyTypeBasic Alias by @danielhnelson in https://github.com/umbraco/Umbraco-CMS/pull/18427
- Fixed check for navigation to list after delete of member by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19364
- Fix issue with requests to delivery API by path where URL segment contains special characters by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19390
- Removes unnecessary newlines from rich text as JSON delivery API output by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19391
- Lock appropriate tree for media operations by @rbottema in https://github.com/umbraco/Umbraco-CMS/pull/19422
- Resolved exception thrown from NuCache locking mechanism on near-simultaneous content publish requests by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19434
- Ensure tag operations are case insensitive on insert across database types by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19439
- Add a warning to the
CreateContentFromBlueprint
method xml docs by @lauraneto in https://github.com/umbraco/Umbraco-CMS/pull/19542 - Preserve word boundaries when indexing RTE content with
tags by @steveatkiss in https://github.com/umbraco/Umbraco-CMS/pull/19540 - Fix pagination in Content Delivery API Index Helper by @Brynjarth in https://github.com/umbraco/Umbraco-CMS/pull/19606
- Ensures that null values aren't used to create a CompositeStringStringKey by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19646
- [#16772] partial fix backoffice redirect after login by @kows in https://github.com/umbraco/Umbraco-CMS/pull/19663
- Clear member cache by older user name when member user name is updated (13) by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19672
- Register no-op implementation of IMemberPartialViewCacheInvalidator in headless setups by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19666
- Adds variation by the header name Accept-Language to the delivery API output cache policy by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19709
- Add support for programmatic creation of property types providing the data type key by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19720
- Parse update date before sorting in media list view by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19711
- Add defensive coding to the member application initializer by @kjac in https://github.com/umbraco/Umbraco-CMS/pull/19760
- Retrieve only user external logins when invalidate following removal of backoffice external user login by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19766
🚤 Performance Optimizations
- Optimize the member save as part of the member login process, by-passing locking and audit steps and handling only the expected update properties by @AndyButland in https://github.com/umbraco/Umbraco-CMS/pull/19308
New Contributors
- @danielhnelson made their first contribution in https://github.com/umbraco/Umbraco-CMS/pull/18427
- @steveatkiss made their first contribution in https://github.com/umbraco/Umbraco-CMS/pull/19540
- @Brynjarth made their first contribution in https://github.com/umbraco/Umbraco-CMS/pull/19606
Full Changelog: https://github.com/umbraco/Umbraco-CMS/compare/release-13.9.3...release-13.10.0-rc