Release notes v11.2 / v10.2

Release Details

v11.2 / v10.2 - Together release

This is a minor version release of Translation manager for Umbraco 10 and Umbraco 11.

This release re-unifies the v10 and v11 code branches - we now build two versions of the shared code (v10/.net 6 and v11/.net 7). so we have one release for all v10 and v11 releases of the Product.

Fixes

  • 50 Cannot send to pending when auto create is set to false.
  • Error displaying username on history if name appears more than once
  • Fix : Uploading a file second time on XLIFF provider page requires reload.
  • Improve error reporting dialog.

Getting Translation Manager

Install the version for your version of Umbraco . eg.

Umbraco 10

dotnet add package Jumoo.TranslationManager --version 10.2.0 

Umbraco 11

dotnet add package Jumoo.TranslationManager --version 11.2.0

Detailed Notes

This version is multi-targeted but does not produce a multi-targeted package, rather it produces two versions of the package from the same code on for version 10.x of Umbraco and one for v11.x.

This means you still install the version that is relevant for your release as it has been targeted for your Umbraco release rather than the .net runtime that release is actually running on.

Development wise this means

  • We only have one code base to support for v10, v11 & v12
  • All updates can go back to the Long Term Support release (v10.x)
  • Changes between versions can be controlled at build time so we don't have complicated code checking what version of Umbraco you are running.