From 1c618a1139c05d7bf28a762eff6342e0145f027f Mon Sep 17 00:00:00 2001 From: Josh Crawford Date: Sun, 5 Jan 2020 22:54:27 +1100 Subject: [PATCH] version 1.3.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ composer.json | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b489575..f72e6af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,26 @@ # Changelog +## 1.3.0 - 2020-01-05 + +### Added +- Add approve-only option for publishers. +- Ensure publishers can't approve their own entries. + +### Changed +- Remove Drafts - now that its handled in Craft core. Use the element index to look for draft entries. +- Remove submissions controller and actions, refactoring to service. These shouldn't have been used (not documented), but this removes all `workflow/submissions/*` actions. +- Refactor and cleanup workflow flow. Particularly for new, unsaved drafts, fixing a few issues. +- Now required Craft 3.3.0+. + +### Fixed +- Fix some incorrect translations (thanks @Alxmerino and @watarutmnh). +- Fix before-send notification events not working. +- Disable auto-saving when entry has been submitted for review. +- Fix/improve front-end submissions. + +### Security +- Protect against potential XSS. + ## 1.2.3 - 2019-08-16 ### Fixed diff --git a/composer.json b/composer.json index e709629..9f470b3 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.3", + "version": "1.3.0", "keywords": [ "craft", "cms",