Skip to content

Commit

Permalink
adds changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ValJed committed Mar 7, 2024
1 parent 8022792 commit 5df249d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@

## UNRELEASED

### Changes

* Vue 3 migration.

### 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)

### Changes

* Requires the create and edit permissions to use the import utility operation

## 1.2.1 (2024-01-24)
Expand Down

0 comments on commit 5df249d

Please sign in to comment.