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-9761: Log4Net 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>
- CMS-9761: Log4Net logging stops working in Release mode
Episerver CMS UI
Important notifications
- Update 189 included breaking changes for Episerver CMS 11.
- Update 174 included breaking changes for Episerver Commerce 11.
- Update 150 included breaking changes for Episerver Service API 3.
- Update 141 included breaking changes for Episerver Languages 3.
- Update 134 included breaking changes for Episerver CMS 10, Episerver Commerce 10, and Episerver Forms 4.
- For previous notifications, see update 118.
Related topics
- Release notes. Latest changes with work item details.
- New features in Episerver. Summary of new functionality.
- Installing Episerver updates. Adding the NuGet feed and installing updates.
- Episerver Beta features. About Beta releases and how to enable them.
- The Episerver continuous release process. About continuous releases and deployment.
Last updated: Feb 20, 2018