Skip to content

Releases: verbb/workflow

1.7.2

24 Mar 06:56
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Changed

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

1.6.6

26 Nov 00:45
Compare
Choose a tag to compare

Fixed

  • Fix submissions being created multiple times, if an entry contained a Preparse field.

1.6.5

06 Nov 07:15
Compare
Choose a tag to compare

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

30 Sep 22:36
Compare
Choose a tag to compare

Fixed

  • Fix all date text not showing date and time (just date).
  • Fix missing translation for 'Notes about your submission' text.

1.6.3

24 Sep 00:16
Compare
Choose a tag to compare

Changed

  • Update dashboard widget formatting.
  • Update status colours to Craft standard.
  • Set publisherId and dateApproved 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

29 Aug 05:42
Compare
Choose a tag to compare

Fixed

  • Fix editors (who have access to the Workflow index) being allowed to approve their own submissions.

1.6.1

30 Jul 06:08
Compare
Choose a tag to compare

Fixed

  • Fixed Craft 3.7+ compatibility.