A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Packages [expand] [collapse]

Latest changes

Item type
Filter on date
Items/Page
Area ID Type Description Released
LM-530
  Revamp the translation/duplicate configuration process UI

Options display in a window (instead of in appsettings.json).

  • Translate subpages (descendants)
  • Translate related content, which includes content in ContentArea, ContentReference, IList<ContentReference>, XhtmlString, and  IList<XhtmlString>
  • Publish the added content (but do not include the root page)
EPiServer.Labs.LanguageManager 5.3.0; (Or a related package);
Apr 09, 2024
LM-519
  Add option to publish the children content or not

You now have the option to publish descendant content (child content).

EPiServer.Labs.LanguageManager 5.3.0; (Or a related package);
Apr 09, 2024
LM-454
  Language Manager should be located under Addons menu instead of Admin/Settings

Language Manager now appears on the Add-ons menu instead of Admin > Settings.

EPiServer.Labs.LanguageManager 5.2.0; (Or a related package);
Oct 13, 2023
LM-453
  Language Manager page: Cannot view favicon

Fixed an issue that prevented favicons from displaying on the Language Manager page.

EPiServer.Labs.LanguageManager 5.2.0; (Or a related package);
Oct 13, 2023
LM-467
  Support IList for content properties

IList for content properties is now supported:

Block example:

namespace AlloyTemplates.Models.Blocks
{
    /// <summary>
    /// Used to insert a link which is styled as a button
    /// </summary>
    [ContentType(
    DisplayName = "List property block",
    GUID = "c36610cc-dd60-4b5a-a576-4d57450d457c")]
    public class ListPropertyBlock : BlockData
    {
        [CultureSpecific]
        [Display(
            Name = "List of stuff",
            GroupName = SystemTabNames.Content,
            Order = 200)]
        public virtual IList<StuffBlock> ListOfStuff { get; set; }
    }    
    [ContentType(
        AvailableInEditMode = false,
        GUID = "6ce91413-c53d-459f-be43-e351bc4e5c70")]
    public class StuffBlock : BlockData
    {
        [CultureSpecific]
        [Display(
            Name = "String property stuff",
            GroupName = SystemTabNames.Content,
            Order = 100)]
        public virtual string StringProperty { get; set; }        
        [CultureSpecific]
        [Display(
            Name = "List of test",
            GroupName = SystemTabNames.Content,
            Order = 200)]
        public virtual IList<NestedStuffBlock> ListOfTest { get; set; }
    }    
    [ContentType(
        AvailableInEditMode = false,
        GUID = "6ce91413-c53d-459f-be43-e351bc4e5c77")]
    public class NestedStuffBlock : BlockData
    {
        [CultureSpecific]
        [Display(
            Name = "String property 2",
            GroupName = SystemTabNames.Content,
            Order = 100)]
        public virtual string StringProperty { get; set; }
    }
}
EPiServer.Labs.LanguageManager 5.2.0; (Or a related package);
Oct 13, 2023
LM-501
  CompareView: Cannot remove the selected category after autotranslate

Fixed an issue where, after you added a category to a content item, opened Compare View, and clicked the Auto–translate option, you could not remove the selected category. 

EPiServer.Labs.LanguageManager 5.2.0; (Or a related package);
Oct 13, 2023
LM-425
  The Auto-translate menu is only enabled if there is a Subscription Key in the settings.

Fixed an issue where the Auto-translate menu was enabled only if there was a Subscription Key in the settings.

 

EPiServer.Labs.LanguageManager 5.1.3; (Or a related package);
May 30, 2023
LM-410
  Language Manager Admin View breaks with UI 12.10

Fixed the padding and display of the Language Manager configuration page in the Admin view.

EPiServer.Labs.LanguageManager 5.1.2; (Or a related package);
Sep 27, 2022
LM-406
  Text is overlapped in dropdown list

Fixed text that overlapped in the Translator Provider and Notification Provider drop-down list.

EPiServer.Labs.LanguageManager 5.1.2; (Or a related package);
Sep 27, 2022
LM-411
  Cannot open Language Settings in Edit View

Fixed an issue where you could not open Language Settings after you installed EPiServer.Labs.LanguageManager 5.1.1 with EPiServer.CMS 12.12.0-pre-028162.

EPiServer.Labs.LanguageManager 5.1.2; (Or a related package);
Sep 27, 2022
1 2 3 Next