Release notes v8.7.2

Release Details

v8.7.2 - Blob Path Fixes for Umbraco cloud

This is a patch release of Translation Manager for Umbraco 8 it contains fixes for blob storage on Umbraco cloud.

Fixes

  • When files are are stored om blob storage on Umbraco cloud you cannot include the "/media" element of the path - this update removes the /media from file names before requesting them from the blob storage providers - the community provider supports both /media and non-media paths - so will continue to work with this update.

--

Installing Translation Manager.

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

PM>install-package Jumoo.TranslationManager -version 8.7.2

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