Skip to content

Releases: verbb/workflow

2.0.0-beta.5

09 Aug 07:38

Choose a tag to compare

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

01 Jul 12:44

Choose a tag to compare

Fixed

  • Fix an error when uninstalling.

1.7.4

01 Jul 12:31

Choose a tag to compare

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

23 May 04:31

Choose a tag to compare

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

23 May 04:24

Choose a tag to compare

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

13 Apr 05:15

Choose a tag to compare

Changed

  • Now requires Workflow 1.7.0 in order to update from Craft 3.

Fixed

  • Fix minor errors and display issues.
  • Fix errors with $context changing due to Entry::EVENT_DEFINE_SIDEBAR_HTML event.

1.7.2

24 Mar 06:56

Choose a tag to compare

Fixed

  • Fix an error when trying to submit for review on a non-multi-site install.

1.7.1

17 Mar 23:46

Choose a tag to compare

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

16 Mar 21:24

Choose a tag to compare

Added

  • Add multi-site support for plugin settings for editor/reviewer/publisher groups.
  • Add EVENT_PREPARE_EDITOR_EMAIL, EVENT_PREPARE_REVIEWER_EMAIL, and EVENT_PREPARE_PUBLISHER_EMAIL events.
  • Add submission param to EVENT_BEFORE_SEND_ email events.

Changed

  • Allow mail param in EVENT_BEFORE_SEND_ events to be modified by events.
  • Change EVENT_BEFORE_SEND_ email events to be cancelable.

2.0.0-beta.1

09 Mar 21:37

Choose a tag to compare

Changed

  • Now requires PHP ^8.0.2.
  • Now requires Craft ^4.0.0-beta.1.