Skip to content

Commit

Permalink
version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Jan 5, 2020
1 parent a08fb17 commit 1c618a1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 1c618a1

Please sign in to comment.