Release notes v10/11/12.3.0 Mega release

Release Details

v10/11/12.3.0 Mega release

This is the next super shared release of Translation Manager for Umbraco 10, 11 and 12 .

We release 3 nuget versions (on for each version) but they all come from a shared codebase so include the same features.

Fixes

  • [x] Notification Email templates not found in RCL package
  • [x] improve error messaging around missing target nodes, limit error so less false positives for missing nodes
  • [x] Fix 'Add all configured domains' so it actually adds all configured domains
  • [X] Linux container file case issues 48

Features

  • [x] Setting to allow on published items to go into the Pending queue
  • [X] Ensure all blocklist elements have unique id's in translated content
  • [x] allow for splitting of xliff responses into multiple files, and upload of multiple xliff files for a single job
  • [x] add ability to show word count for content item and all decendents

Getting Translation Manager

Install the version for your version of Umbraco . eg.

Umbraco 10

dotnet add package Jumoo.TranslationManager --version 10.3.0 

Umbraco 11

dotnet add package Jumoo.TranslationManager --version 11.3.0

Umbraco 12

dotnet add package Jumoo.TranslationManager --version 12.3.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.