From 3cef4564c0c379c3ad4cc8e66bbe0310022ca767 Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Fri, 16 Aug 2019 12:40:47 +1000 Subject: [PATCH] version 1.2.3 --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 694ae30..b489575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 1.2.3 - 2019-08-16 + +### Fixed +- Fix incorrect redirect URL after workflow actions. (thanks @mattrothenberg). +- Fix draft’s not showing correctly when no title has been set. +- Fix lack of publishing when approving submission from Overview. + ## 1.2.2.1 - 2019-08-15 ### Fixed diff --git a/composer.json b/composer.json index c790af3..d9479b7 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.1", + "version": "1.2.3", "keywords": [ "craft", "cms",