v17.3.1 - Editors, UI, Aliases.
This is a Patch release for uSync for Umbraco v17.1. it contains fixes and updates for known issues.:
the principle issue is uSync being to clever and trying to update the EditorUIAlias based on best guess when in some situations (#949) it should just leave it alone
What's Changed
- 👍 remove unused parameter on download, make it require admin at all times (not just tree access) by @KevinJump in #948
- 👍 update build script so we genete uSync.Extend now too. by @KevinJump in #951
- 🐛 Fixes: #949 - Property Editor UI alias values get overwritten on import by @KevinJump in #950
Full Changelog: v17.3.0...v17.3.1
Installing
dotnet add package uSync --version 17.3.1
Updating
[NOTE!] with the new centralized package management feature being using on v17.3+ umbraco projects you need to up date package versions using dotnet package update, dotnet add package won't do it.
dotnet package update uSync --version 17.3.1