Try our conversational search powered by Generative AI!

Packages [expand] [collapse]
Released in version
3.1.2
3.1.1
3.1.0
3.0.0
2.6.11
2.6.10
2.6.9
2.6.8
2.6.7
2.6.6
2.6.5
2.6.4
2.6.3
2.6.2
2.6.1
2.6.0
2.5.12
2.5.11
2.5.10
2.5.9
2.5.8
2.5.7
2.5.6
2.5.5
2.5.4
2.5.3
2.5.2
2.5.1
2.5.0
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.1
2.3.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.0
1.2.0
1.1.0
1.0.6
1.0.5

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
MAR-1305
  AB Testing controllers need an option to specify additional roles

Related to MAR-1302

Problem:

When a user is not a member of one of the default roles (such as CMSAdmin or CMSEditor), the user cannot access or edit an AB Test Controllers. You can now specify a comma-separated list of one or more custom roles to provide access to the AB Test Controllers.

Solution:

  1. Add a comma separated list of roles to the app keys. For example:

    <add key="EPiServer:Marketing:Testing:Roles" value="Content_Admins" />
    

  2. Create a new mapped virtual role section. For example:

    <virtualRoles addClaims="true">
      <providers>
        ...
          <add name="LocalAdmins" 
               type="EPiServer.Security.MappedRole, EPiServer.Framework"
               roles="SWE_Admins" 
               mode="Any" />
      </providers>
    

  3. Add users to those roles so they can access the UI editor again.
EPiServer.Marketing.Testing 2.6.2; (Or a related package);
Jun 16, 2020