We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc2699 commit 0ac7f49Copy full SHA for 0ac7f49
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 3.0.5 - 2024-11-28
4
+
5
+### Fixed
6
+- Fix when deleting a Craft User that owned a review, would also delete that review.
7
+- Fix an error when approving a submission. (thanks @iainsaxon).
8
9
## 3.0.4 - 2024-10-09
10
11
### Fixed
composer.json
@@ -2,7 +2,7 @@
"name": "verbb/workflow",
"description": "Enforce multi-step review processes for creating entries.",
"type": "craft-plugin",
- "version": "3.0.4",
+ "version": "3.0.5",
"keywords": [
"craft",
"cms",
0 commit comments