Releases: verbb/workflow
Releases · verbb/workflow
1.2.0
Added
- Add support for Craft 3.2.0+.
- Fix incorrect element table attributes.
1.1.12
Fixed
- Fix incorrect element table attributes.
1.2.0-beta.1
Added
- Craft 3.2 compatibility
1.1.11
Fixed
- Don’t redirect from submissions unless we have to.
- Add search attributes for submissions.
- Fix submission propagation before saving.
1.1.10
Fixed
- Fix dashboard widget link for submission drafts.
- Fix redirect error when trying to approve a submission. (thanks @brandonkelly)
1.1.9
Added
- Add override notice for settings fields, when using config file.
Fixed
- Fix validation not triggering when saving drafts.
1.1.8
Added
- Add email events
beforeSendEditorEmail
andbeforeSendPublisherEmail
. - Add editor notification options for reply-to and cc-ing publisher's email.
Changed
- Refactor settings into multiple pages.
1.1.7
Fixed
- Fix errors thrown when calling controller actions from site requests and not from POST submissions.
1.1.6
Added
- Allow non-admins to save plugin settings.
- Add more permissions to pages in plugin.
Fixed
- Add checks around the owner entry and whether it exists.
- Add missing migration for
ownerSiteId
for Craft 2 > 3 upgrades.
1.1.5
Fixed
- Fix potential error on widget when submitted element is missing.
- Fix redirects for submissions, particularly on the front-end.