Skip to content

Releases: verbb/workflow

1.4.1

31 Jan 04:29
Compare
Choose a tag to compare

Fixed

  • Fix multiple approvals firing for draft submissions.

1.3.5

31 Jan 21:25
Compare
Choose a tag to compare

Fixed

  • Fix multiple approvals firing for draft submissions.

1.4.0

29 Jan 07:19
Compare
Choose a tag to compare

Added

  • Craft 3.4 compatibility.

1.3.4

20 Jan 12:51
Compare
Choose a tag to compare

Fixed

  • Fix editor/publisher notes enforcement.
  • Fix being unable to approve front-end submissions.
  • Fix being unable to approve submissions in some circumstances.

1.3.3

20 Jan 02:45
Compare
Choose a tag to compare

Fixed

  • Fix error when trying to approve submissions with element actions.

1.3.2

18 Jan 12:58
Compare
Choose a tag to compare

Fixed

  • Fix front-end submissions throwing errors.

1.3.1

05 Jan 12:05
Compare
Choose a tag to compare

Added

  • Add submission notes and site to submission element index.

1.3.0

05 Jan 11:54
Compare
Choose a tag to compare

Added

  • Add approve-only option for publishers.
  • Ensure publishers can't approve their own entries.

Changed

  • Remove Drafts - now that its handled in Craft core. Use the element index to look for draft entries.
  • Remove submissions controller and actions, refactoring to service. These shouldn't have been used (not documented), but this removes all workflow/submissions/* actions.
  • Refactor and cleanup workflow flow. Particularly for new, unsaved drafts, fixing a few issues.
  • Now required Craft 3.3.0+.

Fixed

  • Fix some incorrect translations (thanks @Alxmerino and @watarutmnh).
  • Fix before-send notification events not working.
  • Disable auto-saving when entry has been submitted for review.
  • Fix/improve front-end submissions.

Security

  • Protect against potential XSS.

1.2.3

16 Aug 02:41
Compare
Choose a tag to compare

Fixed

  • Fix incorrect redirect URL after workflow actions. (thanks @mattrothenberg).
  • Fix draft’s not showing correctly when no title has been set.
  • Fix lack of publishing when approving submission from Overview.

1.2.2.1

15 Aug 08:55
Compare
Choose a tag to compare

Fixed

  • Fix issue for new Workflow installs having incorrect foreign key constraints.