Release Details
This is a minor update for the v17 version of Translation Manager for Umbraco, it fixes a few database issues that occur when a project with Translation Manager is upgraded from v13 to v17.
🐛 - Fix: "Null CultureId/NodeId errors after v13 upgrade" (migration missing to remove obsolete columns) 🐛 - Fix: "Admin group "Translate" permissions need to be re-applied after translation (the permission letters changed in Umb 17)
This fixes these migration installation issues only, if you are installing new/clean you won't have seen these issues and don't require this version.
dotnet add package Jumoo.TranslationManager --version 17.0.1
or update your package Reference in the csproj file
<PackageReference Include="Jumoo.TranslationManager" Version="17.0.1" />