A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Remove explicit IVersionable implementation on PageData

Fixed in

EPiServer.CMS.Core 11.1.0

(Or a related package)

Created

Jun 08, 2017

Updated

Jan 07, 2022

Area

CMS Core

State

Closed, Fixed


Description

Since we changed StartPublish/StopPublish to be nullable, we no longer need the explicit IVersionable implementation on PageData.

Breaking Changes

  • PageData does no longer expose a separate explicit implementation of IVersionable.StartPublish and IVersionable.StopPublish.