Releases: verbb/workflow
Releases · verbb/workflow
3.0.8
Added
- Add the ability to register your own editor/reviewer/publisher actions to handle submissions.
Changed
- The “Submissions” sub-nav item in the control panel menu now only appears when the “Settings” menu item also does.
- Replaced “Approve” action witth “Approve and Apply”.
- Refactor editor/reviewer/publisher actions into specific classes to control behaviour.
- Refactor settings screens to fit
verbb-base
for consistency. - Update GraphQL resolvers to use
ElementCollection
correctly.
Fixed
- Fix review owner element not including disabled or non-live status items.
- Fix UI for submissions edit and the collapsable sidebar.
- Fix compare screen not showing change indicator for complex fields.
- Fix compare view not working correctly with field instances.
- Fix an error with the compare interface for some fields.
3.0.7
Fixed
- Fix an error when trying to resolve the owner element of a review when it’s a draft.
- Fix an error when using the “Publisher Notifications User Group” setting.
2.0.15
Fixed
- Fix an error when trying to resolve the owner element of a review when it’s a draft.
- Fix an error when using the “Publisher Notifications User Group” setting.
3.0.6
Added
- Add “Publisher Notifications User Group” to optionally specify a user group just for publisher notifications.
Changed
- Change apply-draft behaviour to use onBeforeApplyDraft to handle applying drafts on existing entries, before the draft is deleted.
- When applying a draft entry, and a pending submission is found, and the current user is a publisher, the submission is now automatically approved.
Fixed
- Fix an error when editors make a submission on a new draft for an existing entry.
Removed
- Remove “Editor” and “Publisher” sort options for submission index.
2.0.14
Added
- Add “Publisher Notifications User Group” to optionally specify a user group just for publisher notifications.
Changed
- Change apply-draft behaviour to use onBeforeApplyDraft to handle applying drafts on existing entries, before the draft is deleted.
- When applying a draft entry, and a pending submission is found, and the current user is a publisher, the submission is now automatically approved.
Fixed
- Fix an error when editors make a submission on a new draft for an existing entry.
Removed
- Remove “Editor” and “Publisher” sort options for submission index.
3.0.5
Fixed
- Fix when deleting a Craft User that owned a review, would also delete that review.
- Fix an error when approving a submission. (thanks @iainsaxon).
2.0.13
Fixed
- Fix when deleting a Craft User that owned a review, would also delete that review.
- Fix an error when approving a submission. (thanks @iainsaxon).
3.0.4
Fixed
- Add the ability to filter submissions for specific sites on the Recent Submissions dashboard widget.
2.0.12
Fixed
- Add the ability to filter submissions for specific sites on the Recent Submissions dashboard widget.
3.0.3
Fixed
- Fix an issue where draft Matrix blocks (entries) were being used for submissions.