diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b9c4423..65bdf4ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## UNRELEASED + +### Fixes + +* Bug fix. When a piece or a page is created, published, then unpublished, and subsequently exported and re-imported, the manager modal incorrectly showed no published version. This occurs because the `lastPublishedAt` property of the draft document was set to null upon import, misleading the representation of the document's published state. Now it retains the original document's `lastPublishedAt` value. + ## 1.3.0 (2024-02-21) * Requires the create and edit permissions to use the import utility operation