Skip to content

8.7.1 - Blob Fixes

Compare
Choose a tag to compare
@KevinJump KevinJump released this 15 Jul 11:01
· 21 commits to main since this release
21e83e0

This is a patch release for Translation manager it fixes a few issues with blob storage urls and the RegEx Ignore parameters we introduced in v8.7.0

Fixes

  • #12 Fixes media path is not correct on download using blob provider with a VirtualPathProvider that is disabled
  • Fix for RegEx ignore path 'Value cannot be null` error.
  • Fix for Json detection in MultiListValueMapper (when list items start end with [ ] but are not json)

--

Installing Translation Manager.

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

PM>install-package Jumoo.TranslationManager -version 8.7.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.7.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.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.