Release notes v17.1.2

Release Details

v17.1.2 - Cache and AI Translation Updates.

This is a minor patch release of Translation Manager for Umbraco v17. it contains a fix for caching of information when redenring menus (performance improvement) and an update to the AI connector to fix the config window when picking AI Translation services.

Fixes

  • Fixes an issue where multiple calls to API endpoints during menu rendering (for conditional checks for "send to translate") could slow down on larger sites.
  • Fixes an issue with the AI connector since v17.1.x where the config page didn't refresh when the user picked a new AI Library from the drop down.

Installation

  dotnet add package Jumoo.TranslationManager --version 17.1.2 

or update your package Reference in the csproj file

  <PackageReference Include="Jumoo.TranslationManager" Version="17.1.2" />