Vulnerability in EPiServer.Forms

Try our conversational search powered by Generative AI!

Packages [expand] [collapse]
Released in version
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-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;
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;
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;
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;
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;
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;
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;
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;
Sep 27, 2022
LM-402
  Importing translation that is erronous doesn't generate any error log

Fixed an issue where it looked like a project was imported successfully but the content was not translated and no error message was shown.

EPiServer.Labs.LanguageManager 4.0.3;
Jul 19, 2022
LM-395
  CMS hanging when using language manager to translate custom content

Fixed an issue that caused CMS to stall when you used Language Manager to translate custom content.

EPiServer.Labs.LanguageManager 4.0.3;
Jul 19, 2022
1 2 3 4 5 6 Next