From 100237bb5f88107cd72bd4ddef7c858ed00709f2 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Fri, 21 Aug 2020 11:45:06 +1000 Subject: [PATCH] version 1.5.5 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f113dfb..d00fda2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.5.5 - 2020-08-21 + +### Fixed +- Fix editors being able to continue editing their draft once submitted (through auto-save). + ## 1.5.4 - 2020-06-18 ### Fixed diff --git a/composer.json b/composer.json index 3e23057..c3c0def 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.5.4", + "version": "1.5.5", "keywords": [ "craft", "cms",