Releases: verbb/workflow
Releases · verbb/workflow
1.1.1
1.1.0
Added
- Added editor notes, to send along with a submission.
- Submissions now listed on entry events, to improve submission workflow.
- Submit brand-new entries for review (provided they pass validation).
- Translation to norwegian. (thanks @phoob).
- Add serialised data to submissions to prepare for entry comparison diffs.
Changed
- Updated widget styles to be more compact for entry sidebars.
- Update min requirement to Craft 3.1.x.
- Updated plugin settings to use UIDs for Craft 3.1.x.
- 'Submit for review' now saves entry content, then submits for review. No more clicking 'Save' then 'Submit'.
- 'Submit for review' now validates entry content before submission.
- Changed controller action from
workflow/submissions/send
toworkflow/submissions/save-submission
. - Changed controller action from
workflow/submissions/revoke
toworkflow/submissions/revoke-submission
. - Changed controller action from
workflow/submissions/approve
toworkflow/submissions/approve-submission
. - Changed controller action from
workflow/submissions/reject
toworkflow/submissions/reject-submission
.
Fixed
- Fix draft submissions not being retained after approval.
- Submissions now trigger entry validation, ensuring only 'valid' entries are submitted for review.
- Fix dateApproved/dateRejected not showing their value.
- Fix error when sorting by Editor or Publisher in CP.
- Fix error when no sections are selected.
- Fix not publishing a submission when approving.
1.0.3
Fixed
- Show the entry title on submissions index, rather than the Submission ID.
1.0.2
Fixed
- Fix Verbb logo reference (for real this time)
1.0.1
Fixed
- Fix elementType typo
- Fix Verbb logo reference
1.0.0
- Craft 3 release.
0.9.6
- Minor fix for sidebar icon
0.9.5
- [Added] Verbb marketing (new plugin icon, readme, etc).
0.9.4
- [Added] Added ability to enabled/disable email notifications for editors or publishers.
- [Added] Added ability to select all, or individual publishers to be notified via email on submissions.
- [Fixed] Only individual editors receive approval/rejection email notifications - not each user in the editor group.
0.9.3
- [Added] Added ability to set notes on an approval/rejection from a publisher.
- [Added] Added submission rejection option integrating notes (as above).
- [Added] Added new email message for when editors are notified on their submission.
- [Added] Added ability for editors to revoke their submission.
- [Added] Added widget for submissions.
- [Improved] Editors now receive emails when their submission is approved/rejected.
- [Improved] Improved entry widget to combine multiple submissions into a single pane.
- [Fixed] Fixed missing attributes for element type.
- [Fixed] Fixed typo in element action.
- [Fixed] Fixed status indicators on element index.