Skip to content

Commit

Permalink
version 2.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Nov 4, 2022
1 parent 5dad4f8 commit fa2001b
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 2.0.0-beta.8 - 2022-11-04

### Added
- Now store `ownerCanonicalId` to help resolve the submission against the original entry after the draft is deleted.
- Add emoji support for submission notes.
- Add “status” column to submissions index.
- Add GraphQL support for querying submissions.

### Changed
- **Breaking Change** Move email functions to own service. Refer to [upgrade docs](https://verbb.io/craft-plugins/workflow/docs/get-started/upgrading-from-v1).
- 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.

### 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.

## 2.0.0-beta.7 - 2022-09-25

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/workflow",
"description": "A Craft CMS plugin to create a workflow for publishing entries.",
"type": "craft-plugin",
"version": "2.0.0-beta.7",
"version": "2.0.0-beta.8",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit fa2001b

Please sign in to comment.