Packages [expand] [collapse]
Released in version
12.18.0
12.17.1
12.17.0
12.16.0
12.15.1
12.15.0
12.14.0
12.13.1
12.13.0
12.12.1
12.11.0
12.10.0
12.9.3
12.9.2
12.9.1
12.9.0
12.8.0
12.7.0
12.6.0
12.5.0
12.4.2
12.4.1
12.4.0
12.3.0
12.2.0
12.1.1
12.1.0
12.0.4
12.0.3
11.21.2
11.21.1
11.21.0
11.20.17
11.20.16
11.20.15
11.20.14
11.20.12
11.20.11
11.20.10
11.20.9
11.20.8
11.20.7
11.20.6
11.20.5
11.20.4
11.20.3
11.20.2
11.20.1
11.20.0
11.19.0
11.18.1
11.17.0
11.16.0
11.15.1
11.15.0
11.14.2
11.14.1
11.14.0
11.13.2
11.13.1
11.13.0
11.12.0
11.11.3
11.11.2
11.11.1
11.11.0
11.10.6
11.10.5
11.10.4
11.10.3
11.10.2
11.10.1
11.10.0
11.9.4
11.9.3
11.9.2
11.9.1
11.9.0
11.8.1
11.8.0
11.7.1
11.7.0
11.6.0
11.5.4
11.5.3
11.5.2
11.5.1
11.5.0
11.4.0
11.3.4
11.3.3
11.3.2
11.3.1
11.3.0
11.2.1
11.2.0
11.1.0
10.10.5
10.10.4
10.10.3
10.10.2
10.10.1
10.10.0
10.9.2
10.9.1
10.9.0
10.8.0
10.7.0
10.6.0
10.5.0
10.4.3
10.4.2
10.4.1
10.4.0
10.3.2
10.3.1
10.3.0
10.2.0
10.1.0
10.0.1
9.12.5
9.12.4
9.12.3
9.12.2
9.12.1
9.12.0
9.11.0
9.10.2
9.10.1
9.10.0
9.9.1
9.9.0
9.8.3
9.8.2
9.8.1
9.8.0
9.7.3
9.7.2
9.7.1
9.7.0
9.6.1
9.6.0
9.5.1
9.5.0
9.4.0
9.3.3
9.3.2
9.3.1
9.3.0
9.2.1
9.2.0
9.1.0
9.0.3
9.0.2
9.0.1
9.0.0
8.11.0
8.10.1
8.10.0
8.9.0
8.8.2
8.8.1
8.8.0
8.7.0
8.6.0
8.5.0
8.4.0
8.3.0
8.2.0
8.1.0
8.0.0
7.19.2
7.19.1
7.19.0
7.18.0
7.17.0
7.16.1
7.16.0
7.15.0
7.14.2
7.14.1
7.14.0
7.13.3
7.13.2
7.13.1
7.13.0
7.11.0
7.10.0
7.9.1
7.9.0
7.8.2
7.8.1
7.8.0
7.7.1
7.7.0
7.6.5
7.6.4
7.6.3
7.6.2
7.6.1
7.6.0
7.5.1003.0
7.5.1002.0
7.5.1000.0
7.5.440.0
7.5.409.0
7.5.402.0
7.5.394.2
7.0.586.24
7.0.586.16
7.0.586.8
7.0.586.4
7.0.586.1
6.1.379.0

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
CMS-29805
  ModelSync should read updates from database if concurrency issue is detected

Fixed an issue that caused an error when application instances were started simultaneously and one of the application instances detected a ContentType or Property was updated by another application. The error prevented the ContentModel change from being applied.

EPiServer.CMS.Core 12.18.0;
Sep 19, 2023
CMS-29797
  Rendering of partial view clears ModelState errors

Fixed an issue that cleared errors on ViewContext.ModelState when you rendered a partial content (such as  through a content area). For example:

  1. Add following line to DefaultPageController.Index method.
    ModelState.AddModelError("AnError", "some error");
  2. Put breakpoints in a view that renders a contentarea before and after the contentarea (such as StandardPage/index.cshmtl)
  3. Access a page that contained an area item that is rendered with a view such as  https://localhost:5000/en/about-us/
  4. In the breakpoint before the rendering of the contentarea, look at ViewContext.ModelState. The error was present in the breakpoint before rendering the content area but Errors was cleared after the rendering of the contentarea.
EPiServer.CMS.Core 12.18.0;
Sep 19, 2023
CMS-29834
  Inline blocks should be validated for draft updates

Fixed an issue that prevented a validation error (The number must be positive.) from displaying until after the page was published. This issue occurred when an inline block had a block type that used a custom validation attribute, so it appeared only during publish but not when a draft was auto saved. 

EPiServer.CMS.Core 12.18.0;
Sep 19, 2023
CMS-29624
  Group property data types (add GroupName to PropertyDefinitionType)

The new Content Type Management UI supports grouping of property data types. To let other products and apps (add-ons) add their property types to such groups, a GroupName property is added to PropertyDefinitionType.

EPiServer.CMS.Core 12.18.0;
Sep 19, 2023
CMS-29684
  Edit: ErrorCtor (500 Internal Server Error) if page included a block list with Category property

Fixed an issue that generated a 500 Internal Server Error because a page included a block list with a Category property.

EPiServer.CMS.Core 12.18.0;
Sep 19, 2023
CMS-29793
  Make scheduler job delay configurable

Fixed an issue that caused a "drift" in scheduled job times due to delays employed to reduce risk of resource starvation.

When several jobs have approximately the same scheduled execution time, the scheduler service adds a delay of 10 seconds between each job execution to reduce the risk of resource starvation (for example thread).

However if there are many short-lived jobs that are scheduled with a short time interval then they might "drift" in start time due to this delay; for example, runs every third minute instead of every minute as it was scheduled.

You can configure the delay configurable to define a shorter interval if it suits your jobs better.

EPiServer.CMS.Core 12.18.0;
Sep 19, 2023
CMS-29432
  Copy asset folder with multi-reference level does not work

Fixed an issue in the asset folder where copying and pasting a block with multiple referenced child blocks did not create a copy of any blocks. 

EPiServer.CMS.Core 12.17.1;
Aug 31, 2023
CMS-29385
  A link that matches a link validation exclude pattern should not be considered broken

Fixed an issue where URL links that matched exclude patterns in link validation were reported as broken links. 

EPiServer.CMS.Core 12.17.1;
Aug 31, 2023
CMS-29368
  Copy with asset folder does not work

Fixed an issue where copy and paste of content block within an asset folder did not work.

EPiServer.CMS.Core 12.17.1;
Aug 31, 2023
CMS-28201
  Delete content type exception no longer contains referencing content name

Fixed an issue where trying to delete a content type as an admin user did not display the content items that existed for that content type. Now, a warning message displays. 

EPiServer.CMS.Core 12.17.1;
Aug 31, 2023
1 2 3 4 5 6 Next