Skip to content

Commit 47ca75b

Browse files
committed
version 2.0.2
1 parent 131b632 commit 47ca75b

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 2.0.2 - 2022-11-24
4+
5+
### Added
6+
- Add `Submission::getOwnerCpUrl()` to easily refer to the owner entry or draft’s `cpEditUrl` in emails.
7+
- Add some error-handling checks to `Review::getSubmission()`, `Review::getElement()`, `Review::getUser()`.
8+
- Add `Submission::getDraft()`.
9+
10+
### Changed
11+
- References to the owner entry for a submission now refer to the draft (if it still exists).
12+
13+
### Fixed
14+
- Fix an issue where status couldn’t be updated when editing a submission in the control panel.
15+
316
## 2.0.1 - 2022-11-23
417

518
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "verbb/workflow",
33
"description": "A Craft CMS plugin to create a workflow for publishing entries.",
44
"type": "craft-plugin",
5-
"version": "2.0.1",
5+
"version": "2.0.2",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)