2025 Optimizely Language Manager release notes

  • Updated

Follow this article to receive email notifications when new Optimizely Language Manager content is added for 2025. Product packages are found on the Optimizely NuGet server

Are you looking for release notes before January 2024? See the Optimizely Release Notes on the Optimizely World site.

You can find prior versions of user guides and when functionality was released or deprecated at the following locations:

January 7, 2025

EPiServer.Labs.LanguageManager 5.4.0

Enhancements

  • Extended auto-translation capabilities to LinkItem and LinkItemCollection properties.

  • Extended auto-translation capabilities to inline blocks.

Bug fixes

  • LM-615 – Fixed an issue to translate special characters in URLs. Use UrlSegmentOptions.ValidCharacters for a set of valid characters. Otherwise, only alphabetic characters, hyphens (-), and underscores (_) are accepted.
  • LM-508 – Fixed an issue where you exported a null JSON translation package file if the content contained an inline block.
  • LM-507 – Fixed an issue where you exported a null JSON translation package file if the content contained an inline block inside a content area.
  • LM-503 – Fixed an issue in IList<T> that duplicated or translated an inline block improperly.