Release notes v8.7.6

Release Details

v8.7.6 - Empty set fixes.

This is a patch release of Translation manager, it contains some fixes for error messages that can occur when sending to multiple sets and when some items don't have translatable content.

Fixes

  • Fix for "Error one or more nodes could not be created" message - when using a loopback set.
  • Spelling fixes in language file
  • better logging for errors when you attempt to send languages to multiple sets.

--

Installing Translation Manager.

We recommend you install Translation Manager via NuGet / Visual Studio Package Manager

PM>install-package Jumoo.TranslationManager -version 8.7.6

you can install the Umbraco Package from the Umbraco back office or the our.umbraco.org package page.

Upgrading

via nuget:

PM>update-package Jumoo.TranslationManager -version 8.7.6 -FileConflictAction Ignore

There should be no issues upgrading between patch versions of Translation Manager (e.g 8.5.3 -> 8.5.4).

We recommend you do not have open translation jobs when upgrading minor versions (e.g 8.4 -> 8.7) - In general there should be no issue upgrading with open jobs - but this reduces any risks if data structures are altered during a upgrade.