Try our conversational search powered by Generative AI!

Published date should not have the same value as Created

Fixed in

EPiServer.CMS.Core 10.0.1

(Or a related package)

Created

Jun 30, 2016

Updated

Jan 07, 2022

Area

CMS Core

State

Closed, Fixed


Description

Published (IVersionable.StartPublish) gets the default value set to the created date and is not updated when content is published. Publish date should not be assigned until published to reflect the actual publish date.

Breaking change:
PropertyDate.Date property is now DateTime? instead of DateTime
PageData.StartPublish is now DateTime? instead of DateTime
PageData.StopPublish is now DateTime? instead of DateTime