Skip to content

Commit

Permalink
version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Nov 24, 2022
1 parent 131b632 commit 47ca75b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 47ca75b

Please sign in to comment.