We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8167982 commit 7d93404Copy full SHA for 7d93404
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 1.5.2 - 2020-06-09
4
+
5
+### Fixed
6
+- Fix XSS vulnerability with permissions settings.
7
+- Fix error when `reviewerUserGroups` plugin settings is not an array.
8
9
## 1.5.1 - 2020-05-18
10
11
### Fixed
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": "1.5.1",
+ "version": "1.5.2",
"keywords": [
"craft",
"cms",
0 commit comments