Skip to content

Commit

Permalink
version 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Feb 11, 2023
1 parent 89f91c5 commit 35408fb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 2.0.4 - 2023-02-11

### Changed
- Update front-end controller to use `workflow/elements/save-entry`.
- Only admins are now allowed to access Workflow settings.

### Fixed
- Fix an error with sending published author notification emails.
- Fix special characters in submission notes not working correctly.
- Fix front-end submissions not working for Ajax.
- Fix site-based submission email notification.
- Fix an error when trying to approve/publish submissions made from the front-end.

### Removed
- Removed `Settings` Workflow user permission.

## 2.0.3 - 2022-12-25

### Added
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": "Create a workflow for publishing entries.",
"type": "craft-plugin",
"version": "2.0.3",
"version": "2.0.4",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 35408fb

Please sign in to comment.