- 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.
- Fix issue for new Workflow installs having incorrect foreign key constraints.
- Now requires Craft 3.2.8+.
- Fix issues with submitting and approving on latest Craft 3.2.x changes.
- Fix error when approving a brand new entry submission.
- Fix errors with drafts index.
- Fix editor emails not sending when no
Additional Options
were checked.
- Fix offload warning when submitting actions.
- Fix integrity error for drafts when trying to submit an entry.
- Add support for Craft 3.2.0+.
- Fix incorrect element table attributes.
- Fix incorrect element table attributes.
- Don’t redirect from submissions unless we have to.
- Add search attributes for submissions.
- Fix submission propagation before saving.
- Fix dashboard widget link for submission drafts.
- Fix redirect error when trying to approve a submission. (thanks @brandonkelly)
- Add override notice for settings fields, when using config file.
- Fix validation not triggering when saving drafts.
- Add email events
beforeSendEditorEmail
andbeforeSendPublisherEmail
. - Add editor notification options for reply-to and cc-ing publisher's email.
- Refactor settings into multiple pages.
- Fix errors thrown when calling controller actions from site requests and not from POST submissions.
- Allow non-admins to save plugin settings.
- Add more permissions to pages in plugin.
- Add checks around the owner entry and whether it exists.
- Add missing migration for
ownerSiteId
for Craft 2 > 3 upgrades.
- Fix potential error on widget when submitted element is missing.
- Fix redirects for submissions, particularly on the front-end.
- Fix approved entries not being published correctly in some instances.
- Fix editor/publisher links.
- Fix errors that can occur when installing via cli.
- Added editor/publisher submission notes required setting
- Ensure editor/publisher URLs are only shown if the current user has permission.
- Ensure publishers in settings use User Group UID.
- Fix error in Norwegian translation (thanks @phoob).
- Fix query error when viewing drafts.
- 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.
- 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
.
- 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.
- Show the entry title on submissions index, rather than the Submission ID.
- Fix Verbb logo reference (for real this time)
- Fix elementType typo
- Fix Verbb logo reference
- Craft 3 release
- Minor fix for sidebar icon.
- Verbb marketing (new plugin icon, readme, etc).
- Added ability to enabled/disable email notifications for editors or publishers.
- Added ability to select all, or individual publishers to be notified via email on submissions.
- Only individual editors receive approval/rejection email notifications - not each user in the editor group.
- Added ability to set notes on an approval/rejection from a publisher.
- Added submission rejection option integrating notes (as above).
- Added new email message for when editors are notified on their submission.
- Added ability for editors to revoke their submission.
- Added widget for submissions.
- Editors now receive emails when their submission is approved/rejected.
- Improved entry widget to combine multiple submissions into a single pane.
- Fixed missing attributes for element type.
- Fixed typo in element action.
- Fixed status indicators on element index.
- Added Draft overview screen - shows all available drafts site-wide.
- Fixed approval link in email not including draft.
- Fixed where a Draft entry was approved, its state was not set to public.
- Initial release.