Releases: verbb/workflow
Releases · verbb/workflow
2.0.0-beta.5
Added
- Add missing English Translations.
Fixed
- Fix an error when uninstalling.
- Fix an error when uninstalling the plugin.
- Fix being unable to view submissions in the control panel.
- Fix permission checks.
- Fix Workflow CSS not rendering for submissions index.
- Fix an error when trying to publish a submission.
- Fix element actions for submissions.
2.0.0-beta.4
Fixed
- Fix an error when uninstalling.
1.7.4
Fixed
- Fix behaviour of “Approve only” for publishers, to not publish a draft, instead only save it.
- Fix reviewer groups not saving correctly.
2.0.0-beta.3
Added
- Add resave console command for elements.
- Add checks for registering events for performance.
- Add
archiveTableIfExists()to install migration.
Changed
- Rename base plugin methods.
Fixed
- Fix a Twig error in pending submissions pane.
1.7.3
Fixed
- Fix an error with reviewer user groups stored in the deprecated format (pre 1.7.0).
- Fix required fields validation error leading to "Entry draft not found" when saving draft for review.
- Fix an error when creating a new submission on an existing entry, when required field validation fails.
- Fix reviewer notes not populating email notifications.
- Fix reviewer submissions triggering multiple times when containing Preparse fields.
- Fix entering in reviewer notes updating the entry draft notes.
- Fix an error overriding the action for controllers, when other plugins rely on
Controller::beforeAction(). - Fix an error when trying to fetch the next reviewer group.
- Fix front-end entry form creating multiple submissions.
2.0.0-beta.2
Changed
- Now requires Workflow
1.7.0in order to update from Craft 3.
Fixed
- Fix minor errors and display issues.
- Fix errors with
$contextchanging due toEntry::EVENT_DEFINE_SIDEBAR_HTMLevent.
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
editorNotificationshas been updated to be multi-site compatible. Refer to docs if you are using a configuration file.editorNotificationsOptionshas been updated to be multi-site compatible. Refer to docs if you are using a configuration file.reviewerNotificationshas been updated to be multi-site compatible. Refer to docs if you are using a configuration file.reviewerApprovalNotificationshas been updated to be multi-site compatible. Refer to docs if you are using a configuration file.publisherNotificationshas 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_EMAILevents. - Add
submissionparam toEVENT_BEFORE_SEND_email events.
Changed
- Allow
mailparam 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.