Try our conversational search powered by Generative AI!

Packages [expand] [collapse]
Released in version
5.3.0
5.2.0
5.1.3
5.1.2
5.1.1
5.1.0
5.0.2
5.0.1
5.0.0
4.0.3
4.0.2
4.0.1
4.0.0
3.3.2
3.3.1
3.3.0
3.2.0
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.1.0
2.0.1
2.0.0
1.5.2.9000
1.5.1.9000
1.4.3.9000
1.4.2.9000
1.4.2.8000
1.4.1.8000
1.4.0.8000
1.2.1.8000
1.2.0.8000
1.1.1.7514
1.0.4.71

Release notes for Optimizely CMS and Customized Commerce updates

This topic lists Optimizely updates, delivered as NuGet packages and services. You decide which updates apply to your project.

Select a product, package, or service in the left menu, and then select one of the following filters from Item type and click Filter.

  • Bug – Display bug fixes.
  • Critical bug – Display only critical bug fixes.
  • Feature –  Display only new features (all features).
  • UI Feature – Display only end-user (user interface) features.

Note: NuGet packages listed here may not be immediately available in the Optimizely NuGet feed.

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-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-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-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-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-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-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
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
1 2 3 4 5 6 Next