You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add checks for registering events for performance.
Add archiveTableIfExists() to install migration.
Changed
Now requires PHP ^8.0.2.
Now requires Craft ^4.0.0.
Revamped Submissions and Reviews. Now captures information each time an action is performed on an entry for better review tracking. Refer to upgrade docs for a more thorough explanation.
Breaking Change Update email templates to handle reviews. Refer to upgrade docs.
Breaking Change Move email functions to own service. Refer to upgrade docs.
Revamped submission process for more reliably and simplified handling with Craft 4+ updates.
Switch Entry::class, Entry::EVENT_AFTER_SAVE to Elements::EVENT_AFTER_SAVE_ELEMENT to handle some edge-cases.
Changed default title of a submission to Submission for “{entry.title}” on {date}.
Rename base plugin methods.
Now requires Workflow 1.7.0 in order to update from Craft 3.
Fixed
Fix submissions made on published entry drafts and the “[Deleted Element]” because once applied the drafts are deleted
Fix numerous UI issues.
Fix widget for an editor on a published entry showing, before a draft has been created.
Fix being able to save a submitted draft when it should be locked.
Removed
Removed SubmissionsController as no longer needed.