Skip to content

Releases: verbb/workflow

1.2.0

11 Jul 10:36
Compare
Choose a tag to compare

Added

  • Add support for Craft 3.2.0+.
  • Fix incorrect element table attributes.

1.1.12

28 Jun 03:00
Compare
Choose a tag to compare

Fixed

  • Fix incorrect element table attributes.

1.2.0-beta.1

27 Jun 10:18
Compare
Choose a tag to compare

Added

  • Craft 3.2 compatibility

1.1.11

27 Jun 05:27
Compare
Choose a tag to compare

Fixed

  • Don’t redirect from submissions unless we have to.
  • Add search attributes for submissions.
  • Fix submission propagation before saving.

1.1.10

17 Jun 21:04
Compare
Choose a tag to compare

Fixed

  • Fix dashboard widget link for submission drafts.
  • Fix redirect error when trying to approve a submission. (thanks @brandonkelly)

1.1.9

22 Mar 23:08
Compare
Choose a tag to compare

Added

  • Add override notice for settings fields, when using config file.

Fixed

  • Fix validation not triggering when saving drafts.

1.1.8

13 Mar 09:53
Compare
Choose a tag to compare

Added

  • Add email events beforeSendEditorEmail and beforeSendPublisherEmail.
  • Add editor notification options for reply-to and cc-ing publisher's email.

Changed

  • Refactor settings into multiple pages.

1.1.7

10 Mar 03:31
Compare
Choose a tag to compare

Fixed

  • Fix errors thrown when calling controller actions from site requests and not from POST submissions.

1.1.6

06 Mar 04:02
Compare
Choose a tag to compare

Added

  • Allow non-admins to save plugin settings.
  • Add more permissions to pages in plugin.

Fixed

  • Add checks around the owner entry and whether it exists.
  • Add missing migration for ownerSiteId for Craft 2 > 3 upgrades.

1.1.5

28 Feb 22:34
Compare
Choose a tag to compare

Fixed

  • Fix potential error on widget when submitted element is missing.
  • Fix redirects for submissions, particularly on the front-end.