diff --git a/CHANGELOG.md b/CHANGELOG.md index 935ea11..c11f0da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## 2.0.7 - 2023-12-08 + +### Added +- Add read-only state for submission detail pages for editors to view submission detail. +- Add output for reviews when comparing and their owner or submission can’t be found. +- Add several translations. (thanks @watarutmnh). + +### Changed +- The Workflow control panel menu item now will only show if the user has “Overview” permission. + +### Fixed +- Fix comparing reviews not working on specific multi-site setups. +- Fix an error when trying to determine whether a review’s element is a draft. + ## 2.0.6 - 2023-10-25 ### Added diff --git a/composer.json b/composer.json index 463b2fa..c2879b4 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/workflow", "description": "Enforce multi-step review processes for creating entries.", "type": "craft-plugin", - "version": "2.0.6", + "version": "2.0.7", "keywords": [ "craft", "cms",