Release Details
This is a minor release of Translation Manager for Umbraco v10, 12, and v13. it contains some fixes to how block list translations are handled.
due to the nature of these changes we recommend that this update is only appled when you have no outstanding translations. (see below)
styles
and script
tags in Xliff 1.2 serialization when splitting inline htmlThis release changes the way that block list items are indexed inside a translation job, previously jobs where indexed by the blockId, but between translated versions of a content item these values can become out of sync.
From this version content blocks are indexes based on postion and type of content item, this means we can always find the content blocks even when their internal keys have changed.
If you use block list or block grids then any existing translation jobs will be using the old key based index. and when this update is appled Translation manger will attempt first to look for the posistion based index. it should fall back to the key based index and find your content blocks but as with any update there is a small chance that this lookup will not work.
The likelyhood of this lookup not working is low, but whenver we change anything of this nature we change the minor version of the release and we recommend that you do not update with inprogress translation jobs.