Release notes v8.6.1

Release Details

v8.6.1 - Permissions tweaks.

This is a patch release update for Translation Manager for Umbraco v8.x - for more info see https://jumoo.co.uk/translate

it contains some UI and dictionart item fixes, for issues introduced in 8.6.0 when we added the permission checks.

Fixes

  • 7 Approval of Dictionary items fails - with object not found
  • 8 User can still see "Save and Review" when they don't have permissions (action then fails).

All changes are listed under the release/8.6.1 label


Installing Translation Manager.

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

PM>install-package Jumoo.TranslationManager -version 8.6.1

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.6.1 -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.6) - In general there should be no issue upgrading with open jobs - but this reduces any risks if data structures are altered during a upgrade.