Warning: filemtime(): stat failed for ../cache/tm_release_56618661.json in /homepages/41/d794577670/htdocs/new.jumoo.co.uk/translate/releases/_caching.php on line 5

Warning: file_put_contents(../cache/tm_release_56618661.json): Failed to open stream: No such file or directory in /homepages/41/d794577670/htdocs/new.jumoo.co.uk/translate/releases/_caching.php on line 14

Warning: filemtime(): stat failed for ../cache/tm_issues.json in /homepages/41/d794577670/htdocs/new.jumoo.co.uk/translate/releases/_caching.php on line 5

Warning: file_put_contents(../cache/tm_issues.json): Failed to open stream: No such file or directory in /homepages/41/d794577670/htdocs/new.jumoo.co.uk/translate/releases/_caching.php on line 14
Translation Manager - Jumoo

Release notes v9.0.4


Warning: Undefined variable $banner_subtitle in /homepages/41/d794577670/htdocs/new.jumoo.co.uk/translate/_theader.php on line 21

v9.0.4 - Umbraco 9.2 Compatability release

This is a patch release of Translation Manager that provides compatibility for a breaking change in Umbraco 9.2 , this release also contains a fix for translation nodes that may get stuck at reviewing when approving a job.

Mitigation

Fix

  • Job nodes stuck at review when approving job.
  • Nested DocTypeGrid Editor elements not serialized correctly.

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.4

as a package reference

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

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

via Visual Studio package manager console

If you are old school . install-package still works

install-package Jumoo.TranslationManager -version 9.0.4