Releases: verbb/workflow
Releases · verbb/workflow
1.7.2
Fixed
- Fix an error when trying to submit for review on a non-multi-site install.
1.7.1
Added
- Add deprecation notices for old settings, if you are using a configuration file. These will need to be updated before Craft 4.
Fixed
- Fix backward compatibility handling of settings not working correctly.
- Fix an error when trying to submit for review on a non-multi-site install.
- Fix settings for Reviewers not being populated correctly in settings.
Deprecated
editorNotifications
has been updated to be multi-site compatible. Refer to docs if you are using a configuration file.editorNotificationsOptions
has been updated to be multi-site compatible. Refer to docs if you are using a configuration file.reviewerNotifications
has been updated to be multi-site compatible. Refer to docs if you are using a configuration file.reviewerApprovalNotifications
has been updated to be multi-site compatible. Refer to docs if you are using a configuration file.publisherNotifications
has been updated to be multi-site compatible. Refer to docs if you are using a configuration file.
1.7.0
Added
- Add multi-site support for plugin settings for editor/reviewer/publisher groups.
- Add
EVENT_PREPARE_EDITOR_EMAIL
,EVENT_PREPARE_REVIEWER_EMAIL
, andEVENT_PREPARE_PUBLISHER_EMAIL
events. - Add
submission
param toEVENT_BEFORE_SEND_
email events.
Changed
- Allow
mail
param inEVENT_BEFORE_SEND_
events to be modified by events. - Change
EVENT_BEFORE_SEND_
email events to be cancelable.
2.0.0-beta.1
Changed
- Now requires PHP
^8.0.2
. - Now requires Craft
^4.0.0-beta.1
.
1.6.6
Fixed
- Fix submissions being created multiple times, if an entry contained a Preparse field.
1.6.5
Fixed
- Fix editor/publisher notes not being kept after a failed validation attempt.
- Fix required fields not validating when submitting for review.
1.6.4
Fixed
- Fix all date text not showing date and time (just date).
- Fix missing translation for 'Notes about your submission' text.
1.6.3
Changed
- Update dashboard widget formatting.
- Update status colours to Craft standard.
- Set
publisherId
anddateApproved
when setting the status to approved in the element status index.
Fixed
- Fix all date text not using locale-aware formatting.
- Fix notes placeholder text not being fully translatable.
- Fix rejected submissions' status not working with user border accessibility options.
- Fix when a user is both editor and publisher, not showing the approval widget for other editors submissions.
1.6.2
Fixed
- Fix editors (who have access to the Workflow index) being allowed to approve their own submissions.
1.6.1
Fixed
- Fixed Craft 3.7+ compatibility.