From 0441fd2da984f954726c4b17726f3019cbbe780b Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Fri, 1 Jul 2022 22:31:25 +1000 Subject: [PATCH] version 1.7.4 --- CHANGELOG.md | 6 ++++++ composer.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e79fac..c7ffdb1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.7.4 - 2022-07-01 + +### Fixed +- Fix behaviour of “Approve only” for publishers, to not publish a draft, instead only save it. +- Fix reviewer groups not saving correctly. + ## 1.7.3 - 2022-05-23 ### Fixed diff --git a/composer.json b/composer.json index 7b0d73d..f5d4159 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": "1.7.3", + "version": "1.7.4", "keywords": [ "craft", "cms",