Try our conversational search powered by Generative AI!

Episerver - update 202

Bug fixes for Episerver Logging (including a critical bug fix) and Episerver CMS UI.

The update applies to Episerver projects version 7.5 and higher, and contains finalized work items included in the latest iteration. Continuous release updates are cumulative to include previous updates. Episerver supports all platform updates and strongly recommends that you keep ongoing projects up-to-date. You can install the updates from the Episerver NuGet feed

Main packages
This release information lists updated main package versions for the Episerver platform. When a release is built, other dependent packages also may be bumped to new versions, although they contain no publicly visible changes. This is done to avoid dependency errors. When you upgrade, NuGet alerts you to upgrade related packages to the required versions. For Commerce, it is important to ensure that you are running the same version of CMS and Commerce, both in the front-end and back-end applications.

Updated main packages

Click a package in the list to see work item details.

Episerver CMS Core

Critical bug fix:

    • CMS-9761Log4Net logging stops working in Release mode
      All log4net logging stops working when running in Release mode. Note that this only affects EPiServer.Logging.Log4Net 2.2.1.

      Workaround
      Add the following AppSettings to the web.config file.

      <appSettings>
      <add key="log4net.Config" value="EPiServerLog.config"/>
      <add key="log4net.Config.Watch" value="True"/>
      </appSettings>

Episerver CMS UI

Important notifications

Related topics

Last updated: Feb 20, 2018