Releases: verbb/workflow
Releases · verbb/workflow
1.4.1
Fixed
- Fix multiple approvals firing for draft submissions.
1.3.5
Fixed
- Fix multiple approvals firing for draft submissions.
1.4.0
Added
- Craft 3.4 compatibility.
1.3.4
Fixed
- Fix editor/publisher notes enforcement.
- Fix being unable to approve front-end submissions.
- Fix being unable to approve submissions in some circumstances.
1.3.3
Fixed
- Fix error when trying to approve submissions with element actions.
1.3.2
Fixed
- Fix front-end submissions throwing errors.
1.3.1
Added
- Add submission notes and site to submission element index.
1.3.0
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
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
Fixed
- Fix issue for new Workflow installs having incorrect foreign key constraints.