diff --git a/CHANGELOG.md b/CHANGELOG.md index 9027ab9..831d89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 2.0.2 - 2022-11-24 + +### Added +- Add `Submission::getOwnerCpUrl()` to easily refer to the owner entry or draft’s `cpEditUrl` in emails. +- Add some error-handling checks to `Review::getSubmission()`, `Review::getElement()`, `Review::getUser()`. +- Add `Submission::getDraft()`. + +### Changed +- References to the owner entry for a submission now refer to the draft (if it still exists). + +### Fixed +- Fix an issue where status couldn’t be updated when editing a submission in the control panel. + ## 2.0.1 - 2022-11-23 ### Fixed diff --git a/composer.json b/composer.json index 395e1d3..12b596b 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "verbb/workflow", "description": "A Craft CMS plugin to create a workflow for publishing entries.", "type": "craft-plugin", - "version": "2.0.1", + "version": "2.0.2", "keywords": [ "craft", "cms",