Skip to content

Releases: verbb/workflow

1.7.5

22 Sep 21:56
Compare
Choose a tag to compare

Changed

  • Submission notes are now sanitized when containing HTML.

2.0.0-beta.6

27 Aug 00:42
Compare
Choose a tag to compare

Fixed

  • Fix an error when approving a draft.
  • Fix an error when trying to change the status of submissions from the element index actions.

2.0.0-beta.5

09 Aug 07:38
Compare
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
Compare
Choose a tag to compare

Fixed

  • Fix an error when uninstalling.

1.7.4

01 Jul 12:31
Compare
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
Compare
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
Compare
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
Compare
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
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.