Release notes v9.0.2 . Patch release

Release Details

v9.0.2 . Patch release

This is a patch release of Translation Manager v9 for Umbraco 9 and 8. It contains fixes to issues found since the previous release

Fixes

  • XLIFF 2.0 - Don't write an empty SubType value when extracting an Anchor tag in xml (v8.7.7)
  • XLIFF 2.0 - Improvement in detecting the diffrence between html EM and XLIFF EM tags (v8.7.7)
  • Content APP - Fix show most recenty version information in content app when using loopback (variant) content setup
  • Fix for when xliff meta data doesn't contain and ID value
  • Background processing fix for Umbraco 9

Updates

  • Add Preseve and span split options to the core XLIFF 2.0 options (for use by connectors) (v8.7.8)

Getting Translation Manager

Translation Manager 9 is distributed as a nuget package and can be added to your site in a couple of ways.

via dotnet add

via a command line you can add Translation Manager

dotnet add package Jumoo.TranslationManager --version 9.0.2

as a package reference

You can add the dependency directly to your projects .csproj file.

<ItemGroup>
  <PackageReference Include="Jumoo.TranslationManager" Version="9.0.2" />
</ItemGroup>

via Visual Studio package manager console

If you are old school . install-package still works

install-package Jumoo.TranslationManager -version 9.0.2