Changelog
3.0.16 2026-05-14
Fixed
- Fix syntax error in
SubmissionsController::actionSaveSubmission.
3.0.15 2026-04-29
Added
- Added plugin settings to control the ability to self-approve submissions.
3.0.14 2026-03-03
Changed
- Update Submission element edit page to use hyperlinked element relation chips.
3.0.13 2026-02-13
Changed
- Update Submission element index table to use hyperlinked element fields.
3.0.12 2025-11-06
Fixed
- Fix user permissions for editors and status, if they have access to editing submissions.
3.0.11 2025-09-02
Changed
- Change the Submissions dashboard widget to only show submissions the current user has permission on.
Fixed
- Fix visual display of Submissions dashboard widget.
- Fix permissions checks for Submission element.
3.0.10 2025-08-13
Changed
- When locking an entry for a pending submission for editors, the entry field layout is now rendered statically.
3.0.9 2025-07-18
Added
- Add Submission conditions for Role and Entry.
Changed
- Update English translations.
Fixed
- Fix submission behaviour to work with Craft 5.8+.
3.0.8 2025-05-01
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 2025-03-04
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 2025-02-02
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 2024-11-28
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 2024-10-09
Fixed
- Add the ability to filter submissions for specific sites on the Recent Submissions dashboard widget.
3.0.3 2024-09-07
Fixed
- Fix an issue where draft Matrix blocks (entries) were being used for submissions.
3.0.2 2024-08-09
Fixed
- Fix email messages translations.
3.0.1 2024-07-21
Added
- Add editor name to submission dashboard widget items.
- Add error handling when trying to set a non-pending submission to pending.
- Add the “Overview” subnav item to the Workflow menu.
- Add Craft Teams support for permissions.
Changed
- Update non-English translations.
- Update English translations.
- “Overview” has been changed to “Submissions”.
Fixed
- Fix an error when comparing reviews with no data.
- Fix submission edit breadcrumb.
- Fix submission edit save button alignment.
- Fix permissions check for viewing submissions.
- Fix viewing a submission when the element was deleted.
- Fix a PHP 8.3 error.
- Fix summary number alignments.
3.0.0 2024-05-18
Changed
- Now requires PHP
8.2.0+.
- Now requires Craft
5.0.0+.