From 0e192108b3cbf795bac69ddabb42dbac0fbf9dfa Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Thu, 15 Aug 2019 18:55:09 +1000 Subject: [PATCH] version 1.2.2.1 --- CHANGELOG.md | 7 ++++++- composer.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a67b3..694ae30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,17 @@ # Changelog +## 1.2.2.1 - 2019-08-15 + +### Fixed +- Fix issue for new Workflow installs having incorrect foreign key constraints. + ## 1.2.2 - 2019-08-06 ### Changed - Now requires Craft 3.2.8+. ### Fixed -- Fixed issues with submitting and approving on latest Craft 3.2.x changes. +- Fix issues with submitting and approving on latest Craft 3.2.x changes. - Fix error when approving a brand new entry submission. - Fix errors with drafts index. - Fix editor emails not sending when no `Additional Options` were checked. diff --git a/composer.json b/composer.json index 2e43332..c790af3 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.2.2", + "version": "1.2.2.1", "keywords": [ "craft", "cms",