Skip to content

Latest commit

 

History

History
221 lines (152 loc) · 6.04 KB

CHANGELOG.md

File metadata and controls

221 lines (152 loc) · 6.04 KB

Changelog

1.2.3 - 2019-08-16

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 - 2019-08-15

Fixed

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

1.2.2 - 2019-08-06

Changed

  • Now requires Craft 3.2.8+.

Fixed

  • Fix issues with submitting and approving on latest Craft 3.2.x changes.
  • Fix error when approving a brand new entry submission.
  • Fix errors with drafts index.
  • Fix editor emails not sending when no Additional Options were checked.

1.2.1 - 2019-07-13

Fixed

  • Fix offload warning when submitting actions.
  • Fix integrity error for drafts when trying to submit an entry.

1.2.0 - 2019-07-11

Added

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

1.1.12 - 2019-06-28

Fixed

  • Fix incorrect element table attributes.

1.1.11 - 2019-06-27

Fixed

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

1.1.10 - 2019-06-18

Fixed

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

1.1.9 - 2019-03-23

Added

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

Fixed

  • Fix validation not triggering when saving drafts.

1.1.8 - 2019-03-13

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 - 2019-03-10

Fixed

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

1.1.6 - 2019-03-06

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 - 2019-03-01

Fixed

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

1.1.4 - 2019-02-28

Fixed

  • Fix approved entries not being published correctly in some instances.

1.1.3 - 2019-02-27

Fixed

  • Fix editor/publisher links.
  • Fix errors that can occur when installing via cli.

1.1.2 - 2019-02-27

Added

  • Added editor/publisher submission notes required setting

Changed

  • Ensure editor/publisher URLs are only shown if the current user has permission.

Fixed

  • Ensure publishers in settings use User Group UID.

1.1.1 - 2019-02-26

Fixed

  • Fix error in Norwegian translation (thanks @phoob).
  • Fix query error when viewing drafts.

1.1.0 - 2019-02-25

Added

  • Added editor notes, to send along with a submission.
  • Submissions now listed on entry events, to improve submission workflow.
  • Submit brand-new entries for review (provided they pass validation).
  • Translation to norwegian. (thanks @phoob).
  • Add serialised data to submissions to prepare for entry comparison diffs.

Changed

  • Updated widget styles to be more compact for entry sidebars.
  • Update min requirement to Craft 3.1.x.
  • Updated plugin settings to use UIDs for Craft 3.1.x.
  • 'Submit for review' now saves entry content, then submits for review. No more clicking 'Save' then 'Submit'.
  • 'Submit for review' now validates entry content before submission.
  • Changed controller action from workflow/submissions/send to workflow/submissions/save-submission.
  • Changed controller action from workflow/submissions/revoke to workflow/submissions/revoke-submission.
  • Changed controller action from workflow/submissions/approve to workflow/submissions/approve-submission.
  • Changed controller action from workflow/submissions/reject to workflow/submissions/reject-submission.

Fixed

  • Fix draft submissions not being retained after approval.
  • Submissions now trigger entry validation, ensuring only 'valid' entries are submitted for review.
  • Fix dateApproved/dateRejected not showing their value.
  • Fix error when sorting by Editor or Publisher in CP.
  • Fix error when no sections are selected.
  • Fix not publishing a submission when approving.

1.0.3 - 2018-11-10

Fixed

  • Show the entry title on submissions index, rather than the Submission ID.

1.0.2 - 2018-07-24

Fixed

  • Fix Verbb logo reference (for real this time)

1.0.1 - 2018-07-24

Fixed

  • Fix elementType typo
  • Fix Verbb logo reference

1.0.0 - 2018-07-23

  • Craft 3 release

0.9.6 - 2017-11-04

Fixed

  • Minor fix for sidebar icon.

0.9.5 - 2017-10-17

Added

  • Verbb marketing (new plugin icon, readme, etc).

0.9.4 - 2016-10-15

Added

  • Added ability to enabled/disable email notifications for editors or publishers.
  • Added ability to select all, or individual publishers to be notified via email on submissions.

Fixed

  • Only individual editors receive approval/rejection email notifications - not each user in the editor group.

0.9.3 - 2016-09-24

Added

  • Added ability to set notes on an approval/rejection from a publisher.
  • Added submission rejection option integrating notes (as above).
  • Added new email message for when editors are notified on their submission.
  • Added ability for editors to revoke their submission.
  • Added widget for submissions.

Changed

  • Editors now receive emails when their submission is approved/rejected.
  • Improved entry widget to combine multiple submissions into a single pane.

Fixed

  • Fixed missing attributes for element type.
  • Fixed typo in element action.
  • Fixed status indicators on element index.

0.9.2 - 2016-07-08

Added

  • Added Draft overview screen - shows all available drafts site-wide.

0.9.1 - 2016-07-08

Fixed

  • Fixed approval link in email not including draft.
  • Fixed where a Draft entry was approved, its state was not set to public.

0.9.0 - 2016-06-26

Added

  • Initial release.