Skip to content

Commit

Permalink
version 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed Mar 17, 2022
1 parent eb395ab commit 98e36e0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 1.7.1 - 2022-03-18

### 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](https://verbb.io/craft-plugins/workflow/docs/get-started/configuration) if you are using a configuration file.
- `editorNotificationsOptions` has been updated to be multi-site compatible. Refer to [docs](https://verbb.io/craft-plugins/workflow/docs/get-started/configuration) if you are using a configuration file.
- `reviewerNotifications` has been updated to be multi-site compatible. Refer to [docs](https://verbb.io/craft-plugins/workflow/docs/get-started/configuration) if you are using a configuration file.
- `reviewerApprovalNotifications` has been updated to be multi-site compatible. Refer to [docs](https://verbb.io/craft-plugins/workflow/docs/get-started/configuration) if you are using a configuration file.
- `publisherNotifications` has been updated to be multi-site compatible. Refer to [docs](https://verbb.io/craft-plugins/workflow/docs/get-started/configuration) if you are using a configuration file.

## 1.7.0 - 2022-03-17

### 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": "A Craft CMS plugin to create a workflow for publishing entries.",
"type": "craft-plugin",
"version": "1.7.0",
"version": "1.7.1",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 98e36e0

Please sign in to comment.